hi dean,
you did a custom script for me a few months ago to add customers to lmp from my shopcart.
I've decided to add customers to different list based on what they purchase.
i've activated
// example to change list based on product
if($prodid=='infpa') $list = '3';
elseif($prodid=='book') $list = '3';
else $list = '4';
which was already in the script, but it's not working.the above products are not being added to list 3 but still being added to list 4 instead.
Please help
regards
sanj