Hi David,
Am using this calling code to display a category of a merchant to a page.
{code saved}
Despite being able to display the same category within my /category/ folder in PT : {link saved} it will not display in the page with the calling code?
On the same subject is there anyway to display multiple categories for the same merchant on the same page?
Can you please help with both?
Regards
Paul
Sorry David!
No wonder I was having bother...
Thanks for your guidance on this
Regards
paul
Hi Paul,
On your Price Tapestry installation the products all appear to be from Esprit, not Marks and Spencer - the following should work:
$_GET["q"] = "category:women dresses fashion women:merchant:Esprit:";
Regarding multiple categories for a given merchant - I recall modifying your external.php so support a comma seprated list - have a go with:
$_GET["q"] = "category:Category 1,Category 2,Category 2:merchant:Merchant Name:";
Cheers,
David.
--
PriceTapestry.com