Jump to content

Remove 'Promotional Code..." line from basket


Recommended Posts

Using CC 6.2.4 Foundation. On the first basket view of the checkout sequence, I need to remove the copy and form input space for the "Promotional Code..." I have 'disabled' this option in the store admin and it still appears.

(box.navigation.php) perhaps?

Thanks

Link to comment
Share on other sites

How did you 'disable' coupons in admin?

The template you want is content.checkout.php. Look for the block of code that starts with <div class="row"> and that contains {$LANG.basket.coupon_add}. You can change that statement to read <div class="row hide"> (if using Foundation).

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...