Bagisto Forum

    Bagisto

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

      This topic is deleted!
      • zainawan99

      1
      0
      Votes
      1
      Posts
      4
      Views

      No one has replied

    • Z

      How to calculate FlatRate Shipping based on Shipping City field?
      • Zakir

      3
      0
      Votes
      3
      Posts
      417
      Views

      Z

      Thank you very much, i have implemented that.

      6ef4474f-fd9f-42a1-a2a8-d11fe92f5fbe-image.png

    • Z

      how can add slider custom page?
      • zainawan99

      5
      0
      Votes
      5
      Posts
      272
      Views

      Z

      @Vaishali-Agarwal every category page add static slider

    • R

      change header background-color
      • Rahul74

      6
      0
      Votes
      6
      Posts
      795
      Views

      V

      Hi @ricky641

      Yes, you have to run npm run prod inside velocity package and then you have to publish assest by using php artisan vendor:publish command.

      Note: Kindly take backup of your project before performing above steps.

      Thanks

    • O

      Change Language
      • OSentrk

      6
      0
      Votes
      6
      Posts
      2014
      Views

      K

      @Vaishali-Agarwal Thank you

    • Z

      How to show sub category items in home page in Velocity?
      • Zakir

      4
      0
      Votes
      4
      Posts
      584
      Views

      V

      @Zakir
      you can achieve this from the store configuration settings inside Admin configuration->catalog->product->store configuration (Here add the number as per your requirement inside per page field)

    • K

      How to add multiple images in categories from admin interface?
      • Keerthi

      8
      0
      Votes
      8
      Posts
      938
      Views

      V

      Hi @zainawan99

      You can take reference from product edit page, there also you will find image section which show multiple images.

      Thanks

    • Z

      How to add condition to show hide cash on delivery Payment Method based on total Grand Total?
      • Zakir

      4
      0
      Votes
      4
      Posts
      696
      Views

      V

      Hi @Zakir

      This cash on delivery class extends Payment class so you will find isAvailable() function in payment class kindly check.

      Thanks

    • Z

      How to change recently view products horizontally instead vertically of New Products?
      • Zakir

      8
      0
      Votes
      8
      Posts
      756
      Views

      Z

      @deepak227
      if I want to show recently view products more than 3 , it does not works even I changed 'quantity' => 10 ..
      do I need to do anything else?

    • Z

      How to increase pagination size of homepage category items?
      • Zakir

      10
      0
      Votes
      10
      Posts
      674
      Views

      Z

      perfect, thanks @Vaishali-Agarwal

      1f29a65a-68ab-41ac-84e2-de36fe08a6cf-image.png

    • Z

      This topic is deleted!
      • zainawan99

      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • N

      Override index.blade.php example
      • nessuno

      5
      0
      Votes
      5
      Posts
      969
      Views

      devansh-webkul

      Hi @nessuno,

      First one i.e. this->publish. This is will publish your assets.

      Second one i.e. loadFromView. This will load view.

      You can check Bagisto repository there are list of severals packages which will help you in this. Or you can check here i.e. https://devdocs.bagisto.com/1.x/packages/create_package.html.

    • Z

      How to replace lable brand with hyperlink in store page?
      • Zakir

      2
      0
      Votes
      2
      Posts
      276
      Views

      devansh-webkul

      Hi @Zakir,

      You need to check this file packages/Webkul/Velocity/src/Resources/views/shop/products/view/attributes.blade.php. In this file, you will see table containing $attribute. You need to add your case.

    • N

      Postgresql
      • nessuno

      3
      0
      Votes
      3
      Posts
      561
      Views

      N

      Hi @lukasyelle - indeed, thanks for your reply ! Earlier today I exchanged email with a fellow developer that seems to have managed to run successfully with postgresql and he promised to share a version in github. If he does I will report back here with the link. Hopefully that's true. Because yes, we also prefer postgresql for large volumes.
      thanks for your help !

    • A

      Newsletter module understanding
      • agami

      2
      0
      Votes
      2
      Posts
      420
      Views

      V

      Hi @agami
      currently, admin could not send the newsletter to all customers. you can raise this as feature on Bagisto github repo https://github.com/bagisto/bagisto/issues

    • Z

      How can GoDaddy server email configuration?
      • zainawan99

      2
      0
      Votes
      2
      Posts
      156
      Views

      V

      @zainawan99
      google it, you will find goDaddy server smtp host and port and add them in .env file
      you may also check this https://in.godaddy.com/help/use-imap-settings-to-add-my-email-address-to-an-email-client-4714

    • N

      Decimal quantity ?
      • nessuno

      3
      0
      Votes
      3
      Posts
      285
      Views

      N

      @devansh-webkul Thank You ! This really helped !

    • Z

      How to implement google ecommerce and enhanced ecommerce Analytics ?
      • Zakir

      8
      0
      Votes
      8
      Posts
      852
      Views

      devansh-webkul

      Hi @Zakir,

      I have checked the link, where they clearly say that this represents information about an e-commerce related activity that has taken place. So the best place is the admin end. Where you will get all the order ids and related stuff.

    • L

      How to escape single quotes in a translated array
      • Luc

      3
      0
      Votes
      3
      Posts
      389
      Views

      L

      @ghermans said in How to escape single quotes in a translated array:

      addslashes(

      $currencies = "Valuta's"; $locales = "Talen"; return [ 'currencies' => addslashes($currencies), 'currencies-and-locales' => addslashes($currencies) . ' en ' . $locales ]

      It doesn't always give the same results as you can see in the screenshot.
      We get "Valuta's" and "Valuta's en Talen"
      Screenshot 2020-11-25 at 17.30.15.png

    • N

      Customer data at onepage.blade.php
      • nessuno

      3
      0
      Votes
      3
      Posts
      245
      Views

      N

      @devansh-webkul Thank You !