Tue Sep 20 2016
Copied to clipboard! Copy reply
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
<script>
jQuery(function() {
if (typeof rs.pixp_sku !== 'undefined' && !!rs.pixp_sku.match(/90294/)) {

        var skuindex = rs.pixp_sku.split(',').indexOf('90294')
        var langname = jQuery('p.prodname').eq(skuindex).text().match(/.+(?=lifetime)/i)[0].trim()
        jQuery('p.prodname').eq(skuindex).html(langname + '<br> 24 months- Family Pack')
    }

  // hide whats included
  jQuery('p.wl-link, p.wl-link ~ span.item-divider').hide()
})
</script>