Page 1 of 1
Urls of All Products
Posted: Thu Jun 28, 2012 12:40 am
by calvis
What is the easiest way to find all the urls of all products in a store? (not custom urls)
I am not finding anything useful in the databases.
Re: Urls of All Products
Posted: Thu Jun 28, 2012 6:13 am
by mazhar
Well you don't see anything in database becuase Url is a calculated field. I think the easiest way to find all URLs is to write small peice of code to load all products and then export their URLs in CSV. Here is small test sample. Extract and upload the page to root of your website and then visit this page. You need to click export button on this page and it will let you download CSV file with productid, name and URL in it.
Re: Urls of All Products
Posted: Thu Jun 28, 2012 3:26 pm
by calvis
What a sweet piece of code. Works perfect.
Thanks,
Mazhar