Re: Help tracking down $add_product[price]
Thanks for your help, but I think the problem is occurring before cart.php. What I'm having difficulty finding is where the form passes the field value to cart.php. Right now, it is passing $0 as the price, which means it's either not passing the price at all or is passing $0 as a default value. So the price isn't even making it to cart.php.
|