Hi.
I have a url I am displaying on http://www.urbanposters.com/index.php/shop/art/fine-art/fine-art-views/fine-art-by-artist/modern-masters/marilyn-1967-on-red-detail
The php code to display it is:
<h1><?php echo $this->product->product_url ?></h1>
How would I code this to make the text “Click to buy” or an image named “Buy-now.jpg” clickable and resolve to the url returned with the php echo above?
Thanks!
Kory