komodityagro Posted September 18, 2013 Share Posted September 18, 2013 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 More sharing options...
Recommended Posts