AlexWebsites Posted January 30, 2019 Posted January 30, 2019 Would be really good to be able to have the option to not show a numerical NO VALUE amount like $0.00 and replace that with a language string like the word "FREE". For instance, if I'm using products or subscriptions and offer a free membership, it just looks so much nicer if it says "FREE" or "NO CHARGE".
socceronly Posted February 11, 2019 Posted February 11, 2019 Or.... "YOUR SOUL" "FIRST BORN" Lots of fun to be had here.
AndyF Posted February 11, 2019 Posted February 11, 2019 I can see the value (no pun intended) in this however it might require a bit more processing time at a guess as its then got to replace a numerical value with a word value if value=0
socceronly Posted February 11, 2019 Posted February 11, 2019 13 minutes ago, AndyF said: I can see the value (no pun intended) in this however it might require a bit more processing time at a guess as its then got to replace a numerical value with a word value if value=0 let a=parseInt("YOUR SOUL"); consoleLog(a); >666
asigno Posted February 11, 2019 Posted February 11, 2019 @AlexWebsites It's not the ideal way of doing it, but there is an immediate solution in changing the text on page load by using GTM or Optimize.
AlexWebsites Posted February 11, 2019 Author Posted February 11, 2019 16 minutes ago, asigno said: @AlexWebsites It's not the ideal way of doing it, but there is an immediate solution in changing the text on page load by using GTM or Optimize. I would prefer something built in to be able to replace {$package->priceBlurb()} in subscriptions if no value present. Maybe a language string. <div class='cNexusPrice ipsSpacer_both'>{$package->priceBlurb()} {{if \IPS\Member::loggedIn()->language()->checkKeyExists('nexus_tax_explain_val')}} <span class='cNexusPrice_tax ipsType_light'>{lang="nexus_tax_explain_val"}</span> {{endif}} </div>
Gauravk Posted August 27, 2019 Posted August 27, 2019 Also those zero value trial subscription should have end date and not tie to renew for x amount for x days, that causes immense confusion. This looks much easy and convincing for new users: Than this
Recommended Posts
Archived
This topic is now archived and is closed to further replies.