Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jagbhadra

    (@jagbhadra)

    My theme uses something like WPLatte::createTemplate(basename(__FILE__, ‘.php’), $latteParams)->render(); and does not have a loop or anythng similar

    Roy Ho

    (@splashingpixelscom)

    That is not how themes work. If your theme is made for ecommerce or more specifically for WooCommerce, then your product pages will have already been styled. However if it is not, then you would need to manually change all the default WooCommerce templates to match your theme. You can do that either via filters or copying the templates to your theme and editing it there one by one.

    So you should check if your theme is made for ecommerce/Woocommerce first. If not, then you need to perform the latter.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Woocommerce shop(archive-product.php)page’ is closed to new replies.