like to have single product slugs like this
mydomain.com/product1
mydomain.com/product2
mydomain.com/product3
Have the WP permalink settings like this:
/%postname%/
How can I also make it work for wp e-commerce?
like to have single product slugs like this
mydomain.com/product1
mydomain.com/product2
mydomain.com/product3
Have the WP permalink settings like this:
/%postname%/
How can I also make it work for wp e-commerce?
I have the same problem and Custom permalink plugin don't work for this.
I haven't been able to make this work, I believe Categories are cooked into the URL so whatever you do it will be mydomain.com/category/product1. Keep diggin' :)
I made it with Custom permalink and WP e-Commerce modifying. The Custom permalinks post_link and post_type_link hooks don't works for wpsc. I don't known why, so I made it myself. Now I have the mydomain.com/product1 structure.
ifinorbert,
Can you please share your solution, this is driving me crazy! the "custom permalink" plug-in works perfectly for the pages by not for the wpsc product pages.
Thank You
You must log in to post.