The 'Group Gift' button
the 'Group Gift' button enables your customers to organise a group gift for a friend. This way, more expensive products within your catalogue can be made more attractive.
You can easily generate a code snippet that will show the Group Gift button in your shop:
You can also generate the button for each of your products, automatically. The HTML code (i.e. the link that is behind the button) is simple:
the 'Group Gift' button enables your customers to organise a group gift for a friend. This way, more expensive products within your catalogue can be made more attractive.
You can easily generate a code snippet that will show the Group Gift button in your shop:
You can also generate the button for each of your products, automatically. The HTML code (i.e. the link that is behind the button) is simple:
<a
href="http://www.simplepresent.org/add
?g_title=Product name (encoded for URL)
&g_url=http://www.myshop.com/p/301323.html (encoded for URL)
&g_price=12.34 (comma or dot as the decimal separator)
&g_currency=GBP
&locale=uk"> ("de", "uk" or "us")
<img src="http://www.simplepresent.org/img/gift_button_uk.png"/>
</a>




