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

      Regarding shop url
      • dsharma

      3
      0
      Votes
      3
      Posts
      236
      Views

      D

      Thankyou jyoti for instant reply.

    • G

      View_render_event On almost all views. What its for??
      • Geethananth

      5
      0
      Votes
      5
      Posts
      313
      Views

      G

      @aayush-bhatt172 Thanks buddy Now Understood ๐Ÿ™‚

    • P

      Front-end error localization not working
      • PieterM

      6
      0
      Votes
      6
      Posts
      484
      Views

      A

      Hello PieterM.
      After making the changes with command npm run watch/dev.
      Make sure to run the command npm run prod for saving the changes.

      Also, intstall npm in the particular package only and run all the npm commands inside the package only.
      No need to make changes in resources/assets/js/app.js

    • D

      Remember me functionality
      • dsharma

      2
      0
      Votes
      2
      Posts
      181
      Views

      A

      Hello dsharma

      In bagisto multi authentication is there. So you'll have to create your custom remember me.
      Remember me uses cookies to store remember me token and hence you'll have to change the reg migrations and add rememberToken()
      i.e ($table -> rememberToken(); )

    • K

      I'd like to modify the mail template
      • KevLav

      3
      0
      Votes
      3
      Posts
      524
      Views

      K

      Thanks, although this does work great. Can I edit it in my own package? *if not this is fine, but it's just a bit nicer. Since i've used my own package for all other things.

    • C

      Admin access
      • calvodioni

      3
      0
      Votes
      3
      Posts
      191
      Views

      A

      send your information to admin.

      visit our Bacaberdua Bacaberdua

    • R

      Multinational Producer to Consumer Platform
      • RicknRoll

      4
      0
      Votes
      4
      Posts
      279
      Views

      admin

      Hi @RicknRoll

      Then in your case, only multi-inventory sourcing feature can definitely work out which is there as by default in bagisto.

      Regarding getting notification for low stock, some customisation is required.

    • N

      How can I enable Remember Me on Login page
      • nprajapati

      3
      0
      Votes
      3
      Posts
      301
      Views

      N

      Hey There,

      Thanks for your reply,

      I had done exactly what you have ask to do and also I have done the same thing in different applications and it fluctuates on other functionality like "Add to Cart" with login not working and other session-related issues I had faced in this case.

      So do you have any other option to which will work perfectly?

      Thanks for Help,

      Best Regards

    • C

      how to add submenu
      • cmpengineers

      5
      0
      Votes
      5
      Posts
      644
      Views

      C

      @Jyoti

      so i add a submenu inside Config/menu.php inside HelloWorld package

      can you check the below picture

      Screen Shot 2020-02-20 at 10.33.52 AM.png

      and how do i merge it with AdminServiceProdvider.php i did not understand

      please advise im new to laravel framework

      Best regards

    • E

      Get featured product error
      • eslam226

      3
      0
      Votes
      3
      Posts
      200
      Views

      E

      Dear Aayush

      i'm not using product_id its package internal and i updated it and its worked thanks

    • R

      How to cancel a order after invoice generation?
      • RK REZA

      1
      0
      Votes
      1
      Posts
      162
      Views

      No one has replied

    • M

      hello I cannot add Categorie in bagisto version 1.0.0
      • matrexmss

      2
      0
      Votes
      2
      Posts
      148
      Views

      J

      @matrexmss
      Please mention the steps to reproduce this issue, also mention your php version and database version.

    • H

      How to add Space between currency and price on product frontend
      • hammadweb2020

      1
      1
      Votes
      1
      Posts
      139
      Views

      No one has replied

    • M

      Change Theme
      • Mothanna Doubaa

      2
      0
      Votes
      2
      Posts
      204
      Views

      S

      Yes, you can use your own css and js in bagisto store.Just follow the below steps

      Under your package create folder structure like this resources->view->assets.

      Under assets create two folder one as css put your css file under this folder and another as js put your all js file under this folder.

      Now publish those directory to your public folder.

      Now you have to add your js and css file path in your themeโ€™s master layout.

    • V

      How to use newly created attributes in configurable products
      • valpuia

      2
      0
      Votes
      2
      Posts
      241
      Views

      P

      hello @valpuia,

      As you have created attribute UKSize, then you need to add the attribute('UKSize) in the attribute family, and then try to create configurable product with same attribute family in which you added your attribute.

      Thanks

    • S

      How to create a seller account in Bagisto version 1.0
      • sivaraja

      2
      0
      Votes
      2
      Posts
      259
      Views

      J

      Hi @sivaraja
      To create a seller account you must have marketplace extension of bagisto.
      Link for marketplace extension: https://bagisto.com/en/laravel-multi-vendor-marketplace/

    • D

      Specify currency and locale while adding item to cart using Web API
      • drimtim5390

      7
      0
      Votes
      7
      Posts
      430
      Views

      D

      @rahul I tried that too. It changes locale and currency in session and in a web page after reloading, but it doesn't change currency used for calculations in API. If possible, please, can you give a little explanation about these fields in response of cart object.
      7b65a3d6-2c88-4e73-b129-a46410aa0477-image.png

    • D

      Get a category by product
      • drimtim5390

      4
      0
      Votes
      4
      Posts
      495
      Views

      V

      @drimtim5390

      API is not implemented to get product's category.

      You can implement it by your own.

    • A

      Page has expired due to inactivity
      • aroobaarooj499

      2
      0
      Votes
      2
      Posts
      184
      Views

      V

      @aroobaarooj499

      go to the .env file & increase SESSION_LIFETIME

    • O

      How can i implement custom code (read more tag) in product page?
      • Owuw

      2
      0
      Votes
      2
      Posts
      222
      Views

      V

      Hi @Owuw
      you can create a specific attribute textarea type which added into the product family.
      all the necessary details you can save into that attribute.