How much?
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Feedback
- :
- Plusnet Feedback
- :
- Re: How much?
How much?
06-05-2014 10:49 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Or is that £3.25 a month?
Re: How much?
06-05-2014 10:55 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Re: How much?
06-05-2014 11:23 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I'm not sure where the data mismatch comes from. Does it still appear if you clear your Cache and Cookies?
Re: How much?
06-05-2014 11:32 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Re: How much?
06-05-2014 11:36 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Is there some possibility that there is a difference on this page between being not signed in and signed in?
Watching the page load carefully (IE11), I noted that the £2.99 price appears and is then replace by £3.25.
...remembering another recent thread referencing the use of FLASH on the marketing pages for displaying TEXT, I just loaded the same page on my iPad (Opera which does not support FLASH) and it shows the £2.99 price. Nothing to do with cache & cookies, which in any case is a dangerous dependency for a product marketing / pricing page.
Someone needs to get your marketing / website boys to stop using (certainly mixing) technology which is not supported on some environments for such critical material.
Cheers,
Kevin
In another browser tab, login into the Plusnet user portal BEFORE clicking the fault & ticket links
Superusers are not staff, but they do have a direct line of communication into the business in order to raise issues, concerns and feedback from the community.
If this post helped, please click the Thumbs Up and if it fixed your issue, please click the This fixed my problem green button below.
Re: How much?
06-05-2014 11:41 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Thanks for the heads up.
Re: How much?
06-05-2014 11:57 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Re: How much?
06-05-2014 12:22 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Similarly, the count down timer does not count down when displayed on Opera - again I'd guess a flash support issue? ...but there again it does display its initial value... makes me wonder if (instead or as well) there is a script issue on the page? Opera is quite non-standard in places, requiring "-o-" prefixes on some HTML / CSS3 / Jscript properties / attributes in order to function correctly.
Whilst I'm giving you the pointers, the pink star prices also match the text, changing on IE11 during the page load.
...OK so you've got my interest now...
This is not a FLASH issue. Here is the relevant code from the web page as displayed in IE11 (the one which works)
<div class="message__inner message--flow">
<h1 class="message__heading--alpha">Unlimited broadband<span class="message-trim"> from £2.99</span></h1>
<h2 class="message__heading--beta">with our broadband & phone packages</h2>
</div>
<div class="hero__roundel-container clearfix">
<div class="roundel roundel-starburst">
<div class="roundel-inner">
<span class="roundel-text-x-small">from</span>
<span class="roundel-text-small roundel-text-strikethrough">£9.99</span>
<span class="roundel-text-xx-large">£2.99</span>
<span class="roundel-text">a month*</span>
</div>
</div>
And here is the code which modifies it - not sure where it is to be found though, did this by text searching - guess this code does not work on some browser platforms - I would also suspect similar disfunctionality in Chrome and Firefox.
var mboxCurrent=mboxFactories.get('default').get('plusnetHeader',0);mboxCurrent.setEventTime('include.start');document.write('<div style="visibility: hidden; display: none" id="mboxImported-default-plusnetHeader-0">');document.write('<!-- Offer Id: 39026 -->\r\n\r\n<script>\r\n\r\nmboxFactoryDefault.addOnLoad(function() {\r\n\r\n $(window).load(function(){\r\n\r\n$(\'.hero:first\').find(\'.message-trim\').html(\' £3.25\');$(\'.hero:first\').find(\'.roundel-text-xx-large\').html(\'£3.25\');\r\n\r\n });\r\n\r\n});\r\n\r\n<\/script>');document.write('<!-- Offer Id: 6663 --><script>\r\nvar mboxTrack=function(mbox,params){\r\nvar m,u,i,f=mboxFactoryDefault;if(f.getMboxes().length()>0){m=f.getMboxes().getById(0);u=m.getURL().replace(\"mbox=\"+m.getName(),\"mbox=\"+mbox).replace(\"mboxPage=\"+f.getPageId(),\"mboxPage=\"+mboxGenerateId())+\'&\'+params,i=new Image();i.style.display=\'none\';i.src=u;document.body.appendChild(i)}else{f.getSignaler().signal(\'onEvent\',mbox+\'&\'+params)}\r\n}\r\nvar mboxTrackLink=function(mbox,params,url){mboxTrack(mbox,params);setTimeout(\"location=\'\"+url+\"\'\",500)}; function tt_Log(URL){ mboxTrack(\'nw_onClick\',\'Destination=\'+URL); } function tt_Redirect(URL){ mboxTrack(\'nw_onClick\',\'Destination=\'+URL); setTimeout(\"location=\'\"+URL+\"\'\",500); }\r\n<\/script>');document.write('</div>');mboxCurrent.setEventTime('include.end');mboxFactories.get('default').get('plusnetHeader',0).loaded();mboxFactories.get('default').getCookieManager().setCookie("session","1399374572609-714372",1860);
Whilst I'm helping / being picky, the script also drops the "from" word...
Whilst I am looking at the page's HTML - this from the <head> section does not seen to work either...
<!-- disable iOS phone number detection -->
<meta name="format-detection" content="telephone=no" />
OK... so you found it before I did!
Kevin
In another browser tab, login into the Plusnet user portal BEFORE clicking the fault & ticket links
Superusers are not staff, but they do have a direct line of communication into the business in order to raise issues, concerns and feedback from the community.
If this post helped, please click the Thumbs Up and if it fixed your issue, please click the This fixed my problem green button below.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page