Hello and thank you in advance for your time. Here is a problem that I am encountering:
Problem:The generated query string is missing the "Itemid=" parameter.
Store Setup:
We've organized Amazon products, such as books, as follows:
Each book is a content item with a description (joomla intro text) and an APF feed for that book such as {APF Action="ItemInclude" ItemId="1570714347"} (joomla main text). This approach allows us to add our review of the book and allows us to search for the book in the joomla admin to see if a particular book has been added. The books are displayed based on their category assignment.
Trouble shooting:I verified that the APF Bridge is working by going to the store page at
http://engagingdiscussions.com/index.php?option=com_apf_bridge&Itemid=94Notice that the Itemid parameter is included in this query string. Everything works if I start from this initial page. I can search for product, view the larger image and add the item to the shopping cart etc.
Here is what the url looks like after clicking on a book based on a search: /index.php?option=com_apf_bridge&Itemid=94&query=Operation::ItemLookup--ItemId::1570714347
Notice the "Itemid=94" parameter is included here.
The Itemid issue is encountered when we use our main menu to navigate to the books we recommend, for example:
from the main site (http://www.engagingdiscussions.com) I click on the "Resources" menu
clicking on the first item ("10,000 ways to say I Love you") brings up the APF Bridge feed for the item
All the links on this page however are missing the Itemid query string argument and clicking on any of the links, for example "add to cart" produces the following error:
You are not authorised to view this resource.
You need to login.If I manually add the Itemid query string argument directly in the address bar url it works fine.
I have searched your support forum as well as google and google groups but have not found a solution. I am not sure where I can correct this and would appreciate any information you can provide me to lead me in the right direction.
Edited by Dean - just to try and make post fit better on page.
Post edited by: DeanMarshall, at: 2007/12/31 01:39