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

      Remember me functionality
      • dsharma

      2
      0
      Votes
      2
      Posts
      411
      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
      851
      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
      447
      Views

      A

      send your information to admin.

      visit our Bacaberdua Bacaberdua

    • R

      Multinational Producer to Consumer Platform
      • RicknRoll

      4
      0
      Votes
      4
      Posts
      722
      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
      618
      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
      1653
      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
      525
      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
      246
      Views

      No one has replied

    • M

      hello I cannot add Categorie in bagisto version 1.0.0
      • matrexmss

      2
      0
      Votes
      2
      Posts
      379
      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
      272
      Views

      No one has replied

    • M

      Change Theme
      • Mothanna Doubaa

      2
      0
      Votes
      2
      Posts
      428
      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
      471
      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
      487
      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
      1212
      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
      921
      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
      405
      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
      458
      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.

    • S

      CMS Page in Bagisto
      • Sarshj

      2
      0
      Votes
      2
      Posts
      387
      Views

      admin

      Hello @Sarshj

      You can make use of this guide to create CMS pages: https://bagisto.com/en/how-to-create-cms-page-in-bagisto/

    • S

      CMS page in Bagisto
      • Sarshj

      4
      0
      Votes
      4
      Posts
      657
      Views

      admin

      Hello @Sarshj

      Most welcome.

    • R

      How to implement TinyMCE image upload option in Bagisto ?
      • RK REZA

      3
      0
      Votes
      3
      Posts
      718
      Views

      V

      Hi @RK-REZA

      if you want to upload a local storage image or an image uploaded in a server, you can simply pass the URL of image in source code here; https://prnt.sc/relweh.
      Or if you want to directly upload an image just by clicking on single icon, you can take a reference from the below links;
      https://www.codeinhouse.com/install-tinymce-laravel-and-responsive-file-manager/

      https://medium.com/@petehouston/easy-way-to-upload-image-to-tinymce-in-laravel-f34da8cab78c