You are here:  » Removing checks

Support Forum



Removing checks

Submitted by webie on Mon, 2007-10-15 08:30 in

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

Submitted by support on Mon, 2007-10-15 08:33

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.

Submitted by webie on Mon, 2007-10-15 09:25

Cheers Dave many thanks once again

all the best