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

      Shop optimization
      • LilD

      2
      0
      Votes
      2
      Posts
      381
      Views

      devansh-webkul

      Issue not present here. The issue is due to the product_attribute_values table.

    • _

      What is use of "view_render_event()" function And why we load on view file ? Please explain me.
      • _developer_12

      3
      0
      Votes
      3
      Posts
      1858
      Views

      A

      The new version from the doc article in here
      https://devdocs.bagisto.com/1.x/advanced/render-event.html

    • K

      Is it possible to upgrade bagisto version without affecting changes to current project changes?
      • karkiswapnil

      6
      0
      Votes
      6
      Posts
      1560
      Views

      admin

      Yes, you will lose your data because in the backend we run fresh command. Just make sure if you are using an existing one then that means Bagisto is already installed in your system.

    • L

      Dezactivate database triggered url_path categories
      • LilD

      2
      0
      Votes
      2
      Posts
      251
      Views

      devansh-webkul

      Just follow this discussion and add your opinion,
      https://github.com/bagisto/bagisto/discussions/5142

    • K

      Product API behaving strangely - cannot fetch data for a single product
      • KiwiNFLFan

      9
      0
      Votes
      9
      Posts
      3981
      Views

      devansh-webkul

      Hi @sonalichopra712,

      Please check the @KiwiNFLFan answer.

    • S

      API in Bagisto
      • sonalichopra712

      2
      0
      Votes
      2
      Posts
      296
      Views

      devansh-webkul

      Hi @sonalichopra712,

      Follow this guide,
      https://devdocs.bagisto.com/1.x/api/

    • L

      Generate sitemap.xml for all products
      • LilD

      2
      0
      Votes
      2
      Posts
      379
      Views

      devansh-webkul

      Well, sometimes not all are coming. You can add all the missing in the generated XML file.

    • M

      override AttributeOption model results in whoops, when opening attribute edit page
      • Martin

      6
      0
      Votes
      6
      Posts
      2338
      Views

      devansh-webkul

      Hi, @Martin,

      Thanks for the update.

      Also, if you like our support, you may give us the review here:- https://www.trustpilot.com/review/bagisto.com

      That would be grateful for us.

      Thanks & Regards,

      Bagisto Team

    • A

      This topic is deleted!
      • Apillzonline

      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • A

      How to add icon to admin panel?
      • acxy99

      10
      0
      Votes
      10
      Posts
      3223
      Views

      F

      @devansh-webkul said in How to add icon to admin panel?:

      Did you compile your assets in your admin package?

      I compile the asstes
      98% after emitting SizeLimitsPlugin

      DONE Compiled successfully in 7311ms 11:26:53

      Asset Size Chunks Chunk Names /css/app.css 179 KiB /js/app [emitted] /js/app /js/app.js 1.42 MiB /js/app [emitted] /js/app

      images/Coins.svg?239076bd8c0680f409663583df17ea52 2.48 KiB [emitted]
      this error is occuring now.. Icon is not visible also

    • T

      Bug after putting footer links on channel
      footerlinks • • t54

      2
      0
      Votes
      2
      Posts
      645
      Views

      devansh-webkul

      Hi @t54,

      Can you share the steps that you have done?

      So that I can verify.

    • L

      Attribute retrieval optimization
      • LilD

      2
      0
      Votes
      2
      Posts
      328
      Views

      devansh-webkul

      Just try to avoid the joining of the product_attribute_values table. Mostly this creates an impact.

    • A

      Deploy Bagisto installation error
      • AN-Varit

      17
      0
      Votes
      17
      Posts
      2907
      Views

      devansh-webkul

      Thanks for the info.

      Good to see the issue is resolved now.

    • S

      Bagisto Update exchange rate is not working
      • sahilajmeri1

      4
      0
      Votes
      4
      Posts
      686
      Views

      devansh-webkul

      Which one are you using FIXER_API_KEY or EXCHANGE_RATES_API_KEY?

    • R

      loader at checkout form
      • Rahul74

      47
      0
      Votes
      47
      Posts
      40656
      Views

      devansh-webkul

      Hi @rozysharma2,

      In master that is fixed when web vital work is done and that PR is very huge.

    • J

      Session time in Bagisto
      • jonathantyar

      4
      0
      Votes
      4
      Posts
      1005
      Views

      devansh-webkul

      @rahul said in Session time in Bagisto:

      SESSION_LIFETIME

      Please check the @rahul answer.

    • M

      Vue component now working in my package
      • moin

      15
      0
      Votes
      15
      Posts
      3733
      Views

      devansh-webkul

      But did you compiled and added properly in your custom package master. Because it's Vue JS stuff.

    • D

      Menu not adding in Admin
      • deepaksharma1011

      6
      0
      Votes
      6
      Posts
      850
      Views

      devansh-webkul

      After updating any route just run php artisan optimize command. Because routes are cached.

    • K

      Edit variants sql error
      • karkiswapnil

      4
      0
      Votes
      4
      Posts
      787
      Views

      xuanmanhstone

      thank you

    • U

      How we can change the validation error of input
      • userbagisto

      2
      0
      Votes
      2
      Posts
      360
      Views

      devansh-webkul

      Hi @userbagisto

      Form Bagisto validation are you referring to Laravel Request Validation or Vue JS one?