View Single Post
  #1  
Old 11-08-2007, 05:57 AM
 
gkeraunen gkeraunen is offline
 

Advanced Member
  
Join Date: Jan 2004
Posts: 37
 

Default To evaluate ExtraField in cart.php

I need to evaluate a a specific extra field for a product passed into to cart.php. Any pointers?

More detail? I've managed to set the extra field AllowDropShip="Y" for certain products so that when inventory is zero, the"Buy Now" and "Add to Cart" still appears. The only problem is that when such products are sent to cart.php, and unlimitedProducts (inventory control) is set to "N" , cart.php will not add the product. I believe I need to check for extra_field AllowDropShip="Y" in cart.php and override $unlimitedProducts in order to get the product to show up in the cart.

I anticipate that this will be a cool mod to allow drop ship orders. Happy to share if we can finish this last step.

-Michael
__________________
X-Cart 4.1.9
PHP 4.4.1
MySQL 4.0.27
Linux
Apache
Reply With Quote