I'm in the middle of reformatting the category page. I want to include one upselling item with each item in the category (if one exists).
The product price (within products.tpl) for each item has been changed to:
and now right beneath it I want to place some static text and the price for the upsell item which will be the text for the link to that product. SO the lines will look like this:
Our Price:
$24.50 links to product page
with matching t-shirt:
$30.50 links to upsell item
I've been trying to get the standard upsell module to work figuring if I could get it to work then I could make a copy of it and format that to what I need. I've tried:
Quote:
{include file="modules/Upselling_Products/related_products.tpl" }
|
to no avail.
Might someone be able to nudge me in the right direction please?