• Welcome to KonaKart Community Forum. Please login or sign up.
 

How to Bind Image to Konakart Product

Started by Asset, August 24, 2011, 03:31:03 pm

Previous topic - Next topic

Asset

dears ,
 

I have seen the demo of DotCMS integrating with Konakart . I have Noticed the Banner and Ads were related  to a certain product so that I can view product details or Add it to shopping cart . I need to know what is the best practice or the implementation technique used to bind the image with a certain product in konakart catalog.


Best Regards,

trevor

To view product details you can call the following struts action, passing it the product id:

SelectProd.do?prodId=17

To add to cart you can use:

AddToCartFromProdId.do?prodId=4


There are plenty examples in the JSPs of the store front application available in the download kits.


Asset

Actually i didn't mean that , I want to know from the Content Management System , how  I configure a content " Ads , Banner" to be binded to a certain product in konakart  so as each image will redirect to  its binded product .

any help !

trevor

The content stored in the CMS has to contain some metadata that binds it to the KonaKart product. This could be the product id or SKU.