Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
EDC:
Download extensions for Elxis CMS
.
Home
Help
Login
Register
Elxis CMS Forum
»
Extensions
»
Components
»
IE shop bugs in 'itemid' in category link of pathway [SOLVED]
« previous
next »
Print
Pages: [
1
]
Author
Topic: IE shop bugs in 'itemid' in category link of pathway [SOLVED] (Read 5041 times)
speck
Elxis Community
Sr. Member
Posts: 348
IE shop bugs in 'itemid' in category link of pathway [SOLVED]
«
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=1
Itemid=9
(where the" &"
)
-----------------------------------------------------------------------------------------------------------------------
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
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='
«
Last Edit: September 07, 2009, 21:43:44 by speck
»
Logged
datahell
Elxis Team
Hero Member
Posts: 10356
Re: IE shop bugs in 'itemid' in category link of pathway [SOLVED]
«
Reply #1 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.
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Extensions
»
Components
»
IE shop bugs in 'itemid' in category link of pathway [SOLVED]