Bagisto Forum

    Bagisto

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

      Problem with new product type
      • Flow4all

      6
      0
      Votes
      6
      Posts
      1933
      Views

      P

      Hi @devansh-webkul,

      I am seeing the same error when navigating to the admin dashboard after submitting an order from the customer side. I am just using the existing product types and this order has a configurable product. I am testing on a local dev environment.

      Please let me know if I have to do any additional configuration.

      Thanks,
      Priyesh Shah

    • S

      Shipping Fees Function
      • shw2y

      3
      0
      Votes
      3
      Posts
      539
      Views

      S

      @devansh-webkul i'm using flat rate method but it's not accurate as it's fixed value but i need to change this value depending on the region or the city

    • S

      How can i integrate paytm payment method into bagisto?
      • Sarthak

      5
      0
      Votes
      5
      Posts
      1218
      Views

      W

      For paytm bagisto this works well. https://github.com/wontone18/paytm-payment-gateway-bagisto-laravel

    • N

      Theme parent, Shop and Velocity
      • nxta

      2
      0
      Votes
      2
      Posts
      471
      Views

      A

      Hi.

      You can check everything about creating custom bagisto theme from here:
      https://devdocs.bagisto.com/1.x/themes/

    • J

      how to add minimum order amount in bagisto?
      • jito_joseph

      2
      0
      Votes
      2
      Posts
      531
      Views

      A

      Hi.

      It is already available in the latest version of bagisto.
      Configure -> Sales -> Order -> Minimum Order Amount.

    • K

      Authorize.Net Payment Gateway without popup
      • keyideas

      2
      0
      Votes
      2
      Posts
      521
      Views

      devansh-webkul

      It depends, most of the time credit card details are managed by the third-party payment gateways.

      Are you trying to add credit card details in Bagisto, or using the third-party gateway.

    • J

      Bulkupload composer Autoload issue
      • jignesh

      2
      0
      Votes
      2
      Posts
      422
      Views

      P

      Hey @jignesh ,

      You may take reference from https://forums.bagisto.com/topic/2657/bulkupload-composer-autoload-issue.

      Thanks

    • C

      I need to deliver the Api token from the json response not the header
      • carlosgarts

      14
      0
      Votes
      14
      Posts
      5890
      Views

      J

      Hello we are trying to use graphql api for admin authentication but we are facing 500 internal server error.

      can you please assist is there anything we need to enable or install package for access.

      thank you.

      b5ebb5f3-ebbf-4c74-a71d-5d4d1c20456d-image.png

    • A

      How can override routes, models, controllers?
      • AN-Varit

      2
      0
      Votes
      2
      Posts
      1372
      Views

      devansh-webkul

      In simple, just assume you are overriding the vendor folder. How will you do it?

      First, if you building some package then overriding inside your package.

      Second, Laravel app folder where everything is already registered for you. Just register the same route in the web.php file and transfer your route to the controller where you want. Laravel always hit the top-level route.

    • B

      Show Pop up Banner in homepage
      • bzay23

      4
      0
      Votes
      4
      Posts
      895
      Views

      devansh-webkul

      Hi @bzay23,

      I just shared with you a template.

      Rest header and body you need to customize this at your end.

    • B

      Change postion of configurable attribute in front end?
      • bzay23

      7
      0
      Votes
      7
      Posts
      2125
      Views

      devansh-webkul

      I just shared a reference, for implementation. Maybe you get confused because this is a little bit of refactored code.

      The file which i shared just needs to include in your blade file like this,
      https://github.com/bagisto/bagisto/blob/db7bb755acf7210c2f96c8f7e7c76168a715bf6a/packages/Webkul/Admin/src/Resources/views/catalog/categories/create.blade.php#L190

      After that, you need to trigger the textarea, something like this,
      https://github.com/bagisto/bagisto/blob/db7bb755acf7210c2f96c8f7e7c76168a715bf6a/packages/Webkul/Admin/src/Resources/views/catalog/categories/create.blade.php#L224

      If still you are facing the problem then check the tinymce docs.

    • B

      Social Link. How to change the links of social links in velocity theme.
      • bzay23

      2
      0
      Votes
      2
      Posts
      1848
      Views

      devansh-webkul

      Hi @bzay23,

      Check this,
      Screenshot.png

    • B

      How to remove rating from homepage
      • bzay23

      9
      0
      Votes
      9
      Posts
      1500
      Views

      devansh-webkul

      Check, there are two cases you need to remove from the both.

    • K

      Aliexpress dropshipping
      • kradzcalypse

      2
      0
      Votes
      2
      Posts
      423
      Views

      devansh-webkul

      Are you using any module or trying to implement it in the core?

    • B

      How to show other attribute like description in product page??
      • bzay23

      6
      0
      Votes
      6
      Posts
      3018
      Views

      devansh-webkul

      You can include your code somewhere here in this file,
      https://github.com/bagisto/bagisto/blob/fafe0d81c4eb7a89a1c849ee06b1bab08d35b411/packages/Webkul/Velocity/src/Resources/views/shop/products/view.blade.php#L200

    • B

      Add Breadcrumbs in single product display page of velocity theme?
      • bzay23

      2
      0
      Votes
      2
      Posts
      751
      Views

      devansh-webkul

      Recently we have integrated breadcrumb for the customer section, may be you can take reference from this pull request,
      https://github.com/bagisto/bagisto/issues/5158

    • S

      Bagisto : Ordered items are not displayed in the Admin Side.
      • subbaiah24

      2
      0
      Votes
      2
      Posts
      420
      Views

      devansh-webkul

      This issue has been fixed in the latest version. Please check with the latest one.

    • S

      Hello Images are not visible in Admin Panel
      • syedali

      2
      0
      Votes
      2
      Posts
      466
      Views

      devansh-webkul

      Check your storage linking.

      Run php artisan storage:link.

    • N

      Cache System for Images, Js and CSS
      • nitin

      2
      0
      Votes
      2
      Posts
      363
      Views

      devansh-webkul

      Possibilities are infinite.

      Just need to integrate as mentioned by the respective docs. Check the LSCache docs first.

    • B

      How to show my new attribute in accordin like description?
      • bzay23

      4
      0
      Votes
      4
      Posts
      753
      Views

      devansh-webkul

      You can take reference from here,
      https://github.com/bagisto/bagisto/blob/b8e2fd04e6bc597df297b06893168e8b79e630d2/packages/Webkul/Admin/src/Resources/views/catalog/products/edit.blade.php#L75