[PHP-DB] Re: Shopping cart shipping logic

2008-05-15 Thread Ron Piggott
I have figured it out. When I first started I was trying to do too much in one command; when I broke it down into sections I figured it out. Ron Ron On Wed, 2008-05-14 at 23:17 -0400, Ron Piggott wrote: I have just made a change that I realize is going to be necessary for the shipping logic

[PHP-DB] Re: Shopping cart shipping logic

2008-05-14 Thread Ron Piggott
I have just made a change that I realize is going to be necessary for the shipping logic queries. I have added packaging_type int(1) into the table. Value 1 is for poster tubes; Value 2 is for all other shopping_cart_packaging_options: reference int(2) packaging_name varchar(50)