View Single Post
  #20  
Old 05-10-2004, 07:14 PM
 
xcell67 xcell67 is offline
 

Senior Member
  
Join Date: Dec 2003
Posts: 149
 

Default

it looks like the major function behind this mod is:

Code:
if ($amount) { foreach ($amount as $key=>$value) { $productid = $key; $amount = $value;

What would I have have to sub in in order for it to be able to add multiple wishlist items?

Thanks
Reply With Quote