Knowledge Base Modules, Apps & Extensions On Sale How to use the On Sale discounted prices in...

How to use the On Sale discounted prices in your Google feed

Author Bill Brewer
Created
If On Sale is dynamically changing the prices on your store Google may disable your feed because of a pricing difference between the feed and the landing page price.  To use the On Sale discounted prices in your Google feed make the following edit:

modules/Froogle/froogle.php

Find this code:

while ($product = db_fetch_array($products)) {

After Insert:

// alteredCart On Sale // if (!empty($active_modules['alteredCart_On_Sale'])){ include $xcart_dir . '/modules/alteredCart_On_Sale/onsale_froogle.php'; } // alteredCart On Sale //

If your version of On Sale does not contain the onsale_froogle.php file download this file  onsale_froogle.php (1.0 KB) and place it in your <xcart_dir>/modules/alteredCart_On_Sale directory.

Was this article helpful?

Yes
No
1 out of 1 found this helpful.