Jump to content

Virtual product


Recommended Posts

By ordering of virtual product if is price = 0, apears in Summary order by payment method Confirm your order and after cliking apears Order history.

The same I need for all virtual products if is price more than 0.

/* Bypass payment step if total is 0 */
		if ($this->context->cart->getOrderTotal() <= 0 )
			return '<p class="center"><input type="button" class="exclusive_large" name="confirmOrder" id="confirmOrder" value="'.Tools::displayError('I confirm my order.').'" onclick="confirmFreeOrder();" /></p>';
Link to comment
Share on other sites

×
×
  • Create New...