Author Topic: Payment Confirmation page .tpl file  (Read 3992 times)

Offline montgo

  • Newbie
  • *
  • Posts: 30
  • Karma: +2/-0
    • View Profile
Payment Confirmation page .tpl file
« on: October 29, 2013, 05:34:03 AM »
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.

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4358
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: Payment Confirmation page .tpl file
« Reply #1 on: October 29, 2013, 10:45:49 PM »
File you listed is correct /storefront/view/default_html5/template/pages/checkout/payment.tpl

You need to remove:

Code: [Select]
if ($coupon_status) {
echo $coupon_form;
}
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

Offline montgo

  • Newbie
  • *
  • Posts: 30
  • Karma: +2/-0
    • View Profile
Re: Payment Confirmation page .tpl file
« Reply #2 on: October 30, 2013, 05:39:54 AM »
Thank you . . .

 

Powered by SMFPacks Social Login Mod