You are here:  » Filter by Price

Support Forum



Filter by Price

Submitted by philstone on Wed, 2011-03-09 11:10 in

Hi David

Trust you are well

Was wondering could you advise me on a mod to global filter products on import so any items below say £9.99 will not be imported?

regards

philip

Submitted by support on Wed, 2011-03-09 11:14

Hi Phil,

It's an easy mod to includes/admin.php. In that file, look for the following code around line 275:

    $importRecord["price"] = tapestry_decimalise($importRecord["price"]);

...and REPLACE with:

    $importRecord["price"] = tapestry_decimalise($importRecord["price"]);
    if ($importRecord["price"] < 9.99) return;

Hope this helps!

Cheers,
David.
--
PriceTapestry.com

Submitted by philstone on Wed, 2011-03-09 11:22

thanks yet again David!!!

regards

Phil Stone
www.buy24-7.net