Hi
I am going to use Woocommerce to create a product catalog, but instead of using woocommerce product pages, i want to redirect those to a standard wp page where I can design each one completely different.
Is there a way to overwrite the product pages URLs to go to a WP Page?
My first idea is using htaccess but I am not sure if there are other ways to do this, without htaccess.
the idea is:
-Clicking on a product normally takes you to:
http://www.xxxx.com/shop/product_name
I would like them to go to:
http://www.xxxx.com/page/product_name
So instead of using the product page layout of woocommerce, it would direct you to a page I created in WP.
any ideas?
thanks!