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
Hi there,
If the Theme is the same as the Template, then I am using one called computershop (not Carbon as previously mentioned).
Any help appreciated.
Regards.
Andy
If the Theme is the same as the Template, then I am using one called computershop (not Carbon as previously mentioned).
Any help appreciated.
Regards.
Andy
ok, in your theme/template folder you need to find this folder template > checkout > confirm.tpl
in this file you need to find this line of code
and make it look like this code
then save it and upload to your server and this should take care of the problem.
in this file you need to find this line of code
Code: Select all
<div id="payment"><?php echo $payment; ?></div>
Code: Select all
<div id="payment"><?php echo $payment; ?></div>
<?php echo (isset($this->session->data['minmaxerror'])) ? $this->session->data['minmaxerror'] : ''; ?>
“Anyone who stops learning is old, whether at twenty or eighty. Anyone who keeps learning stays young. The greatest thing in life is to keep your mind young.”
- Henry Ford
Hello Qphoria,
I actually purchased this from you: http://www.opencart.com/index.php?route ... _id=163095
Did I purchase an old file here?
I am interested in purchasing your PayPal Express Checkout.
Regards,
Andy
I actually purchased this from you: http://www.opencart.com/index.php?route ... _id=163095
Did I purchase an old file here?
I am interested in purchasing your PayPal Express Checkout.
Regards,
Andy
Who is online
Users browsing this forum: No registered users and 23 guests