new template twig not is not showing
Posted: Mon Jun 17, 2019 11:13 am
I am adding a new twig for testing designs.
I have added nwqtest.twig (copy of product.twig with noticeable changes) in the store product template folder,
I have added a nwqtest.php in controller/catalog by copying product.php and changing all instances of product/product(except language pointers) to product/nwqtest
I have added a new layout NWQtester in admin with route product/nwqtest.
I have set one product to use NWQtester with layout override.
I have reset and saved the twig using the admin theme editor
I have cleared the cache, and refreshed modifications
When I look at the product from the front end, the new layout is being used, but it is still using the product.twig.
What am I missing???
I have added nwqtest.twig (copy of product.twig with noticeable changes) in the store product template folder,
I have added a nwqtest.php in controller/catalog by copying product.php and changing all instances of product/product(except language pointers) to product/nwqtest
I have added a new layout NWQtester in admin with route product/nwqtest.
I have set one product to use NWQtester with layout override.
I have reset and saved the twig using the admin theme editor
I have cleared the cache, and refreshed modifications
When I look at the product from the front end, the new layout is being used, but it is still using the product.twig.
What am I missing???