HTML page with add to cart

2011-02-26 Thread Hardik Handa
I have to create a HTML page which has to be mailed to the customers, which has the add to cart button and when it is clicked item automatically gets added to the cart in my ofbiz website Regards, Hardik Handa Software Engineer - CMHP-RETAIL-COE-eCommerce HCL Technologies Ltd. C-22A, Sector 57,

HTML page with add to cart

2011-02-27 Thread Hardik Handa
I have to create a HTML page which has to be mailed to the customers, which has the add to cart button and when it is clicked item automatically gets added to the cart in my ofbiz website, and then it gets re-directed to the homepage. Regards, Hardik Handa Software Engineer - CMHP-RETAIL-COE-e

Re: HTML page with add to cart

2011-02-28 Thread Pranay Pandey
Have you explored ProductStoreEmaiSetting and checked how it works? You need to check the process first and the general templates which are sent to customers from OFBiz like order confirm, order change etc. notifications. Different email notifications are associated with product store from where

RE: HTML page with add to cart

2011-02-28 Thread Hardik Handa
I am not asking for email options, all i ask is to add to cart using html. -Original Message- From: Pranay Pandey [mailto:pranay.pan...@hotwaxmedia.com] Sent: 28 February 2011 PM 02:18 To: user@ofbiz.apache.org Cc: Pranay Pandey Subject: Re: HTML page with add to cart Have you explored

Re: HTML page with add to cart

2011-02-28 Thread Pranay Pandey
-Original Message- > From: Pranay Pandey [mailto:pranay.pan...@hotwaxmedia.com] > Sent: 28 February 2011 PM 02:18 > To: user@ofbiz.apache.org > Cc: Pranay Pandey > Subject: Re: HTML page with add to cart > > Have you explored ProductStoreEmaiSetting and checked how

Re: HTML page with add to cart

2011-02-28 Thread Atul Vani
I am not asking for email options, all i ask is to add to cart using html. -Original Message- From: Pranay Pandey [mailto:pranay.pan...@hotwaxmedia.com] Sent: 28 February 2011 PM 02:18 To: user@ofbiz.apache.org Cc: Pranay Pandey Subject: Re: HTML page with add to cart Have you exp

RE: HTML page with add to cart

2011-02-28 Thread Hardik Handa
Thanks helped a lot -Original Message- From: Atul Vani [mailto:atul.v...@hotwaxmedia.com] Sent: 28 February 2011 PM 02:34 To: user@ofbiz.apache.org Subject: Re: HTML page with add to cart I assume you'r familiar with how a html form works, how we can use it to submit data to an

Re: HTML page with add to cart

2011-02-28 Thread Deepak Dixit
nal Message- > From: Pranay Pandey [mailto:pranay.pan...@hotwaxmedia.com] > Sent: 28 February 2011 PM 02:18 > To: user@ofbiz.apache.org > Cc: Pranay Pandey > Subject: Re: HTML page with add to cart > > Have you explored ProductStoreEmaiSetting and checked how it works? Yo

RE: HTML page with add to cart

2011-02-28 Thread Hardik Handa
Thanks mate it helped a lot :))) -Original Message- From: Deepak Dixit [mailto:deepak.di...@hotwaxmedia.com] Sent: 28 February 2011 PM 02:55 To: user@ofbiz.apache.org Cc: Deepak Dixit Subject: Re: HTML page with add to cart Hi Hardik, >From your original question it looks like that

Re: HTML page with add to cart

2011-03-31 Thread Rishi Solanki
You need to call the 'additem' as follows; http://www.mysite.com/mysite/control/additem where you need to pass the add_product_id and quantity in parameters after this you should be able to do this. pre-requested, your application should be capable of adding items to the cart on additem request.

RE: HTML page with add to cart

2011-03-31 Thread Hardik Handa
Sorry I had forgot to close the issue at the mailer list, I had achieved it after few hours. But still thanks for reverting From: Rishi Solanki [mailto:rishisolan...@gmail.com] Sent: Thursday, March 31, 2011 1:35 PM To: user@ofbiz.apache.org Cc: Hardik Handa Subject: Re: HTML page with add to