airbag Posted June 4, 2010 Share Posted June 4, 2010 Hello, My web stats show a large amount of hits upon the /order/step0.html page. My store uses the one page checkout module which is the url /order.php page, but when visiting the /order/step0.html page, there is nothing there but a 404 error.Does anyone else have an issue like this? What would be causing this to happen?Thanks. Link to comment Share on other sites More sharing options...
AffordableFiberOptics Posted June 4, 2010 Share Posted June 4, 2010 I have the same problem.Thanks! Link to comment Share on other sites More sharing options...
airbag Posted June 4, 2010 Author Share Posted June 4, 2010 Hi, do you also use the onepagecheckout module? Link to comment Share on other sites More sharing options...
AffordableFiberOptics Posted June 4, 2010 Share Posted June 4, 2010 No. Standard checkout. Link to comment Share on other sites More sharing options...
airbag Posted June 4, 2010 Author Share Posted June 4, 2010 OK, great to know. So a prestashop SEO or SEF issue, rather than onepagecheckout module. Link to comment Share on other sites More sharing options...
king888 Posted February 3, 2011 Share Posted February 3, 2011 I am facing the same problem. /order/step0.html appeared in Google Analytic but none exist in real webpage. Is it a problem ? Link to comment Share on other sites More sharing options...
inveostore.com Posted February 3, 2011 Share Posted February 3, 2011 What version of ganalytics module are you using? If you are not using latest PS try to copy and overwrite existing module by files in 1.3.6.0. Link to comment Share on other sites More sharing options...
hopes34 Posted June 7, 2011 Share Posted June 7, 2011 HelloI'm facing the same problem. when I see in GoogleAnalytic /order/step0.html, does it correspond to my cart ? http://mywebsite.com/order and do the informations (number of visits) correspond to the reality ?Thanks Link to comment Share on other sites More sharing options...
fredrickew Posted June 9, 2011 Share Posted June 9, 2011 Hi guys, I noticed that this hasn't been replied to anywhere - my fix was to add the following line to the .htaccess file (in the root directory of your site: RewriteRule ^order/step0.html /order.php?step=0 [QSA,L] Not sure if it fixes it completely but seems to do the trick for me. Hope that helps someone :) Link to comment Share on other sites More sharing options...
x3n0m0rph Posted June 13, 2011 Share Posted June 13, 2011 I had the same problem. So..If you see your page source and search for "step0" link you will find it on your analytics code. This is becouse the new analytics module.This is only happening when you have the one page ckeckout option enableld, becouse the step0 is the first step when you go to the cart page (I think).To solve this, you need to go in modules/ganalytics adn edit the analytics code from header.tlp to look like the original code from google analytics.Your webmaster tools will scream becouse of the 404 errors given by this error.I don`t know if is the best way to fix it, but solves the 404 problem. 2 Link to comment Share on other sites More sharing options...
gijomloy Posted September 12, 2011 Share Posted September 12, 2011 Hi guys, I do not know if it will help but I kind of understood that there is URL rewrting done under the hood by the Google Analytics module (ganalytics.php) so that we can define the different steps in the conversion funnel. I still need to find some time to fully understand what is going on to define a funnel that WORKS. Link to comment Share on other sites More sharing options...
teo_g Posted September 18, 2011 Share Posted September 18, 2011 The "content overview" in the Google Analytics account pages just appear like this: /order/step0.html /order/step2.html /order/step3.html and others without being able to see the actual pages that made browsing. I activated order in 5 steps and order as guest. There solution to this bug? What? Link to comment Share on other sites More sharing options...
teo_g Posted November 12, 2011 Share Posted November 12, 2011 there is no solution? Link to comment Share on other sites More sharing options...
Yakub Posted December 13, 2011 Share Posted December 13, 2011 I had the same problem. So.. If you see your page source and search for "step0" link you will find it on your analytics code. This is becouse the new analytics module. This is only happening when you have the one page ckeckout option enableld, becouse the step0 is the first step when you go to the cart page (I think). To solve this, you need to go in modules/ganalytics adn edit the analytics code from header.tlp to look like the original code from google analytics. Your webmaster tools will scream becouse of the 404 errors given by this error. I don`t know if is the best way to fix it, but solves the 404 problem. this worked. First I replaced the code, tested and it was working. Then I reinstalled the module and is still working. Standalone reinstall did not help. Thanks! Link to comment Share on other sites More sharing options...
Mr S Posted July 12, 2012 Share Posted July 12, 2012 (edited) thk fredrickew Here is a .httacces fix i like to use RewriteRule ^order/step([0-5]{1})\.html$ /order.php?step=$1 [QSA,L] Edited July 12, 2012 by HA!*!*Y (see edit history) 1 Link to comment Share on other sites More sharing options...
pildo Posted September 30, 2013 Share Posted September 30, 2013 this worked. First I replaced the code, tested and it was working. Then I reinstalled the module and is still working. Standalone reinstall did not help. Thanks! can you add here code, which you replace in header.tpl? Link to comment Share on other sites More sharing options...
sannie Posted October 17, 2013 Share Posted October 17, 2013 I tried your solution and the "step0" doesn't appear anymore in my analytics stats, which is great...but unfortunately, actual orders (Analytics menu -Conversions- Ecommerce-Overview/Summary) are not being recorded as well :-( have you had the same problem? I checked the sourcecode of the confirmation page and it does include my Analytics-account ID. I had the same problem. So..If you see your page source and search for "step0" link you will find it on your analytics code. This is becouse the new analytics module.This is only happening when you have the one page ckeckout option enableld, becouse the step0 is the first step when you go to the cart page (I think).To solve this, you need to go in modules/ganalytics adn edit the analytics code from header.tlp to look like the original code from google analytics.Your webmaster tools will scream becouse of the 404 errors given by this error.I don`t know if is the best way to fix it, but solves the 404 problem. Link to comment Share on other sites More sharing options...
sannie Posted October 18, 2013 Share Posted October 18, 2013 thk fredrickew Here is a .httacces fix i like to use RewriteRule ^order/step([0-5]{1})\.html$ /order.php?step=$1 [QSA,L] Hi HA!*!*Y, What's the difference between your RewriteRule and that of Fredrikew: RewriteRule ^order/step0.html /order.php?step=0 [QSA,L] ? I see yours include step 0 to 5, but unfortunately I don't have any programming skills and don't know what's actually happening. I try to understand what solution would work best for me (PS 1.5.4.1 and using onepagecheckout module). Thanks in advance for the explanation! Link to comment Share on other sites More sharing options...
ufikas Posted March 7, 2014 Share Posted March 7, 2014 (edited) In my case i solved it like this (single page checkout enabled): 1. In GA: admin -> View -> Goals -> Select your Goal.2. Destination -> select "Regular expression" and enter: .*order-confirmation.php3. Funnel - OFF, Yes OFF, because it's a single page checkout and no steps in the funnel. 4. Save.5. In modules/ganalytics/ganalytics.php:a) Before line return $this->display(__FILE__, 'views/templates/hook/header.tpl'); add this: $pageTrack = '/order-confirmation.php'; $this->context->smarty->assign('pageTrack', $pageTrack); b ) Comment line (add two slashes in front -> //)$this->context->smarty->assign('pageTrack', '/order/step'.(int)Tools::getValue('step').'.html'); c) Save file. And it's done. Worked on my PS 1.5.6, GA classic Edited March 7, 2014 by ufikas (see edit history) Link to comment Share on other sites More sharing options...
jordiob Posted March 8, 2014 Share Posted March 8, 2014 Also, try to put that URL on robots.txt so it's not indexed by Google so there's no chance that someone can get there from outside the page Link to comment Share on other sites More sharing options...
neiljohnson456 Posted April 1, 2014 Share Posted April 1, 2014 Thanks my friend i had same problem pls give me salution Link to comment Share on other sites More sharing options...
Spark111 Posted April 1, 2014 Share Posted April 1, 2014 I am not sure if there is an issue or if I understand the problem at all. Google Analytics has a variable, called: _trackPageview. This variable can be used to assign a url to some page, which doesn't exist. The module assigns /order/step0, /order/step1, etc. That happens on the module's header.tpl on line 7. No issue. Just handy for tracking and reading results easily in Google Analytics. For more info on this and other variables see:https://developers.google.com/analytics/devguides/collection/gajs/methods/gaJSApiBasicConfiguration?hl=nl#_gat.GA_Tracker_._trackPageview Link to comment Share on other sites More sharing options...
eCommerce-Websites Posted April 1, 2014 Share Posted April 1, 2014 I had same issue once. I think you should go to web master tool and request the removal of URL. You should Also check there if there is any other page linking to this page which allows Google to find this one, Link to comment Share on other sites More sharing options...
sooroos Posted September 11, 2014 Share Posted September 11, 2014 I had same issue once. I think you should go to web master tool and request the removal of URL. You should Also check there if there is any other page linking to this page which allows Google to find this one, I don't think that removal of that URL is good. If you remove that URL than your "Users Flow" in Analytics wont be accurate. it will not report you that the user has left your shop on the order page anymore, right? and this is bad for e-commerce Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now