Jump to content

Wrong label for Sitelock service during ordering


glenn

Recommended Posts

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:

image.png.af90618d90fca992d7d8b962e0a86a9c.png

We believe the "Free" should show "Annually" instead, just like it does for other services like SpamExperts or CodeGuard.

Edited by glenn
Link to comment
Share on other sites

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...

BqfDCAq.png

... 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}

Q168xpw.png

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated