- This topic has 3 replies, 2 voices, and was last updated 13 years, 8 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore General Questions › Dynamic product page
Tagged: 301, dynamic product page, htaccess, redirect, single product pages
Hi,
I’m still in the process of migrating from another ecommerce solution.
The old cart had a single product.php page which resulted in a dynamic page being created based on the product id.
Is there a way to do something similar here or is it meant to be a single page per product?
And, if I have to generate redirects for all of these in the .htaccess file, is there a simple way you can think of?
thanks!
You just list all your products in a WordPress post or page using a shortcode. This page will explain:
http://www.tipsandtricks-hq.com/ecommerce/wordpress-estore-list-of-all-products-display-demo-240
You don’t need any .htaccess redirect. When you configure each product you can specify the URL of the page where more details of the product is available in the “Product Page URL” of that product. Each name of your product in the display list will be linked to it’s product page URL.
This post will explain more on this:
I don’t think you understood me. I have thousands of products with backlinks currently going to their individual pages. If I move them all to your cart, I think I will need to create a product page for each product, yes?
Then I will probably need to create redirects from the old URL to the new yes?
thanks!
Ah I see.. yes, in your case you will need to redirect the old products page URL to the new ones given the URL is going to change.