Originally posted by Darren B
View Post
Announcement
Collapse
No announcement yet.
Online Stock Not Showing Under FF
Collapse
X
-
Learn something new everday, i thought you could declare everything in one go, no matter all fixed now, but still the same problem on works on some but not on othersOriginally posted by malbro View Postborder: like that only allows one width value take out 0px and it validates, use border-left etc for different widths.
time to start messing with the scripts as Jont suggested
Comment
-
Well that did not work either
I switched to a different layout i use for the checkout which does not run and of the extra scripts for the weather, twitter e.t.c and its still a no go.
actually i got it slightly wrong with the js line number it was line 176character 5Code:that.AJAX.open("GET", uri, true);
so i am at a complete loss with this one, as you said Malbro - as this file shows a problem/error then the online stock levels wont display
perhaps someone from actinic can offer a bit of advice?
Comment
-
DarrenOriginally posted by Darren B View PostWell that did not work either
I switched to a different layout i use for the checkout which does not run and of the extra scripts for the weather, twitter e.t.c and its still a no go.
Looking at the network responses in firebug your site is not showing any reponse from the server, the javascript sends a GET request to the server passing the section ID and expects a list back from the server in the form
{"39":20,"45":35}
this is a list of product id and stock level for all the products in the section ID. Your page shows no responses to the request.
The penny has just dropped as they say.
You are using a url without www. in front try http://www.kitesrus.co.uk/acatalog/G...86M__34__.html
So a lesson for us all. Stock level does not display correctly when you do not use the url defined in network settings.
Comment
-
Sorted, a simple htaccess hack and all is now working a treat, its interesting that this is happening because i always make sure i use www. but i notice the links via the cgi-bin seem to bounce back to non www maybe this is a cookie / cache problem not an actinic oneOriginally posted by malbro View PostDarren
Looking at the network responses in firebug your site is not showing any reponse from the server, the javascript sends a GET request to the server passing the section ID and expects a list back from the server in the form
{"39":20,"45,35}
this is a list of product id and stock level for all the products in the section ID. Your page shows no responses to the request.
The penny has just dropped as they say.
You are using a url without www. in front try http://www.kitesrus.co.uk/acatalog/G...86M__34__.html
So a lesson for us all. Stock level does not display correctly when you do not use the url defined in network settings.
Thanks to you all for you help
Darren
Comment
Comment