You are here:  » category will not display when called to a specific page

Support Forum



category will not display when called to a specific page

Submitted by Paul1107 on Sun, 2011-02-27 15:10 in

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

Submitted by support on Sun, 2011-02-27 16:01

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

Submitted by Paul1107 on Mon, 2011-02-28 14:04

Sorry David!

No wonder I was having bother...

Thanks for your guidance on this

Regards

paul