Posted - 11/05/2025 : 14:57:19
v7.9.1
I've noticed on the Cart Page if you enter a Coupon Code that either doesn't exist or has expired the popup window formatting is not working.
This is what I get.
<div class="ectwarning" style="display:table-cell">Gift Certificate / Coupon Not Found</div>
I know it's pulling the wording from the languagefile_en: $GLOBALS['xxGCCNoF']='Gift Certificate / Coupon Not Found';
The ajaxservice.php page references the following: print (getget('stg1')=='1'?'fail&':'').'<div class="ectwarning" style="display:table-cell">' . $GLOBALS['xxGCCNoF'] . '</div>';
I checked back a few versions of updates and didn't see any change of those lines in either file so I don't know why it's not formatting correctly.
Patrick
|