View Single Post
  #7  
Old 07-07-2014, 06:48 AM
  xplorer's Avatar 
xplorer xplorer is offline
 

X-Cart team
  
Join Date: Jul 2004
Posts: 925
 

Default Re: Product Feeds module for X-Cart 5 released

Hello Kevin,

Can you check whether the following MySQL query returns some data, or gives an empty response?

SELECT category, name, value FROM xc_config WHERE category LIKE '%Shopzilla%';

If there is data in the database, the page should not be empty.

Also, do you see any errors in the logs?
Reply With Quote