You are here:  » New Filter In New Distribution

Support Forum



New Filter In New Distribution

Submitted by Rocket32 on Sat, 2010-12-04 00:51 in

Hello David is there a way to filter by price in New Distribution? I would like to filter out all prices below a certain amount from my import.

Thank you,
Roy

Submitted by support on Sat, 2010-12-04 09:21

Hi Roy,

Straight forward to add within includes/admin.php. Look for the following comment around line 273:

/* check product record for minimum required fields */

...and just BEFORE that point, add the following line:

if ($importRecord["price"] < 25.00) return;

...replacing 25.00 with the minimum product price you want imported...

Cheers,
David.
--
PriceTapestry.com