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

      Push changing from git repo to digitalocean for bagisto
      • eolykab

      2
      0
      Votes
      2
      Posts
      698
      Views

      R

      HI @eolykab

      You can add your git repo to your this repo and can take pull from there as you need to changes the code from git.
      Like -

      git remote add name path git pull name branch name

      Note - You need configure git o your server.
      name - Can be anything like origin.

    • L

      Editing Add Product Page
      • LocalPro

      2
      0
      Votes
      2
      Posts
      502
      Views

      J

      @LocalPro
      Please follow this - https://forums.bagisto.com/topic/1159/editing-add-product-page

    • V

      product gift - implementation?
      • Volodymyr

      2
      0
      Votes
      2
      Posts
      506
      Views

      J

      @Volodymyr
      We don't have this feature now.

    • B

      publish package in root folder
      • Bhima

      4
      0
      Votes
      4
      Posts
      975
      Views

      J

      @Bhima
      In which folder do you want to publish?

    • M

      how to use Bagisto-custom-style-extension
      • mtande

      2
      0
      Votes
      2
      Posts
      631
      Views

      J

      @mtande
      You will get the file in prashant-webkul->vendor->resources
      Here you will find the admin and shop blade to link the extension.

    • I

      Change HTML & CSS of SLIDERS
      • isaac9

      2
      0
      Votes
      2
      Posts
      575
      Views

      J

      @isaac9
      Please check this - https://forums.bagisto.com/topic/221/how-to-override-view-file-in-bagisto/2
      For new component you have to write you own css

    • H

      Can we set the product prices w.r.t customer group?
      • Hassy

      2
      0
      Votes
      2
      Posts
      478
      Views

      J

      @Hassy
      Currently we don't have this feature.

    • V

      Create new Color, Brand etc while creating new Product
      • valpuia

      2
      0
      Votes
      2
      Posts
      841
      Views

      J

      @valpuia
      This is not possible because we select attribute family at first step of product creation and if we create attribute value or attribute at time of product creation then it will not reflect for this product

    • A

      Need to update Home page New/Featured Product section
      • akshay.v

      2
      0
      Votes
      2
      Posts
      431
      Views

      J

      Hi @akshay-v

      Create a custom page for same and add this page to Home Page Content field while editing channel.

      Your this custom page will consist code of slider.

      Thanks

    • S

      Facing issue creating new page
      • samparker

      3
      0
      Votes
      3
      Posts
      760
      Views

      S

      @Jyoti said in Facing issue creating new page:

      middleware

      Yes its working fine !! Thanks alot

    • D

      Category related issue
      • dsharma

      2
      0
      Votes
      2
      Posts
      528
      Views

      J

      @dsharma
      Use category slug along with category.

    • P

      Custom Cart-Item
      • PieterM

      2
      0
      Votes
      2
      Posts
      763
      Views

      R

      Hi @PieterM

      Please read below one -

      https://forums.bagisto.com/topic/437/override-core-model/2

      https://devdocs.bagisto.com/override-core-model.html

      Thanks

    • C

      Display Grand total on Success page
      • ckmirafss

      2
      0
      Votes
      2
      Posts
      518
      Views

      R

      Hello @ckmirafss

      First you need to override - success.blade.php page, which is inside checkout folder of shop package.

      In this we, there is already order data available, you can retrieve grand total from that.

      Thanks

    • K

      Image is not showing in specific category page
      • Keerthi

      6
      0
      Votes
      6
      Posts
      1247
      Views

      A

      @RK-REZA said in Image is not showing in specific category page:

      php artisan storage:link

      HI! i am facing the same issue but when i execute this command i get this error.link.png

    • K

      display more new products at the home
      • kegs

      3
      0
      Votes
      3
      Posts
      698
      Views

      K

      thanks alot☺

    • D

      Regarding dateformat in datagrid
      • dsharma

      1
      0
      Votes
      1
      Posts
      326
      Views

      No one has replied

    • D

      Regarding shop url
      • dsharma

      3
      0
      Votes
      3
      Posts
      681
      Views

      D

      Thankyou jyoti for instant reply.

    • G

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

      5
      0
      Votes
      5
      Posts
      966
      Views

      G

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

    • P

      Front-end error localization not working
      • PieterM

      6
      0
      Votes
      6
      Posts
      1353
      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
      507
      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(); )