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
    • S

      how to override controller for theme
      • samparker

      5
      0
      Votes
      5
      Posts
      1312
      Views

      S

      @Macromolecule-0 hello, if i get it working, i will be publishing the solution here and you can do the same

    • S

      data transfer
      • sungur

      2
      0
      Votes
      2
      Posts
      315
      Views

      R

      Hello @sungur

      Can you share some screenshot or error message
      this will help us to esolve your query.

      Warm Regards

    • B

      how to use custom type in control
      • bindev

      2
      0
      Votes
      2
      Posts
      820
      Views

      R

      Hello @bindev

      You can use like this as mentioned below.

      @case('custom')
      <v-field
      v-slot="{ field, errors }"
      {{ $attributes->only(['name', ':name', 'value', ':value', 'v-model', 'rules', ':rules', 'label', ':label']) }}
      name="{{$name}}"

      {{ $slot}}
      </v-field>

      Regards

    • J

      Postcode/Zipcodes
      • jrevell

      2
      0
      Votes
      2
      Posts
      345
      Views

      R

      Hello @jrevell

      Can you let us know the Bagisto Version which you are using at the moment

      This will help us to resolve your query

      Warm Regards
      Team Bagisto

    • G

      how to load product without ajax, directly
      • gauravjain1

      3
      0
      Votes
      3
      Posts
      1184
      Views

      G

      @rishabh-webkul19 how to enable product load from database to render and index by Google? please tell steps

    • A

      This topic is deleted!
      • ae.elkashef

      1
      0
      Votes
      1
      Posts
      159
      Views

      No one has replied

    • F

      Data Transfer with custom attributes
      • Frenchpicker

      2
      0
      Votes
      2
      Posts
      865
      Views

      R

      Hello @Frenchpicker

      Kindly let us know the bagisto version you are using.

      This will help us to resolve your query.

      Regards

    • A

      Category Image Resizing Issue: Original 300x300px Image Keeps Resizing to 165x165px
      • arunchahar

      2
      0
      Votes
      2
      Posts
      1054
      Views

      R

      Hello @arunchahar

      Kindly let us know the bagisto version you are using.

      This will help us to resolve your query.

      Regards

    • M

      Buy One Get One Functionality Not Work.
      • mihir14

      2
      0
      Votes
      2
      Posts
      359
      Views

      R

      Hello @mihir14

      This issue is resolved now in the latest version.

      Regards

    • M

      Buy One Get One Free Functionality Not Work.
      • mihir14

      2
      0
      Votes
      2
      Posts
      355
      Views

      R

      Hello @mihir14

      This issue is resolved now in the latest version.

      Regards

    • S

      Create product with image programmatically
      product image • • saaraan

      5
      0
      Votes
      5
      Posts
      925
      Views

      S

      @rishabh-webkul19 Thank you for your reply, what's proper way to attach the image? how does bagisto process the product image? thank you.

      $ImagePath = '/storage/app/temp/image.jpg'; $uploadedFile = new UploadedFile( $ImagePath, 'imageFileName', 'image/jpeg', null, true );
    • D

      Update multiple products inventory via REST API
      api products bulk rest • • danimaldonado

      3
      0
      Votes
      3
      Posts
      772
      Views

      D

      @rishabh-webkul19 Hello!
      Ok! It's the v2.3.6
      Freshly installled following the documentation a few weeks ago.
      And also installed the REST API following the documentation.

      In the API docs I found an endpoint for mass update but as far as I knew it only works for turning the products status on and off

    • W

      I want to add custom video section like the shopify reelup feature is it possible!
      • webepic

      3
      0
      Votes
      3
      Posts
      653
      Views

      W

      @rishabh-webkul19 thank you Rishabh i have managed to make a custom section for this so its already shorted.

    • N

      Phonepe payment gateway integration
      • neo

      4
      0
      Votes
      4
      Posts
      845
      Views

      W

      @neo https://github.com/wontonee/phonepe-bagisto you can download from here. Its bagisto extension for phonepe

    • A

      Custom PhonePe Payment Gateway: Cart available on redirect but null in verify method
      • arunchahar

      3
      0
      Votes
      3
      Posts
      679
      Views

      W

      you can download the phonepe extension from here. https://github.com/wontonee/phonepe-bagisto

    • G

      Need help regarding content update and cache
      • gauravjain1

      3
      0
      Votes
      3
      Posts
      820
      Views

      B

      @Rishabh-Webkul said in Need help regarding content update and cache:

      RESPONSE_CACHE_ENABLED=false

      If I may ask, what is response_cache_enabled for?

    • C

      How to delete or changing text 'as low as' is in a product price?
      price bagisto development • • chndrgd

      4
      0
      Votes
      4
      Posts
      1887
      Views

      J

      @rahul said in How to delete or changing text 'as low as' is in a product price?:

      Hi @chndrgd

      You can override that view which contains ' as low as' & can remove it or directly change its translation but i will be core changes so override that view & change it accordingly.

      You can go through with this link for overriding view - https://forums.bagisto.com/topic/221/how-to-override-view-file-in-bagisto

      Thanks

      Thanks for sharing!

    • D

      Custom Tax
      • devcloud

      5
      0
      Votes
      5
      Posts
      1242
      Views

      B

      @devcloud said in Custom Tax:

      Hello friends, I want to add taxes to my product using fax. For example, I want to add a government-set 10% tax and an additional 1% service fee based on the product price. I have added the taxes through the panel, but I cannot select multiple products. I am open to ideas and suggestions.

      You can create a combined tax rule instead of adding each tax separately. Set up both the 10% government tax and 1% service fee under your tax rates, then link them together in one tax rule. This way, it applies automatically to all selected products without manually updating each one.

    • V

      Visitors are not storing in database
      • vikrantrana

      1
      0
      Votes
      1
      Posts
      410
      Views

      No one has replied

    • V

      How to add variant with new attribute for exsiting product
      • Varun00001

      3
      0
      Votes
      3
      Posts
      916
      Views

      S

      @Rishabh-Webkul Hello, Exactly, I did this "create configurable product from configurations" and it's doesn't appaire in when I click the Add Variant Screenshot 2025-10-21 at 13.46.58.png ... As you can see that just two options still there