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?
- MSAnsweredHello,
The product view file is `themes/default/shop/views/pages/view_product.php`
Thank you - RMAnsweredThank 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
- MSAnsweredHello,
Yes, products page uses javascript`themes/default/shop/assets/scripts/general.js` that can be minifed with `npx gulp cmJs` command after installing the packages with`npm i` It requires node 12
Thank you - RMAnsweredthank you
- Login to Reply