You are here:  » Merchant page link product page


Merchant page link product page

Submitted by wesse249 on Sat, 2015-12-12 10:39 in

Hello David,

I have this link on my website to shwo the category where the product is in:

<p><?php if ($product_main["category"]): ?></a>
Categorie: <a href='<?php print $config_baseHREF."search.php?q=category:".tapestry_hyphenate($product_main["category"]);?>'><?php print $product_main["category"]; ?></a></p><br>

How can i show the url to the merchant page of the product. like this:

See all product from this merchant here. (and the url like this http://example.nl/merchant/Merchant-Name/ )

Greetings Jan Roel

Submitted by support on Sun, 2015-12-13 10:42

Hello Jan,

Have a go with;

<p>
Merchant:
<a href='<?php print $config_baseHREF."merchant/".tapestry_hyphenate($product_main["merchant"]);?>/'>
<?php print $product_main["merchant"]; ?>
</a>
</p>

Cheers,
David.
--
PriceTapestry.com