Urls of All Products

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
User avatar
calvis
Rear Admiral (RADM)
Rear Admiral (RADM)
Posts: 710
Joined: Tue Jan 27, 2004 3:57 pm
Location: Redmond, WA

Urls of All Products

Post by calvis » Thu Jun 28, 2012 12:40 am

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.
Able Customer Since 1999 Currently Running on GOLD R12 SR1 and PCI Certified.

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Urls of All Products

Post by mazhar » Thu Jun 28, 2012 6:13 am

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.

User avatar
calvis
Rear Admiral (RADM)
Rear Admiral (RADM)
Posts: 710
Joined: Tue Jan 27, 2004 3:57 pm
Location: Redmond, WA

Re: Urls of All Products

Post by calvis » Thu Jun 28, 2012 3:26 pm

What a sweet piece of code. Works perfect.

Thanks,

Mazhar
Able Customer Since 1999 Currently Running on GOLD R12 SR1 and PCI Certified.

Post Reply