item ID in cart problem

greenspun.com : LUSENET : S-Mart Shopping Cart : One Thread

I'm having trouble getting the item ID numbers to appear in the shopping cart (they are present as text and hidden code on my catalog pages). If I set $useid = 1; in the smart.cfg file, it doesn't seem to work unless I also have $useadmin = 0; (?) And, although this does serve to display my item ID numbers along with the rest of the item info in the cart, it makes a mess of the table lines. Is there any easy fix to this problem?

Thanks,

Roger

-- Roger (rkruppa@quikstart.com), February 02, 1999

Answers

Hi, The item ID number is passed from form to form with hidden input tags. If you just want it to display somewhere on the HTML pages. you should be able to just call it out in the HTML portion of the script.

something like: print "Item Number:$itemid\n";

If you place this where you want it to show up on the pages in the HTML customization portions it should show it to the customer.

Good Luck, Marc Burnell

-- Marc Burnell (mburnell@efxweb.com), February 21, 1999.


Moderation questions? read the FAQ