Posted - 02/12/2022 : 06:24:26
PHP v7.4.6
In the order admin, a <br> tag appears even though there is no <br> code in the Discount Text. [code]Applicable Discounts:Valentine's Day Discount<br>[/code]
Viewing the admin order source code, it appears this way. [code]Valentine's Day Discount& lt;br& gt;[/code] (I added space the between & and l and & and g)
I reviewed the incorders.php and the only <br> I found is here. [code] if(! is_array($idlist)){ print 'No id list specified<br>'; }else foreach($idlist as $theid){ [/code]
Marshall CENLYT Productions - ms designs Affordable Web Design Custom Ecommerce Designs Responsive Websites Cenlyt.com
Edited by - Marshall on 02/12/2022 07:28:47
|