Page 97 of 97 FirstFirst ... 4787959697
Results 961 to 967 of 967
  1. #961
    Join Date
    Jul 2009
    Location
    http://www.picaflor-azul.com
    Posts
    3,143
    Plugin Contributions
    35

    Default Re: All Business template Support Thread

    Quote Originally Posted by ian View Post
    hello
    the page to edit appears to be /includes/languages/english/html_includes/define_checkout_success.php, this is where the other checkout success page content is , however when i add the clixgalore or google tracking code it displays no checkout success content (not even the original page content )

    Any suggestions, using either clixgalore or idevaffiliate tracking code

    <!-- Google Code for medical sheepskins ozwool Conversion Page -->
    <script type="text/javascript">
    /* <=!=[=C=D=A=T=A=[ */
    var google_conversion_id = xxxxxxxx;
    var google_conversion_language = "en";
    var google_conversion_format = "1";
    var google_conversion_color = "ffffff";
    var google_conversion_label = "xxxxxxxxxxxxxxxx";
    var google_conversion_value = 50;
    /* ]=]=> */
    </script>
    <script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js">
    </script>
    <noscript>
    <div style="display:inline;">
    <img height="1" width="1" style="border-style:none;" alt="" src="//www.googleadservices.com/pagead/conversion/xxxxxxxxxxxxxxxxxx/?value=50&label=xxxxxxxxxxxxxxxx&guid=ON&script=0"/>
    </div>
    </noscript>

    thanks
    ian
    You need to always make template specific changes in the template override directory.

    Thanks,

    Anne
    Custom Zen Cart Design & Templates
    Enhance your site with our 25 Free Zen Cart Templates Plus 10 Free Zen Cart Modules.
    Check them out!

  2. #962
    Join Date
    Nov 2003
    Location
    Brisbane , Australia
    Posts
    46
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    ok i'm confused as to the actual override folder, if the folder is /includes/languages/english/html_includes/define_checkout_success.php
    what is the overrides folder as everything i have tried does not work?

    Any one help

    thanks
    IAn

  3. #963
    Join Date
    Jul 2009
    Location
    http://www.picaflor-azul.com
    Posts
    3,143
    Plugin Contributions
    35

    Default Re: All Business template Support Thread

    Quote Originally Posted by ian View Post
    ok i'm confused as to the actual override folder, if the folder is /includes/languages/english/html_includes/define_checkout_success.php
    what is the overrides folder as everything i have tried does not work?

    Any one help

    thanks
    IAn
    Your override folder is:

    includes/languages/english/html_includes/all_business/define_checkout_success.php

    Thanks,

    Anne
    Custom Zen Cart Design & Templates
    Enhance your site with our 25 Free Zen Cart Templates Plus 10 Free Zen Cart Modules.
    Check them out!

  4. #964
    Join Date
    Apr 2013
    Location
    United Kingdom
    Posts
    11
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    Hi

    I'm trying to get the correct links for the social media icons, I have followed the instructions and put in the correct URL:
    Code:
    Line #55 : define('TWITTER_ICON', 'twitter.png'); 
    
    Line #64 : define('TWITTER','http://www.twitter.com/barker_cummings');
    This however seems to be pointing it back at my own site so I get a page not found error.

    Is the template picking up the URL from another location?

    Hope someone can give me a pointer on this one, it's driving me mad

    Thanks

  5. #965
    Join Date
    Nov 2003
    Location
    Brisbane , Australia
    Posts
    46
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    Your override folder is:

    includes/languages/english/html_includes/all_business/define_checkout_success.php

    Thanks,

    Anne
    I added that and used both the code

    <!-- STart clix code -->
    <?
    $gv_query1= "SELECT * FROM zen_orders_total WHERE (class='ot_total' AND orders_id='$zv_orders_id')";
    $gv_result1 = mysql_query($gv_query1);
    $gvrow = mysql_fetch_array($gv_result1);
    $gvsv=$gvrow[4];
    $gvoid=$gvrow[1];
    echo "<img src=\"https://www.clixGalore.com/AdvTransaction.aspx?AdID=xxxx&SV=" . $gvsv . "&OID=" . $gvoid . "\" height=\"0\" width=\"0\" border=\"0\">\n";
    ?>
    <!-- End clix code -->

    and (seperately)

    <!-- STart clix code -->


    <img src="https://www.clixGalore.com/AdvTransaction.aspx?AdID=xxxx&SV=<?php echo $order_summary['order_subtotal']; ?>&OID=<?php echo $order_summary['order_number']; ?>" height="0" width="0" border="0">
    <!-- End clix code -->

    and all it displayed when called up was this - both sale vale and order id = nothing

    <img src="https://www.clixGalore.com/AdvTransaction.aspx?AdID=xxxx&SV=&OID=" height="0" width="0" border="0">

    any ideas to what is missing?

    thanks
    ian

  6. #966
    Join Date
    Jul 2009
    Location
    http://www.picaflor-azul.com
    Posts
    3,143
    Plugin Contributions
    35

    Default Re: All Business template Support Thread

    Quote Originally Posted by CHRI55YB0Y View Post
    Hi

    I'm trying to get the correct links for the social media icons, I have followed the instructions and put in the correct URL:
    Code:
    Line #55 : define('TWITTER_ICON', 'twitter.png'); 
    
    Line #64 : define('TWITTER','http://www.twitter.com/barker_cummings');
    This however seems to be pointing it back at my own site so I get a page not found error.

    Is the template picking up the URL from another location?

    Hope someone can give me a pointer on this one, it's driving me mad

    Thanks

    No, this is not a problem with the template.

    Try re-uploading the includes/languages/english/extra_definitions/all_business/footer_menu_defines.php file and making your changes again.

    Thanks,

    Anne
    Custom Zen Cart Design & Templates
    Enhance your site with our 25 Free Zen Cart Templates Plus 10 Free Zen Cart Modules.
    Check them out!

  7. #967
    Join Date
    Jul 2009
    Location
    http://www.picaflor-azul.com
    Posts
    3,143
    Plugin Contributions
    35

    Default Re: All Business template Support Thread

    Quote Originally Posted by ian View Post
    I added that and used both the code

    <!-- STart clix code -->
    <?
    $gv_query1= "SELECT * FROM zen_orders_total WHERE (class='ot_total' AND orders_id='$zv_orders_id')";
    $gv_result1 = mysql_query($gv_query1);
    $gvrow = mysql_fetch_array($gv_result1);
    $gvsv=$gvrow[4];
    $gvoid=$gvrow[1];
    echo "<img src=\"https://www.clixGalore.com/AdvTransaction.aspx?AdID=xxxx&SV=" . $gvsv . "&OID=" . $gvoid . "\" height=\"0\" width=\"0\" border=\"0\">\n";
    ?>
    <!-- End clix code -->

    and (seperately)

    <!-- STart clix code -->


    <img src="https://www.clixGalore.com/AdvTransaction.aspx?AdID=xxxx&SV=<?php echo $order_summary['order_subtotal']; ?>&OID=<?php echo $order_summary['order_number']; ?>" height="0" width="0" border="0">
    <!-- End clix code -->

    and all it displayed when called up was this - both sale vale and order id = nothing

    <img src="https://www.clixGalore.com/AdvTransaction.aspx?AdID=xxxx&SV=&OID=" height="0" width="0" border="0">

    any ideas to what is missing?

    thanks
    ian

    I'd recommend contacting tech support at the company who's code this is to find out why their code is not working.

    Thanks,

    Anne
    Custom Zen Cart Design & Templates
    Enhance your site with our 25 Free Zen Cart Templates Plus 10 Free Zen Cart Modules.
    Check them out!

 

 
Page 97 of 97 FirstFirst ... 4787959697

Similar Threads

  1. Cherry Zen Template Support Thread
    By jettrue in forum Addon Templates
    Replies: 3235
    Last Post: 25 Apr 2013, 01:14 PM
  2. Business Activity Report 1.5.0 Support Thread
    By gharls in forum All Other Contributions/Addons
    Replies: 23
    Last Post: 6 Apr 2012, 11:12 PM
  3. Lavender Template Support Thread
    By kobra in forum Addon Templates
    Replies: 248
    Last Post: 29 Jan 2012, 04:30 PM
  4. Glacial Age Template Support Thread
    By clydejones in forum Addon Templates
    Replies: 392
    Last Post: 22 Aug 2011, 04:15 PM
  5. Wallet Template - Support Thread
    By zami in forum Addon Templates
    Replies: 45
    Last Post: 25 Mar 2010, 10:15 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •