oostwolder Posted January 31, 2013 Share Posted January 31, 2013 he people on this forum i have posted a thread about the text in the billing cyle i can change the text now but still the €0.00EUR stays there and i want this tekst 3 Months - 5% OFF can any one help me where i get rid of the €0.00EUR on billing cycle thanks greetings remco 0 Quote Link to comment Share on other sites More sharing options...
Bubka3 Posted February 1, 2013 Share Posted February 1, 2013 To disable the monthly cycle use -1.00 instead of 0.00. 0 Quote Link to comment Share on other sites More sharing options...
oostwolder Posted February 1, 2013 Author Share Posted February 1, 2013 i dont want to disable monthly cycle i want to edit the prefix-monthly i have already found where i can edit monthly to other text eg. our display says "€0.00EUR Monthly" in this case we want to remove "€0.00EUR" 0 Quote Link to comment Share on other sites More sharing options...
Kian Posted February 2, 2013 Share Posted February 2, 2013 Use replace. With PHP: str_replace("€0.00EUR Monthly","€0.00EUR",$yourstring); With Smarty: {$yourstring|replace:'€0.00EUR Monthly':'€0.00EUR'} Please notice that mine are just examples. For sure your "€0.00EUR Monthly" is made by 3 different string (currency, amount, billing cycle). You should replace just the billing cycle. 0 Quote Link to comment Share on other sites More sharing options...
oostwolder Posted February 2, 2013 Author Share Posted February 2, 2013 thanks this the right solution greetings kian THANKS remco 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.