Add more recently view products.
-
Hi can I know how can I add more product in recently viewed product? I want in to display 8 instead of only 3. Can you guide me?
Thank you.
-
@Shirah
you need to customize this file to update recent view products
https://github.com/bagisto/bagisto/blob/master/packages/Webkul/Velocity/src/Resources/views/shop/products/list/recently-viewed.blade.php -
This post is deleted! -
@Vaishali-Agarwal What should I customize to?
I change this to 8. There is only 3 products are shown. Do you mind to explain in more detail?
-
@Shirah
run the below command from the project root directoryphp artisan vendor:publish --force
-
I get this error.
The code I change is in the resources\themes\velocity\views\home\new-products.blade.php.
-
@Shirah
you are running the command from the wrong directory..
just go the path
C:\wamp64\www\tronserve-commerce1\ and then run the command
php artisan vendor:publish --force