Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Bean Boy

Archived
  • Posts

    9
  • Joined

  • Last visited

Profile Information

Bean Boy's Achievements

  1. Hi, Ijust wondered if anyone on the analytics contribution support board could help me out with this. I'm stumped and it would be much appreciated http://www.oscommerce.com/forums/index.php?showtopic=248932 Thanks in advance bean boy
  2. hi, just wondered if anyone on the nochex contribution support board can help me with this shopping cart / tracking problem http://www.oscommerce.com/forums/index.php?showtopic=248932 thanks Bean boy
  3. I have spent the last few hours (3 maybe 4) reading through all the posts here. (Phew!) So, forgive me if the answer is already here, I have tried... I have a standard OSC store with contribs:- Chemo SEO Friendly, discount coupon, header tags controller, Nochex APC, google analytics, visitor stats, and articles mod. All installed and all working except... Google Analytics loses the visitor trail between first arrival and checkout success. So what I get is stats on visitors, referrer etc, but not on source of visitors who purchased. I get stats on ecommerce purchases, and payment source i.e nochex. but no full trail from for example... purchased one widget from source: Google keyword search "buy widgets" . I'm sure this is because I use a 3rd party shopping cart hosted on a different domain and because the tracking does not pass the original visitor referring URL (exmple: the initial visit set up an account - for example) to the sale. After reading the google instructions, http://adwords.google.com/support/bin/answ...&topic=8198 I need either to add this text... <script type="text/javascript"> document.write('<a href="java script:__utmLinker(\'https://www.securecart.com/?store=parameters\');">Purchase Now</a>'); </script> <noscript> <a href="https://www.securecart.com/?store=parameters">Purchase Now</a> </noscript> or if forms <form action="http://newdomain.com/form.cgi" onSubmit="java script:__utmLinkPost(this)"> So the question is - to anyone who has successfully got this running with nochex.. what do I have to do and where do I have to do it (Which .php file and where). I think it's on the document which the confirm order button uses but I don't know how to even find the code for this process. Many thanks in advance Bean Boy
  4. Ouch! How Embarrasing!! I missed the 1st line of code in the copy and paste exercise. Thank you very much for your help. This is now up and running fine! great Contribution.
  5. hi, this is how the addition to .htaccess in catalog now looks. This has not made any difference to the problem. That is there are 404 error pages when you click on any category from the home page of the catalog. RewriteBase /catalog/ RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING} I can confirm that the cache file has filled with categories and products, and that the URL appears to be correct according to the naming protocol. Because the URL is correct, I assume the rewrite rule to be working OK. The problem then is in converting the rewritten URL back to the Cid and Pid to call the correct page. How does this work and what can I check? Thanks again
  6. I have checked that I have the full filepath to the catalog folder instead of the stock /folder/ in .htaccess, and that the .htaccess file is residing in the catalog directory, but still no joy? Hmmm. Any more ideas would be much appreciated regards
  7. I used your CName PName Contribution a few days ago without any probs. I found the install easy to follow, and have been following the upgrade instructions. The CName PName option still works fine, but when I use the static html option, I get a 404 Error page for each category, even though it looks like the New URL would be correct according to your naming protocol. (I think the rewrite is working). Your help would be appreciated. The site is not yet live. The host is Linux and Apache URL: http://www.baby-bean.com/catalog/ gets you to the catalog page, and I will leave it in the non functioning position Regards
  8. Ok. Great Stuff. All is implemented and working fine so far. Now, How to change the Address layout on create_account.php, plus adding those counties????
×
×
  • Create New...