Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Bug Report
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • Most Views
    • H

      The image zoom function does not work
      • hairong

      3
      0
      Votes
      3
      Posts
      387
      Views

      H

      @devansh-webkul Thanks for the heads up, I re-installed and checked and the problem came from Odoo's online chat script.
      The code I added in scripts.blade.php, odoo chat works fine but reports the error this.activeImage.ezPlus is not a function, causing the product detail page to not work properly.

      <script type="text/javascript" src="https://erp.traitbuy.test/im_livechat/external_lib.js"></script> <script type="text/javascript" src="https://erp.traitbuy.test/im_livechat/loader/1"></script>

      I haven't found how to fix the cause of the odoo script code conflict yet, I'll come back and update when I do.

    • H

      parents-categories
      • himanshu-kmr

      2
      0
      Votes
      2
      Posts
      187
      Views

      devansh-webkul

      Hi @himanshu-kmr,

      Currently, there is no such API, you need to handle it programmatically.

    • I

      Error: Expected an order id to be passed
      • iammarajul

      4
      0
      Votes
      4
      Posts
      392
      Views

      devansh-webkul

      Hi @iammarajul,

      Can you open the second error object. May be some small mistake is there.

    • S

      catalog rules missing in role customization
      • satty

      2
      0
      Votes
      2
      Posts
      113
      Views

      devansh-webkul

      Hi @satty,

      May I know which version are you using?

    • S

      Refund missing in roles customization
      • satty

      2
      0
      Votes
      2
      Posts
      200
      Views

      devansh-webkul

      Hi @satty,

      May I know which version are you using because all these things have been fixed in the latest version.

    • S

      Newly added products not visble inside category page
      • spica

      2
      0
      Votes
      2
      Posts
      579
      Views

      devansh-webkul

      Hi @spica,

      May I know which Bagisto version are you using?

    • X

      encountered Illuminate \ Database \ QueryException (HY000) when creating a category
      • xxx

      2
      0
      Votes
      2
      Posts
      359
      Views

      V

      @xxx
      follow this link https://forums.bagisto.com/topic/1414/error-while-adding-categories
      Hope this will help you.

    • X

      creating new category
      • xxx

      2
      0
      Votes
      2
      Posts
      103
      Views

      V

      @xxx
      follow this https://forums.bagisto.com/topic/1414/error-while-adding-categories

    • J

      added a custom Shipping method using package but not working
      • jaygadhvi07

      9
      0
      Votes
      9
      Posts
      798
      Views

      J

      @devansh-webkul sure ill do that

    • M

      Marketplace vendor extension throws error while composer dump-autoload command issue in composer version 2.0 or latest version
      • Mayankpanchal

      3
      0
      Votes
      3
      Posts
      789
      Views

      V

      @Mayankpanchal
      If you are using Composer version 2.0 then go to project's composer.json file and update package with

      "Webkul\\Marketplace\\": "packages/Webkul/Marketplace/src"
    • M

      419 Page Expired when login (clean installation using Softaculous)
      • moazwm

      2
      0
      Votes
      2
      Posts
      310
      Views

      V

      https://forums.bagisto.com/topic/1771/419-page-expired/7

    • M

      api/prodcuts getting very slow
      • Megalight

      2
      0
      Votes
      2
      Posts
      236
      Views

      devansh-webkul

      Hi @Megalight,

      There is a product_attribute_values table which takes more time.

      If you don't have to work with the attribute and that attribute is already present in the product_flat table then you can use the product_flat table so that maximum join queries can be avoided.

    • N

      admin panel broke
      • noname123

      2
      0
      Votes
      2
      Posts
      153
      Views

      devansh-webkul

      Hi @noname123,

      Please share the exact same steps. how you reproduce that so that we can also do the same thing to investigate.

    • B

      Blade view not updating
      • bowis

      2
      0
      Votes
      2
      Posts
      115
      Views

      V

      @bowis
      where do you want the changes on homepage so that we can guide you.

    • A

      Aramex shipping option is not displayed
      • abo

      2
      0
      Votes
      2
      Posts
      88
      Views

      V

      duplicate query https://forums.bagisto.com/topic/2399/please-help-me-aramex-shipping-issue/2

    • A

      The Aramex shipping option is not displayed
      • abo

      2
      0
      Votes
      2
      Posts
      275
      Views

      V

      duplicate query https://forums.bagisto.com/topic/2399/please-help-me-aramex-shipping-issue/2

    • S

      how to remove / hide header bottom menu " shop by category "
      • saeed

      2
      0
      Votes
      2
      Posts
      209
      Views

      devansh-webkul

      Hi @saeed,

      Just check this file for the category,
      packages/Webkul/Velocity/src/Resources/views/shop/UI/header.blade.php

      Check this file for icon and search bar,
      packages/Webkul/Velocity/src/Resources/views/shop/layouts/header/index.blade.php

    • A

      Forgot password
      • Akash

      2
      0
      Votes
      2
      Posts
      179
      Views

      V

      Hi @Akash
      Go to .env and check all the below parameters should be entered

      MAIL_DRIVER=smtp
      MAIL_HOST=smtp.mailtrap.io
      MAIL_PORT=2525
      MAIL_USERNAME=
      MAIL_PASSWORD=
      MAIL_ENCRYPTION=tls
      SHOP_MAIL_FROM=
      ADMIN_MAIL_TO=
      MAIL_FROM_NAME=

    • A

      Web sockets - pusher replacement - doesn't work
      • Ashrakat Mokhtar

      10
      0
      Votes
      10
      Posts
      647
      Views

      A

      @devansh-webkul Now error is resolved and read properly, however it's not listening correctly in front-end, backend is working fine. but in html page no rendering is happening when action is taking. it doesn't listen to the event fired in backend.

      imageedit_2_6875692373.png

    • A

      update exchange rates
      • abo

      3
      0
      Votes
      3
      Posts
      267
      Views

      A

      i created fixer account and get api access key
      fixer api key in env file "FIXER_API_KEY"
      and the same issue
      plz help me