I Dave,
I want to just try tapestry other than product search
and i import temp web links If i remember from another
post I have to disable some checking in the admin side
some where I think one of them was price? Where do i do the
modification
all the best
Darren
Hi Darren,
You might be thinking of the following code on line 154 of includes/admin.php which checks for the minimum required fields...
if (!$record[$admin_importFeed["field_name"]] || !$record[$admin_importFeed["field_buy_url"]] || !$record[$admin_importFeed["field_price"]]) return;
If you remove that, zero price or records without all the required fields will be imported...
Cheers,
David.