Zen Cart Logo
Forums / General Questions / review page error

review page error

Views: 5,793

Results 1 to 8 of 8
7 Jan 2015, 3:55 PM
#1
andy_c27 avatar

andy_c27

Zen Follower

Join Date:
Oct 2010
Location:
United Kingdom
Posts:
477
Plugin Contributions:
0

review page error

Hi can anyone help with a page error on reviews page ..
When someone clicks on this page review of a product it will not let you click on the product details button or it wont let you go back to the product
Here is a example ```
http://www.pewterworld.co.uk/Shaving/ShavingBrushes/MirrorFinishPewterShavingBrush1

am using 1.5.3 at present 

So any help appreciated.. thanks
7 Jan 2015, 4:37 PM
#2
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

Re: review page error

Andy-C27:

Hi can anyone help with a page error on reviews page ..
When someone clicks on this page review of a product it will not let you click on the product details button or it wont let you go back to the product

am using 1.5.3 at present

So any help appreciated.. thanks

Had no problem getting to the Review page, and then clicking the product details button to return back to the product. At least on the first attempt. When I cycled back to try again, I did have to click the product detail button twice to return to the product itself, but wasn't able to reproduce that problem a second time...

It may be a browser issue (cleared cache? What browser(s) was this attempted on) or something else, I am not sure, but didn't reproduce what I understood the problem to be.

7 Jan 2015, 5:25 PM
#3
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: review page error

Interesting. The 'Product Details' button on the Reviews page isn't clickable here in Firefox or Chrome. I think it's being covered up by another element. You can see a border line at the very top of the brush and box images.

7 Jan 2015, 6:44 PM
#4
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,790
Plugin Contributions:
14

Re: review page error

Got an orphan in the code after the review button. </form>

7 Jan 2015, 7:19 PM
#5
andy_c27 avatar

andy_c27

Zen Follower

Join Date:
Oct 2010
Location:
United Kingdom
Posts:
477
Plugin Contributions:
0

Re: review page error

mmmmm I tried in explorer just to check and it also doesn't for me either ..Weird it works for some.. will try and find the review button

8 Jan 2015, 5:14 PM
#6
andy_c27 avatar

andy_c27

Zen Follower

Join Date:
Oct 2010
Location:
United Kingdom
Posts:
477
Plugin Contributions:
0

Re: review page error

Hi ..where about is this > </form> as I can't find it anywhere have search if it on my ftp and it's can't be found

8 Jan 2015, 7:24 PM
#7
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,790
Plugin Contributions:
14

Re: review page error

Go to the link you provided (I use Firefox with FireBug), right-click and select view source. You'll find this orphan```html

<!--bof Reviews button and count--> <div id="productReviewLink" class="buttonRow back"><a href="http://www.pewterworld.co.uk/Shaving/ShavingBrushes/MirrorFinishPewterShavingBrush1/Reviews?zenid=#############"> <img src="includes/templates/robbo_red/buttons/english/button_reviews.gif" alt="Go to the Reviews Page" title=" Go to the Reviews Page " width="110" height="32" /></a></div> <br class="clearBoth" /> <p class="reviewCount"></p> <!--eof Reviews button and count --> <!--bof Product date added/available--> <!--eof Product date added/available --> <!--bof Product URL --> <!--eof Product URL --> <!--bof also purchased products module--> <!--eof also purchased products module--> <!--bof Form close--> </form> ```There are three <form> calls on the page and three </form> so.... In theory, they should match BUT, something has gotten the closing tag on line 645 to THINK it has nothing to close. The page has three other errors (all brought to you by Google+) and 185 warnings. Many of the warnings are in the cookie-law code. A lot are for the use of & versus & and many are for using <br> versus <br/>. Span calls are a small problem as well. But, the main thing is the </form> on 645I If Firefox is confused, you can imagine what IE would do with it.

Upon further review... This is a commercial template isn't it? I find I have looked at it on another post with similar problems (bad code). Unfortunately, that instance was different. Still, I (and others here) do not recommend any commercial template. TMP too many problems.

28 Jan 2015, 7:35 PM
#8
andy_c27 avatar

andy_c27

Zen Follower

Join Date:
Oct 2010
Location:
United Kingdom
Posts:
477
Plugin Contributions:
0

Re: review page error

I see someone has accessed my site via this thread,Just want to say I have managed to get the issue fixed ,thank you