News:

AbanteCart v1.4.2 is released.

Main Menu

Payment Confirmation page .tpl file

Started by montgo, October 29, 2013, 05:34:03 AM

Previous topic - Next topic

montgo

Coupons are not required and are deselected from the cart page but the option still appears on the payment confirmation page when logged in. I want to remove that option but the .tpl file I thought would deal with it - default_html5/template/pages/checkout/payment.tpl - does not work.

Could you please advise the location of the correct .tpl file. Many thanks.

abantecart

File you listed is correct /storefront/view/default_html5/template/pages/checkout/payment.tpl

You need to remove:


if ($coupon_status) {
echo $coupon_form;
}


Forum Rules Code of conduct
AbanteCart.com 2010 -