View Single Post
  #36  
Old 08-08-2017, 02:27 AM
 
www_maria www_maria is offline
    
Join Date: Aug 2017
Posts: 1
 

Default Re: X-Cart v4.7.8: Facebook E‑commerce, Mandrill, Amazon Feeds, Shipping Easy

Dear Ildar Amankulov,

I have found the BIG BUG in the 'Amzon_feed' module.

File: modules/Amazon_Feeds/func.php
Line: 491

db_query("REPLACE INTO $sql_tbl[amazon_feeds_exports] SELECT productid, variantid, '" . (XCart\Modules\AmazonFeeds\Feeds\Feed:ATASET_STA TUS_PENDING) . "' AS exported FROM $sql_tbl[products] WHERE productid IN ('" . implode("', '", $productids) . "')");

There is not 'variantid' field in the xcart_products table.

How should I FIX it?
Should I just delete the 'variantid' from this query?


I look forward to hearing from you.
__________________
4.7.8
Reply With Quote