-- HikaShop version -- : 2.3.4
A question, not an error!
I have a coupon that applies to a category, and it is autoloaded in cart. It works perfectly, but on checkout it displays the text "Coupon". I would like to display the actual code that is applied.
I tried to edit the language file, and I changed it to display "Discount" which is more accurate. However, it is limited to fixed text and I would like to display the code of the coupon - then I can make it more descriptive like "Buy 4 get 10% off".
I think I found the place to make the change : Display / Views / Frontend / Product / Cart
<td class="hikashop_cart_module_coupon_title" colspan="<?php echo $colspan; ?>">
<?php echo JText::_('HIKASHOP_COUPON'); ?>
</td>
However, I don't know what to display for the coupon code instead of the text.
Can you help please?
Also, can you confirm if you still do not allow multiple coupons? I really would like to have one discount for one category and a different discount for a different category and have both apply if the customer buys from both categories!
Thanks for your help!
Niamh