Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
can not save address to cart using checkout/save-address web api
Undefined variable $__env (View: /var/www/html/public) (View: /var/www/html/resources/themes/velocity/views/home/index.blade.php)
Payment Method not showing on checkout page
How to change color in velocity theme
Dear All, I am a newbie from Bagisto and also Laravel. I would like to change the Product's price color text. Which file to make it change?
Add color prop to this class,
https://github.com/bagisto/bagisto/blob/9b7727397d1e7e6dccca39dddc60ec9963bbeaac/packages/Webkul/Velocity/src/Resources/views/shop/home/index.blade.php#L49
https://github.com/bagisto/bagisto/blob/9b7727397d1e7e6dccca39dddc60ec9963bbeaac/packages/Webkul/Velocity/src/Resources/views/shop/products/index.blade.php#L23
Yes, It's work but I change on /resources/themes/velocity/views/home
Thank you very much.