You are here:  » import only the first 100 products per feed

Support Forum



import only the first 100 products per feed

Submitted by jonny5 on Mon, 2011-06-13 13:34 in

as title , i only want either the first 100 products or just 100 random products from each feed.

is this possible

Submitted by support on Mon, 2011-06-13 13:46

Hi Jonny,

Sure - in includes/admin.php look for the following code around line 380:

    $admin_importLimit = $limit;

...and REPLACE with:

    if ($limit == 0) $limit = 100;
    $admin_importLimit = $limit;

Cheers,
David.
--
PriceTapestry.com