HomeHome Product Discus... Product Discus...SmithCartSmithCartExporting Products?Exporting Products?
Previous
 
Next
New Post
6/9/2010 2:12 PM
 

On the product page for Smith Cart, you promote the ability to Import/Export Products - how do I export products to Google in an xml feed?

 
New Post
6/9/2010 6:17 PM
 

Are you wanting to export products to froogle?


Scott Kelly
Project Manager
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
6/10/2010 9:28 AM
 

I am wanting to export products period, to Google and Amazon specifically though. Can this be done? If not, you might want to change your Smith Cart description...

 
New Post
6/5/2011 8:21 AM
 

A rough way to export all products is go to the Host/SQL screen, and enter:

select ProductID, ModelNumber, ModelName, DownloadUrl from Smith_Products

Copy the output, paste to a text editor. Use search/replace, or write some code to wrap the data with the necessary XML tags.

To see all the columns available, do:

select column_name, data_type from information_schema.columns where table_name='Smith_Products'
 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartExporting Products?Exporting Products?