Elxis CMS Forum

Extensions => Components => Topic started by: speck on September 07, 2009, 18:37:13

Title: IE shop bugs in 'itemid' in category link of pathway [SOLVED]
Post by: speck on September 07, 2009, 18:37:13
I thing there's something that's works not right. There's a strange change of itemid and so it call the default template not the template assigned.

my operation.

I get a product and i put it in my cart. ( in my case the itemid that appear in the explorer bar is itemid=9

index?option=com_eshop&task=cart&Itemid=9
-----------------------------------------------------------------------------------------

from cart list i click on the product to go in the product detail -- the itemid in the explorer is itemid=9 and the template assigned is right

index.php?option=com_eshop&task=view&id=1Itemid=9 (where the" &"  :o)
-----------------------------------------------------------------------------------------------------------------------

in the patthway of product detail I click on the category to go in the category list, but the template called is not that assigned but the default template.
the link in pathway is this

index.php?option=com_eshop&task=category&cid=1&Itemid=8
----------------------------------------------------------------------------------------------------------------------

I repeated this operation looking in the link of category in pathway from product detail: the itemid is not 9 but 8  :o

How can solve this problem???

PS: now i'm workin' in local on IIS server.
=========================================================================
SOLVED
eshop.html.php


1770         $link = sefRelToAbs('index.php?option=com_eshop&task=view&id='.$row->id.'&Itemid='.$Itemid, IOSESHOPBASE.'/'.$row->seotitle.'/'.$row->id.'.html');

1994         $link = sefRelToAbs('index.php?option=com_eshop&task=view&id='.$row->id.'&Itemid='.$Itemid, IOSESHOPBASE.'/'.$row->seotitle.'/'.$row->id.'.html');

but  the lines are not right because i modified the layout.

to find the error type to search 'Itemid='


Title: Re: IE shop bugs in 'itemid' in category link of pathway [SOLVED]
Post by: datahell on September 07, 2009, 23:15:21
Thanks for the bug report!
The proper lines are: 1631 and 1805 (IOS Eshop v1.1).
I have n't found that bug as it is strongly recommended to work ALWAYS with SEO PRO enabled.
So, for the majority of IOS Eshop users this bug does not affects them and they do not have to apply any fix.
Thanks again.