Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • RDCWebMan Friend
    #124803

    I want to install a module for GA from here: http://extensions.joomla.org/component/option,com_mtree/task,viewlink/link_id,1233/Itemid,35/

    It requires me to change the body tag, as follows:

    from:

    <body>
    to:
    <?php
    if ($option == 'com_virtuemart' && $page == 'checkout.thankyou') { ?>
    <body onLoad="javascript:__utmSetTrans()">
    <?php }else{ ?>
    <body>
    <?php } ?>

    But the body tag isn’t straightforward in Nerine.

    Can you please advise?

    David

    cssyeah Moderator
    #237384

    Hi davidryedale,

    You need to add string ‘id=”bd” into body tag.


    <?php
    if ($option == 'com_virtuemart' && $page == 'checkout.thankyou') { ?>
    <body onLoad="javascript:__utmSetTrans()" id="bd">
    <?php } else { ?>
    <body id="bd">
    <?php } ?>

    hendersonline Friend
    #237730

    thank you for your reply

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 3 voices, and was last updated by  hendersonline 16 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum