Hi,
we have been using a hack to display coupon code used in virtuemart sales receipt.
we have been using the code:
// Print the coupon code when available
if( $db->f("coupon_code") ) { ?>
:
now as we are using Awocoupon... this code is no longer working... please let us know what would be the right code to pull so that the AwoCoupon used should be displayed.
Thanks.
we have been using a hack to display coupon code used in virtuemart sales receipt.
we have been using the code:
// Print the coupon code when available
if( $db->f("coupon_code") ) { ?>
<?php
echo $VM_LANG->_('PHPSHOP_COUPON_COUPON_HEADER')
?>
<?php
$db->p("coupon_code");
?>
now as we are using Awocoupon... this code is no longer working... please let us know what would be the right code to pull so that the AwoCoupon used should be displayed.
Thanks.