I'm a little embarrassed to say so, but I'm having trouble with my Yahoo conversion tracking module. I'm relatively experienced installing ZenCart modules, so I have no good excuse!
I have ZenCart 1.3.8a and am installing the most recent Yahoo Search tracking module. I've been through the directions twice and double checked each aspect. (this will only make it worse when I find out the mistake I made)
When I do a "View Source" on my checkout_success page, I can see the comment I put in tpl_main_page.php, that shows the require directive is getting activated. The require code is the code I copied from the instructions:
PHP Code:
<?php
require($template->get_template_dir('.php',DIR_WS_TEMPLATE, $current_page_base,'ysm_analytics') . '/ysm_analytics.php');
?>
But I don't see the actual script text anywhere. The only evidence I see of the module install is the comment that I added to tpl_main_page.php. My google and msn code are both showing up. But those scripts are added to checkout_success.php. There's still something I don't understand about all of this - for instance, why does google and msn scripts work in chechout_success.php, but Yahoo's (which looks very similar) causes a blank page to dispaly instead of the checkout success? But I diverge...
One other point that I didn't understand was the line at the end of the directions:
The only controls I see in that section is the on/off control and the account number control. Am I supposed to see other controls on that page? It sounds like it, but I'm not, and maybe something went wrong with the sql install?
Any ideas spring to mind about why I'm not seeing the tracking code showing up in my checkout_success page?
Thanks.