Is really very simple to add to your application a gift shop to offer your users. With few lines of code you can give your users the opportunity to purchase T-shirts personalized mugs, iphone / ipad cover and other types of gifts, also allowing you to
add a further financial gain and increasing the popularity of your products.
In this version there is a detailed example of how to use the framework, but just use these simple commands, listed below, to get full functionality :
ASP.NET page <%@ Register Assembly="Priore.Web.MYZazzleStore" Namespace="Priore.Web.MYZazzleStore" TagPrefix="priore" %><priore:MYZazzleStoreTable ID="zazzle" OnProductClick="zazzle_ProductClick" runat="server"></priore:MYZazzleStoreTable>C# ASP.NET Sourceprotected void zazzle_ProductClick(object sender, string productId){ zazzle.ImageLink = "http://my-domain.com/my-image.jpg"} |
Using the delegates, can also customize the image for each product type. Everything you need to know to use this framework, is included in detailed example, as you will see is really simple and will can add values to your applications.