Custom Zen Cart Design & Templates
Enhance your site with our 25 Free Zen Cart Templates Plus 10 Free Zen Cart Modules.
Check them out!
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
Custom Zen Cart Design & Templates
Enhance your site with our 25 Free Zen Cart Templates Plus 10 Free Zen Cart Modules.
Check them out!
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:
This however seems to be pointing it back at my own site so I get a page not found error.Code:Line #55 : define('TWITTER_ICON', 'twitter.png'); Line #64 : define('TWITTER','http://www.twitter.com/barker_cummings');
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
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
Custom Zen Cart Design & Templates
Enhance your site with our 25 Free Zen Cart Templates Plus 10 Free Zen Cart Modules.
Check them out!
Custom Zen Cart Design & Templates
Enhance your site with our 25 Free Zen Cart Templates Plus 10 Free Zen Cart Modules.
Check them out!
Bookmarks