Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
Forum Search
Google Site Search
Author « Topic »  

LadyM
ECT Moderator

1757 Posts

Posted - 08/27/2026 :  13:44:15  
Update: we decided to use the word 'Choose' and it seems to work for my testers.

Lots of options on a product and currently the zero price says 'Free'. If I set a custom css to 'display none' - it doesn't show the price when an option IS selected. Is there a way to clear the word FREE, and still display the price upon selection?

Any suggestions for another word to use? This is just in one category only.

Edited by - LadyM on 08/27/2026 15:34:40

Marshall
Ecommerce Template Guru

USA
2004 Posts

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

LadyM
ECT Moderator

1757 Posts

Posted - 08/27/2026 :  15:57:33  
I'll give it a try. I like it better than using another word.

Thanks.
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.02 seconds. Snitz Forums 2000