Posted - 08/27/2026 : 15:54:54
The word Free is being generated by the language file,
xxFree="Free"
In the includes, you could put
$xxFree=" ";
and you would not have to use CSS to hide it. However, that would affect every place it is used site wide. But if this is only something you want done in the proddetail.php page, you could put the script below above the <?php include "vsadmin/inc/incproddetail.php" ?> include in the page and it will only affect the proddetail.php page.
<?php $xxFree=" "; ?>
Hope this helps.
Marshall CENLYT Productions - ms designs Affordable Web Design Custom Ecommerce Designs Responsive Websites Cenlyt.com
|