[Solved] Pass Listit2 detailed URL to CMSMS template
Posted: Thu May 21, 2015 7:42 pm
Hey
In the listit2 the summary template, links to the detailed page are called by {$item->url}
In the detailed template, I'm trying to pass {$item->url} to a variable and then in to the main CMSMS template for SEO.
{$item->url} seems to has no value in the detailed template.
How do I past the detailed url to the main cmsms template??
I also trying to construct the url to pass from the detailed template, like so:
{assign var="product_url" value="{root_url}/products/{$item->alias}/{$item->item_id}"}
But {$item->item_id} is giving a value of 1 where it should be say 59.
Any ideas... I've trawled the forum.
In the listit2 the summary template, links to the detailed page are called by {$item->url}
In the detailed template, I'm trying to pass {$item->url} to a variable and then in to the main CMSMS template for SEO.
{$item->url} seems to has no value in the detailed template.
How do I past the detailed url to the main cmsms template??
I also trying to construct the url to pass from the detailed template, like so:
{assign var="product_url" value="{root_url}/products/{$item->alias}/{$item->item_id}"}
But {$item->item_id} is giving a value of 1 where it should be say 59.
Any ideas... I've trawled the forum.