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

      Newsletter subscription could not send email right now
      • tashiw045

      3
      0
      Votes
      3
      Posts
      683
      Views

      T

      Thanks for the response.

    • S

      Change Product's Price Color
      • SongDapeng

      2
      0
      Votes
      2
      Posts
      309
      Views

      devansh-webkul

      Yes, you can. You just need to customize the code.

    • A

      Edit product showing placeholder
      • asad

      5
      0
      Votes
      5
      Posts
      578
      Views

      A

      @devansh-webkul yeah I have done a lot of rnd but the problem is that It is running on a live server. If I take latest clone, then what about my configurations and setting running on my live machine?

    • S

      Basic login by Facebook but work
      • SongDapeng

      3
      0
      Votes
      3
      Posts
      555
      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
      549
      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
      509
      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
      964
      Views

      devansh-webkul

      It is already loaded from the themes folder.

    • S

      Change color of Product's price
      • SongDapeng

      3
      0
      Votes
      3
      Posts
      506
      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
      577
      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
      238
      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
      344
      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
      3213
      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
      1528
      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
      965
      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
      296
      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
      480
      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
      656
      Views

      devansh-webkul

      Which version of Bagisto are you using?

    • A

      Mixed content on the admin side?
      • alex3005

      2
      0
      Votes
      2
      Posts
      409
      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
      1452
      Views

      devansh-webkul

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