PDA

View Full Version : buy_template.html


Josef Renklint
10-29-2007, 09:16 PM
I changed the template for my blog to Simple visions yesterday. What I want to do is create a separate page for each shot where you can buy prints (via paypal). I added a buy_template.html-file. My idea was to put a link to that page using a href="index.php?x=buy" in the top navigation. Clearly it's not that simple, since the page needs to recognize what photo it's dealing with. How would such a link look?

/J

dakwegmo
10-29-2007, 10:59 PM
A lot of the tags to display an image and it's associated data are restricted to the image_template.html by default. You'd need an addon (such as this one: http://www.pixelpost.org/extend/addons/buy-with-paypal/) to accomplish this.