as title , i only want either the first 100 products or just 100 random products from each feed.
is this possible
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
©2006-2025 IAAI Software | Contact Us | Privacy Policy
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