|
You can use:
if(isset($wishlist_button_x) AND
($UserInfo["ID"]>0))
{ //insert into wishlist $Query = "INSERT INTO user_sku (User, SKU, Quantity, Notes) VALUES "; $Query .= "(" . $UserInfo["ID"] . ", $sku, 1, '$notes') "; } I ran into this same problem. Code from above
is in ADD_BASKET. I believe you can check either $wishlist_button_x or
$wishlist_button_y - the coordinates of the button are passed rather than the
button name (wishlist_button) when using an image.
Kevin
|
- [FreeTrade] Wishlist Button Ron Dyck
- Re: [FreeTrade] Wishlist Button Paul Chamberlain
- Re: [FreeTrade] Wishlist Button Kevin Leavell
- Re: [FreeTrade] Wishlist Button Kevin Leavell
- Re: [FreeTrade] Wishlist Button Bob Hutchinson

