Issue with Minimum Order/Maximum Order Limits Extension
Posted: Mon May 21, 2012 4:34 am
Hi All,
I have purchased the Extension 'Minimum Order/Maximum Order Limits' from qphoria
It is showing in the Admin, and is Enabled with a £50 minimum order, but I can still pass through and complete an order. I am using Version 1.5.2.1 of Opencart, and the Carbon template.
I was not sure if I needed to do this:
6) EDIT: catalog/view/theme/YOURTHEME/template/checkout/confirm.tpl
FIND:
--------------------------
<div id="payment"><?php echo $payment; ?></div>
--------------------------
AFTER, ADD:
--------------------------
<?php echo (isset($this->session->data['minmaxerror'])) ? $this->session->data['minmaxerror'] : ''; ?>
--------------------------
If I do, what should it look like exactly?
Probably something I have overlooked, and easy to others......
Any ideas?
Website: http://www.ppcardprinters.co.uk
Regards,
Andy
I have purchased the Extension 'Minimum Order/Maximum Order Limits' from qphoria
It is showing in the Admin, and is Enabled with a £50 minimum order, but I can still pass through and complete an order. I am using Version 1.5.2.1 of Opencart, and the Carbon template.
I was not sure if I needed to do this:
6) EDIT: catalog/view/theme/YOURTHEME/template/checkout/confirm.tpl
FIND:
--------------------------
<div id="payment"><?php echo $payment; ?></div>
--------------------------
AFTER, ADD:
--------------------------
<?php echo (isset($this->session->data['minmaxerror'])) ? $this->session->data['minmaxerror'] : ''; ?>
--------------------------
If I do, what should it look like exactly?
Probably something I have overlooked, and easy to others......
Any ideas?
Website: http://www.ppcardprinters.co.uk
Regards,
Andy