Question: How Do I Modify The Products Page

How Do I Modify The Products Page

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 change

RM

Ray Moncada

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?

  • MS

    Mian Saleem

    Answered

    Hello,

    The product view file is themes/default/shop/views/pages/view_product.php

    Thank you

  • RM

    Ray Moncada

    Answered

    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.

  • MS

    Mian Saleem

    Answered

    Hello,

    Yes, products page uses javascriptthemes/default/shop/assets/scripts/general.js that can be minifed with npx gulp cmJs command after installing the packages withnpm i It requires node 12

    Thank you

  • RM

    Ray Moncada

    Answered

    thank you

  • Login to Reply