Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Order Content_Type


SirNicholas

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...