Post by iloveopencart » Thu Apr 09, 2009 1:13 am

Just a thought, but if you've disabled the coupon extension in admin, you probably don't want an input box for a coupon code in the confimation page of the checkout process. Simply add the following line of code before the <div ...> that has the coupon input field in the file catalog/view/theme/default/template/checkout/confirm.tpl:

Code: Select all

<?php if ($this->config->get('coupon_status')) { ?>
Don't forget to close it out after the closing </div> tag:

Code: Select all

<?php } ?>

User avatar
Global Moderator

Posts

Joined
Thu Mar 05, 2009 11:15 pm
Location - Phoenix, AZ
Who is online

Users browsing this forum: No registered users and 1 guest