SirNicholas Posted August 1, 2006 Share Posted August 1, 2006 Can anyone direct me to how/where this is set? I'd like the content_type of my orders/products to be virtual, but I can't find how to set this up. Thanks, Ant Link to comment Share on other sites More sharing options...
Guest Posted August 1, 2006 Share Posted August 1, 2006 in your catalog\includes\classes\shopping_cart.php change function get_content_type() { $this->content_type = false; to function get_content_type() { $this->content_type = 'virtual'; return $this->content_type; that will enforce all products in the cart to be of virtual type and so the orders derived from the cart. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.