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

      Downloadable products
      • sommeralex

      5
      0
      Votes
      5
      Posts
      358
      Views

      admin

      Hi @gmarrtin The updates are still in the master branch of GitHub. It will take some time to update the documentation.

    • N

      How To Change Your Admin Password From The Backend when you can't recover or smtp is not configured
      • Naresh-webkul

      1
      1
      Votes
      1
      Posts
      1471
      Views

      No one has replied

    • V

      404 page only shows admin 404
      • valpuia

      5
      0
      Votes
      5
      Posts
      631
      Views

      V

      Thanks @rahul

    • Y

      So I tried following your create package tutorial but at the end I always get this error any tips?
      • yaboi1

      7
      0
      Votes
      7
      Posts
      348
      Views

      R

      Hi @yaboi1

      Paste this line after the namespace of your provider -

      use Illuminate\Support\Facades\Event;

      Thanks

    • M

      This topic is deleted!
      • morgan1

      1
      0
      Votes
      1
      Posts
      6
      Views

      No one has replied

    • R

      AMP issue in the website
      • ruchikatanwar3

      2
      0
      Votes
      2
      Posts
      204
      Views

      R

      Hello @ruchikatanwar3

      AMP integration in our road map and we will add this one soon to our project, but we have PWA application for it - https://github.com/bagisto/laravel-pwa

      Thanks

    • E

      How do I optimize page transition in bagisto?
      • eolykab

      2
      0
      Votes
      2
      Posts
      202
      Views

      R

      Hi @eolykab

      You can create your theme or override its view files, so you can use desired CSS, JS and HTML to optimisze its page transition.

      Please follow the our devdocs for more info - https://devdocs.bagisto.com/

      Thanks

    • E

      SQL statement error
      • elkadye

      3
      0
      Votes
      3
      Posts
      367
      Views

      E

      i tried it for 0.1.6 and 0.1.8. same results..

    • K

      Annoying advertisements!!!
      • karkiswapnil

      3
      0
      Votes
      3
      Posts
      241
      Views

      admin

      Hi @karkiswapnil @valpuia

      Yes, we are taking care of that. Thanks for the info.

    • D

      Translate datepickers
      • Dumdrum

      2
      0
      Votes
      2
      Posts
      212
      Views

      R

      Hi @Dumdrum

      Please follow this one - https://github.com/bagisto/bagisto/issues/1776

      Thanks

    • V

      Taxes still applied outside the zip-range
      • valpuia

      2
      0
      Votes
      2
      Posts
      185
      Views

      R

      Hi @valpuia

      Thanks for generating this one, we are testing it and will solve.

      Thanks

    • A

      ' Apply to shipping', Shipping amount is not including in discount
      • Ankit patel

      2
      0
      Votes
      2
      Posts
      186
      Views

      P

      Hello Ankit,

      We are working on the issue and will inform you when resolve.

      Thanks

    • D

      bagisto email functionality provide ????
      • Darshan

      2
      0
      Votes
      2
      Posts
      279
      Views

      P

      Hi Darshan,

      You need to set mail parameters in .env file for mail functionality.

      MAIL_DRIVER=
      MAIL_HOST=
      MAIL_PORT=
      MAIL_USERNAME=
      MAIL_PASSWORD=
      MAIL_ENCRYPTION=
      SHOP_MAIL_FROM=
      ADMIN_MAIL_TO=

      When order successfully created then we fire this event with order data like - Event::fire('checkout.order.save.after', $order);

      and listening this event in Webkul\Admin\Listeners\Order@sendNewOrderMail

      and calling a function ' sendNewOrderMail ' to send mail of order placed.

      Thanks

    • A

      When I remove the promo code, After there fix amount (cart rules) also removed
      • Ankit patel

      2
      0
      Votes
      2
      Posts
      226
      Views

      P

      Hello Ankit,

      We are currently upgrading this package.

      Thanks

    • A

      Product display in category
      • ashwinkumarc

      2
      0
      Votes
      2
      Posts
      528
      Views

      R

      Hi @ashwinkumarc

      While creating or editing category, you will get a field name called as Visible In Menu, please select yes here and provide position for it - https://prnt.sc/q2amkx

      Thanks

    • L

      This topic is deleted!
      • Luke

      1
      0
      Votes
      1
      Posts
      1
      Views

      No one has replied

    • V

      Is there a way to create shipping method based on zip-code
      delivery shipping • • valpuia

      2
      0
      Votes
      2
      Posts
      623
      Views

      N

      Hello valpuia ,

      Yes of course there is a way to create your own shipping method in bagisto .
      You can create your own package or you can check how to create shipping method.

      Also you can check the following link .
      https://bagisto.com/en/extensions/laravel-ecommerce-marketplace-table-rate-shipping/

      thank you

    • V

      This topic is deleted!
      • valpuia

      1
      0
      Votes
      1
      Posts
      13
      Views

      No one has replied

    • A

      Product Not displaying in Front end
      • ashwinkumarc

      8
      0
      Votes
      8
      Posts
      1316
      Views

      V

      hi @ashwinkumarc check this out link text

    • A

      Admin menu not changing
      • allstyle96

      3
      0
      Votes
      3
      Posts
      567
      Views

      A

      @Naresh-webkul
      Thanks. It solved the problem.