Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. General Discussion
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • Most Views
    • A

      Pre booking
      general dicusss prebooking • • Akanrat

      2
      0
      Votes
      2
      Posts
      349
      Views

      V

      Hi @Akanrat
      Preorder is not available for marketplace for now, you may raise your requirement here support@bagisto.com

    • S

      Unable to show success message and checkout form with custom theme
      • santosh.o

      3
      0
      Votes
      3
      Posts
      482
      Views

      S

      @devansh-webkul you mean with the help of 'vendor:publish' command, already go through it.

    • P

      Layered navigation in spa.
      • prof.jagpreet

      2
      0
      Votes
      2
      Posts
      156
      Views

      devansh-webkul

      Hi @prof-jagpreet,

      Yeah, docs are missing, I just raised an issue, soon it will be added,
      https://github.com/bagisto/bagisto-docs/issues/253

      Meanwhile you can check this also,
      https://github.com/bagisto/bagisto/issues/4838#issuecomment-850120075

    • A

      Problems during bagisto installation
      • anitha

      2
      0
      Votes
      2
      Posts
      237
      Views

      V

      Hi @anitha
      the error exactly says that some of the required extension are not enabled or installed in your php.ini

      Kindly install intl and fileinfo extension.

    • D

      Nothing changed from admin panel
      • dipcb05

      17
      0
      Votes
      17
      Posts
      963
      Views

      devansh-webkul

      Hi @ayon120,

      I haven't seen any of these issues, I just checked in my instance, and it is working fine.

      Check the storage permission and ownership also.

    • A

      Error during category adding
      • anitha

      8
      0
      Votes
      8
      Posts
      458
      Views

      devansh-webkul

      Hi @anitha,

      Follow this thread,
      https://forums.bagisto.com/topic/2099/error-add-category/2

    • R

      Invoice status PAID
      • rustam

      5
      0
      Votes
      5
      Posts
      331
      Views

      R

      @Vaishali-Agarwal
      Hi
      Pay on Delivery for payment
      Flat rate for Shipping

    • L

      Change url for products with category
      • LilD

      3
      0
      Votes
      3
      Posts
      338
      Views

      L

      Now the product path is made of basic url + product name.
      How could I make it from categories + product name
      For example
      Category / Subcategory / SubSubCategory / Url Product
      localhost: // car / speed / bmw / bmwx2
      @devansh-webkul

    • V

      Admin App_debug
      • viroManchego

      2
      0
      Votes
      2
      Posts
      118
      Views

      devansh-webkul

      Hi @viroManchego,

      Right now there is no way, you just need to comment some code in the handler file,
      https://github.com/bagisto/bagisto/blob/49f3be17e1ef01cbf776e28e7f3478e30fc2ec33/packages/Webkul/Core/src/Exceptions/Handler.php#L42

    • G

      Unable to update Select Tax Rates field
      • golith

      2
      0
      Votes
      2
      Posts
      155
      Views

      V

      @golith
      follow this guide to understand the tax rate functionality https://bagisto.com/en/taxes-in-bagisto/

    • G

      Can not access Cart .. it has a no go red circle appear when you hoover over it.
      • golith

      3
      0
      Votes
      3
      Posts
      239
      Views

      G

      ty for the clarification

    • G

      Still cant get first installation working after 3 days
      • golith

      4
      0
      Votes
      4
      Posts
      495
      Views

      devansh-webkul

      Haven't face any loading issue. May be because of the debug bar.

    • G

      Cannot delete Category
      • golith

      3
      0
      Votes
      3
      Posts
      216
      Views

      G

      so when i create the database in the first instance i need to declare it .. ty 🙂
      CREATE DATABASE bagisto CHARACTER SET utf8 COLLATE utf8_general_ci;

    • S

      Tax applicable only on country not on zipcode.
      • sohaib

      4
      0
      Votes
      4
      Posts
      314
      Views

      devansh-webkul

      Hi @sohaib,

      Thanks for the update.

      Also, if you like our support, you may give us the review here:- https://www.trustpilot.com/review/bagisto.com

      That would be grateful for us.

      Thanks & Regards,
      Bagisto Team

    • G

      Can not access categories on front page of new installation
      • golith

      5
      0
      Votes
      5
      Posts
      470
      Views

      G

      I re-installed as i was using the wrong db type .. i thought that might help but it has not. I have installed ->added one product -> Visible Individually is true -> new is true. I notice that I can not add an image.

    • K

      How to add google translation in mobile view
      • kuldeep2021

      3
      0
      Votes
      3
      Posts
      727
      Views

      K

      implementing new, i want to add google translation on it.

    • S

      Image not visible on bagisto invoice
      • sohaib

      9
      0
      Votes
      9
      Posts
      535
      Views

      devansh-webkul

      @sohaib,

      If you have not done any customization then feel free to use --force command otherwise just manually place your code in the respective file.

    • L

      Sidebar close when click
      • LilD

      2
      0
      Votes
      2
      Posts
      132
      Views

      devansh-webkul

      No, it is not implemented, you just need to replace the event from hover to click.

    • L

      How to create new Product type ?
      • latifiyll

      9
      0
      Votes
      9
      Posts
      890
      Views

      Y

      @Rogers can you show how did you do it please? the product type code

    • S

      Hitting API with guzzle
      • sohaib

      3
      0
      Votes
      3
      Posts
      234
      Views

      devansh-webkul

      Hi @sohaib,

      Please check if a user is authenticated and also add Accept: application/json as a header to see the proper response.