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

      API access - How to get started for API
      • chetan

      8
      0
      Votes
      8
      Posts
      1540
      Views

      sanjay-webkul

      Hi there,
      You can create your custom package and override the Routes on your package.

      OR

      You can use the Bagisto API's as a package. for this first you need to remove API from composer.json file and then update the composer.

    • hamza7262

      how to update bagisto APIs ?
      • hamza7262

      12
      0
      Votes
      12
      Posts
      626
      Views

      hamza7262

      @sanjay-webkul the CartController.php where i am gonna receive c variable is in vendor folder and i can write code there as its going to be remmoved when i run composer again.

    • A

      upload old project to live server
      • Ahed

      4
      0
      Votes
      4
      Posts
      197
      Views

      sanjay-webkul

      Hi there,
      Please check your composer version.

    • J

      How to upload Bagisto from local server to live server?
      • Jeff

      7
      0
      Votes
      7
      Posts
      1670
      Views

      sanjay-webkul

      If you facing any issue while uploading project then please let me know.

    • N

      How to add filters to a specific category?
      • Norbert

      5
      0
      Votes
      5
      Posts
      84939
      Views

      MelissaSullivan

      @rahul said in How to add filters to a specific category?:

      Use in Layred Navigation (https://prnt.sc/o9df2x) , turn it to yes

      even after I turned use in layered navigation to yes, its also not working

    • S

      Add footer to DataGrid
      • simo.kassab

      2
      0
      Votes
      2
      Posts
      120
      Views

      N

      Hii @simo-kassab

      You can add your code here by listening to the event.
      https://github.com/bagisto/bagisto/blob/master/packages/Webkul/Velocity/src/Resources/views/shop/customers/account/orders/index.blade.php#L24

      Orders view page -
      https://prnt.sc/Mq3E2ZQTPp2b

    • K

      More about Flash messages.
      • karkiswapnil

      5
      0
      Votes
      5
      Posts
      773
      Views

      elliottkennedyy

      Interesting

    • elliottkennedyy

      This topic is deleted!
      • elliottkennedyy

      1
      0
      Votes
      1
      Posts
      492
      Views

      No one has replied

    • T

      Billing Postcode Must be a number
      • timjev

      6
      0
      Votes
      6
      Posts
      468
      Views

      N

      @timjev There is no other way to install it.

    • S

      Composer update issue
      • simo.kassab

      5
      0
      Votes
      5
      Posts
      265
      Views

      sanjay-webkul

      Hi there,
      Thanks for reporting, i have raised a bug on our git repository for the same and we will fix this issue in our next release,

    • S

      How to add a product for sale (in admin mode)?
      • sahebmhm

      5
      0
      Votes
      5
      Posts
      14884
      Views

      sanjay-webkul

      Hi there,
      Please go through this site : https://bagisto.com/en/how-to-create-simple-product-in-bagisto/

      If still you have any doubt then please let me know.

    • K

      New package error?
      • karkiswapnil

      4
      0
      Votes
      4
      Posts
      818
      Views

      T

      Are you still facing this issue?

    • S

      How to create Navigation Menus
      • shreyasi

      3
      0
      Votes
      3
      Posts
      1942
      Views

      wecreative

      nice guidence

    • S

      facing issue in bulk product upload
      • sagarsoani

      2
      0
      Votes
      2
      Posts
      141
      Views

      sanjay-webkul

      Hi there,
      Which version of Bagist o and Bagisto-bulk upload are you using?

    • O

      how to get my items from bagisto to facebook catalogue
      • olips1

      2
      0
      Votes
      2
      Posts
      125
      Views

      sanjay-webkul

      @olips1 said in how to get my items from bagisto to facebook catalogue:

      Hi, I want to transfer my products to the Facebook catalog how do i follow them? I'm open to your ideas about a package or something that I've never made such an attempt before. I'm waiting for your help

      Hi there,
      For this you can create you custom package and customize accordingly.
      You can generate a CSV file using the package and that contains Facebook parameter.

    • W

      How to change the order of the customer's name?
      • William Hatanaka

      2
      0
      Votes
      2
      Posts
      182
      Views

      sanjay-webkul

      Hi there,
      Are you trying to sort the customers by last name ??

    • A

      Use custom translate with shop alias
      • alex3005

      2
      0
      Votes
      2
      Posts
      119
      Views

      sanjay-webkul

      Hi there,
      You need to register your Lang folder by using Service-provider, please take a reference from Here

    • K

      Custom Payment methods not showing properly on frontend
      • king Russ

      5
      0
      Votes
      5
      Posts
      844
      Views

      K

      Excellent @sanjay-webkul this allowed me to solve the issue by adding my payment method name to the under the onepage Payment-method. For anyone interested: Just go to this directory root/packages/Webkul/Shop/src/Resources/lang/en/app.php then scroll down to onepage section and add your new Payment method service to Payment-method array.

    • A

      Issue with Custom Carousel
      • adebayoade

      2
      0
      Votes
      2
      Posts
      150
      Views

      sanjay-webkul

      Hi there,
      Is it possible to share your instance ?

    • M

      Product Inventory shows out of stock. If the stock is present in the database.
      • matheen

      4
      0
      Votes
      4
      Posts
      385
      Views

      sanjay-webkul

      @matheen said in Product Inventory shows out of stock. If the stock is present in the database.:

      haveSufficientQuantity

      Hi there,
      Please find the haveSufficientQuantity() function here