Search found 1 match

Page 1 of 1

Search found 1 match

Re: Product SEO URL Tag Generation (SQL)

We created a simple SQL to update all urls replacing common characters and avoid duplicated (max 3) urls. DELETE FROM url_alias WHERE 1; INSERT INTO `url_alias` SELECT null as `url_alias_id`, concat('product_id=',`product_id`) as query, REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE...

Jump to post
  • Sun Jul 07, 2013 3:02 am
  • Replies 12
  • Views 23733

Page 1 of 1

Search found 1 match