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

      Basic login by Facebook but work
      • SongDapeng

      3
      0
      Votes
      3
      Posts
      570
      Views

      Kozmin

      I have also dealt with facebook login, don't forget to clear .env cache with php artisan

    • S

      URL key not allow for my local language
      • SongDapeng

      4
      0
      Votes
      4
      Posts
      557
      Views

      admin

      Check this,
      https://stackoverflow.com/questions/6515781/can-we-have-a-language-other-than-english-in-a-url

    • Kozmin

      Carousel Featured Products
      • Kozmin

      4
      0
      Votes
      4
      Posts
      535
      Views

      admin

      But in the product also this carousel is used.

      This is the product collection component in which we are using the same carousel component,
      https://github.com/bagisto/bagisto/blob/9b7727397d1e7e6dccca39dddc60ec9963bbeaac/packages/Webkul/Velocity/src/Resources/assets/js/UI/components/product-collections.vue#L15

    • A

      This topic is deleted!
      • Apillzonline

      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • D

      Load blade files from /resource/themes instead of /packages/Webkul/Shop/src/resources/views
      • dulox2

      2
      0
      Votes
      2
      Posts
      971
      Views

      devansh-webkul

      It is already loaded from the themes folder.

    • S

      Change color of Product's price
      • SongDapeng

      3
      0
      Votes
      3
      Posts
      529
      Views

      S

      Yes, It's work but I change on
      /resources/themes/velocity/views/home

      Thank you very much.

    • S

      Remove "ADD TO CART" button in index page
      • SongDapeng

      4
      0
      Votes
      4
      Posts
      597
      Views

      devansh-webkul

      I just shared the package file for reference but you need to do the changes in the second one which you are actually doing.

      So that the latest updates won't get conflict.

    • Kozmin

      Email Order Confirmation
      • Kozmin

      2
      0
      Votes
      2
      Posts
      242
      Views

      devansh-webkul

      You can check laravel scheduler, just one cron needs to setup everything will be handled by this,
      https://laravel.com/docs/8.x/scheduling

    • Kozmin

      Product Image not uploading
      • Kozmin

      2
      0
      Votes
      2
      Posts
      358
      Views

      devansh-webkul

      Just update your php.ini file.

    • K

      Using Firebase - cannot install kreait/laravel-firebase composer package
      • KiwiNFLFan

      2
      0
      Votes
      2
      Posts
      3283
      Views

      devansh-webkul

      Just delete the lock file and then run composer install.

    • ILDaviz

      Use registerModel if it is already used by another package same contract model
      • ILDaviz

      4
      0
      Votes
      4
      Posts
      1536
      Views

      N

      HI @ILDaviz ,
      Excactly, you need to define your service provider after the default modul service provider to override the existing models.
      Thanks!

    • S

      change default font for Front end website
      • SongDapeng

      4
      0
      Votes
      4
      Posts
      1022
      Views

      devansh-webkul

      Yes, you can just add your font and load it.

    • D

      integrated accounting system and branches
      • dailamy1983

      2
      0
      Votes
      2
      Posts
      301
      Views

      P

      hello there,

      Please check the below ticket response for the same :

      https://webkul.uvdesk.com/en/customer/ticket/view/327989

    • L

      Taxes in product, cart and checkout pages
      • lukas

      3
      0
      Votes
      3
      Posts
      491
      Views

      devansh-webkul

      This feature is already implemented in the latest version in which the user has the option to enable disable the tax inclusion.

    • S

      Change index navbar to show like this?
      • SongDapeng

      4
      0
      Votes
      4
      Posts
      668
      Views

      devansh-webkul

      Which version of Bagisto are you using?

    • A

      Mixed content on the admin side?
      • alex3005

      2
      0
      Votes
      2
      Posts
      438
      Views

      devansh-webkul

      Check the APP_URL in the .env file.

    • D

      How can I create some Product Accessories/Options as checkboxes (not selectable attributes)?
      • danpascu

      5
      0
      Votes
      5
      Posts
      1486
      Views

      devansh-webkul

      This is customization because configurable product will create a bunch of variants.

    • Kozmin

      How to force cache re-download to reflect changes made to site ?
      • Kozmin

      2
      0
      Votes
      2
      Posts
      634
      Views

      devansh-webkul

      If you talking about the server cache then you can run,
      php artisan cache:clear

    • L

      How to add carousel like new-products
      • LilD

      2
      0
      Votes
      2
      Posts
      334
      Views

      devansh-webkul

      You can take reference from here,
      https://github.com/bagisto/bagisto/blob/c35817c3addbba770c2c6ef1e6c38023665c781e/packages/Webkul/Velocity/src/Resources/views/shop/home/new-products.blade.php#L9

    • L

      Create a new column migration for existing model
      • LilD

      2
      0
      Votes
      2
      Posts
      461
      Views

      devansh-webkul

      Please run the artisan command from the project root directory.