passing variables to the cart
Thank you Jason. Here are my files....I need to pass the item number to the cart as well as the bo message. My detail page is based on the prodid. Most of the products have sizes, some do not. So I do have an inventory table for all products regardless of size. Every item has an inventoryid and prodid. The items with size have the same prodid, but different inventoryid's. The products table and inventory table share some of the same info, but not all of it. The item number is in the inventory table as well as the bo message, since each item has its own number. So it is a matter of knowing how to get the item number and bo message into the cart in their respective places, so when the cust checks out to paypal the item number shows and tables are updated. Now I am using for ATC item_num and BO the rs that is being used for sizes, since it works for items with sizes, but does not show info in the cart for items that do not have sizes.