wp-e-commerce / WP-e-Commerce

WP eCommerce - The most popular independent eCommerce platform for WordPress
https://wpecommerce.org
GNU General Public License v2.0
215 stars 217 forks source link

When upgrading from Theme Engine v1 to v2 the URL of the /store page should be the same as the existing productspage. #2341

Open jbeales opened 6 years ago

jbeales commented 6 years ago

When we upgrade from Theme Engine v1 to v2 navigating to a store's existing Products page results in an empty page with the [productspage] shortcode visible.

I propose either:

  1. On upgrade, check for the existence of a Theme Engine v1 Products Page, and set the "Main Store" page slug to match it.
  2. On upgrade, change the slug of any existing Products Page to /store/

Option 1 is going to go over a lot better with anyone who has backlinks, or has chosen their products page's slug for SEO reasons.

JustinSainton commented 6 years ago

Related: #1922