glenn Posted September 7, 2019 Share Posted September 7, 2019 (edited) Not sure if this is a bug or an issue with our installation only, but during ordering of a hosting package we promote the SiteLock service. This is shown like this: We believe the "Free" should show "Annually" instead, just like it does for other services like SpamExperts or CodeGuard. Edited September 7, 2019 by glenn 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted September 7, 2019 Share Posted September 7, 2019 Hi Glenn, 3 hours ago, glenn said: Not sure if this is a bug or an issue with our installation only, but during ordering of a hosting package we promote the SiteLock service. it's not your installation - it's intended behaviour. 🙂 3 hours ago, glenn said: We believe the "Free" should show "Annually" instead, just like it does for other services like SpamExperts or CodeGuard. I think all these MarketConnect addons work in the same way and pull that string from the first priced option... so with SpamExperts/CodeGuard, it matches the currently selected billing cycle (if priced for that option); with SSL, it's always a minimum of annually; but with the first SiteLock product addon option being free, then it displays FREE rather than the current billing cycle. to demonstrate this, if you remove the free option from SiteLock... ... it uses "Annually" instead. 🙂 weirdly, I don't think you can change their sort order by changing their weighting value in the settings, so their brand sort order is either predefined, or it's based on the query used to generate the output. 🙄 I suppose you could replace that "FREE" text with a hook, as you're just looping through the array with a string replace... alternatively, you could do it in the configureproduct.tpl template by changing... {$output} to... {if $output|strstr:'sitelock'}{$output|replace:{$LANG.orderpaymenttermfree}:{$LANG.orderpaymenttermannually}}{else}{$output}{/if} 1 Quote Link to comment Share on other sites More sharing options...
glenn Posted September 7, 2019 Author Share Posted September 7, 2019 Thanks a lot @brian!. Very helpful, as always! 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.