Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

rss feed

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions
 
Thread Tools Search this Thread
  #11  
Old 02-06-2011, 12:07 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,190
 

Default Re: rss feed

It's that part of the query for the images

Code:
$q = "SELECT productid, productcode, product, add_date, xcart_products.descr, price, manufacturer, weight, image_type, filename, image_size FROM xcart_products LEFT JOIN xcart_pricing USING(productid) LEFT JOIN xcart_manufacturers USING(manufacturerid) LEFT JOIN xcart_images_T ON productid=xcart_images_T.id WHERE forsale='Y' ORDER BY add_date DESC LIMIT 200";

You can either replace xcart_images_T with xcart_images_P which will use actual product images OR take the red out of the query but then there will be no images for the products
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote
  #12  
Old 02-06-2011, 08:54 PM
 
anandat anandat is offline
 

X-Adept
  
Join Date: Jan 2004
Posts: 914
 

Default Re: rss feed

Quote:
Originally Posted by cflsystems
It's that part of the query for the images

Code:
$q = "SELECT productid, productcode, product, add_date, xcart_products.descr, price, manufacturer, weight, image_type, filename, image_size FROM xcart_products LEFT JOIN xcart_pricing USING(productid) LEFT JOIN xcart_manufacturers USING(manufacturerid) LEFT JOIN xcart_images_T ON productid=xcart_images_T.id WHERE forsale='Y' ORDER BY add_date DESC LIMIT 200";

You can either replace xcart_images_T with xcart_images_P which will use actual product images OR take the red out of the query but then there will be no images for the products

Steve,
I tried with xcart_images_P but then it's not created the feed with above line ! it's just creating single line feed with my site name !!
__________________
X-Cart: 4.7.7 LIVE
Skin:Ultra by xcartmods.co.uk
X-cart Modules: | ACR, Rich Google Search, Customer Testimonials | Cloud Search, | Websitecm: CDSEO (2.1.9)
---------------
Server: Linux
php: 5.3
mysql: 5.0.89
----------------
Reply With Quote
  #13  
Old 02-07-2011, 03:04 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,190
 

Default Re: rss feed

If you don't have images for the products it won't find them. This query returns products which have price, manufacturer, image, are for sale (not hidden or disabled). If one of these is missing the product won't be included
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 10:23 AM.

   

 
X-Cart forums © 2001-2020