RM
Asked
What is the process to change the layout of the catalog page in shop module. I changed the general.js file but the changes are not showing. Which JS files need to be minify so that my changes show in the catalog page?
- MSAnswered
Hello,
The product view file is
themes/default/shop/views/pages/view_product.php
Thank you
- RMAnswered
Thank you, that is for the product page. I am looking to change the page where all the products are listed. I want to change the page that is on the attachment.
Attachments - MSAnswered
Hello,
Yes, products page uses javascript
themes/default/shop/assets/scripts/general.js
that can be minifed withnpx gulp cmJs
command after installing the packages withnpm i
It requires node 12Thank you
- RMAnswered
thank you
- Login to Reply