View Single Post
  #478  
Old 01-24-2013, 11:04 AM
 
snowman99 snowman99 is offline
 

Member
  
Join Date: Feb 2007
Posts: 21
 

Default Re: X-Cart Ability Template v4.4.x

Hi Phil,

I'd like your help if possible with a sort error (404) only in I.E on my site.

FF and Chrome work but I.E. versions 8 and 9 (I have not tested versions 10) fail because of an insertion of 'home.php' into the URL as follows:

http://www.memorial-urns.com/Keepsake-Urns/home.php?cat=9&sort=orderby&sort_direction=0&sort= price&sort_...rt_direction=1

Regarding the product sort function in skin/ability/customer/main/search_sort_by.tpl.

To get the sort to work on FF and Chrome I had to remove '/' in front of $url on line 3 and $cur_url on line 10 and 11. Looks like it was added to make I.E. work for someone on the xcart forum by in July.

With the slash e.g., /$cur_url, in I.E. I get a 404 error when sorting by price.

Returned Result: (missing '?')
http://www.memorial-urns.com/Stone-Pet-Urns/sort=price&sort_direction=0


Without the slash (which makes FF and Chrome work) IE also fails with 404 error because of the 'home.tpl' insertion. (Why is home.php inserted?)

http://www.memorial-urns.com/Stone-Pet-Urns/home.php?cat=78&sort=orderby&sort_direction=0&sort =price&sor...rt_direction=0


Let me know what I can do to help figure this out. I submitted a ticket this past Sunday.

Ability Order number: 3370
Ticket tracking ID: 9ME7GBU6L7

Thanks,

Vaughn
__________________
X-cart Ver: 4.7.10 (Linux/Apache)
XCartMods Ultra Template
BCSE Authorize DPM Module
CDSEO 2.2.0
CDSEO Pro Admin
Reply With Quote