Forum

Thread tagged as: Question, PayPal

Shop App Product custom template

Hi, This may be an obvious question, but I can't find the answer...

Is there a way for me to display an individual product with a custom template. I see perch_shop_custom, but it doesn't seem to allow me to specify an individual product slug.

I'd really appreciate a point in the right direction. Thanks Dylan

Dylan Rynhart

Dylan Rynhart 0 points

  • 7 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

You can filter on the product slug

'filter' => 'productSlug', 
'match' => 'eq',
'value' => 'my-nice-product',

Brilliant ! Thanks so much