Hi People,
I'm Martijn, from the Netherlands (company www.autohifi.nl).
The last month I wasted a lot of time trying to find a e-commerce product that satisfied my requirements, last week I gave up.... The only product that supported the features I wanted was Magento. But a more complex illiogical platform and slow performing OS commerce extension doesn't exist, it's poorly documented and you need a master degree in 'understanding things you don't want to understand'.
So all hope gone I was planning to start from scratch with Classic ASP & MS SQL 2008 (my favorite web platform). Last night I woke up early and was browsing shopping-cart-reviews.com and found ProductCart (I skipped this before because the sample customers sites doesn't show the capabilities of this product).
Clicked trough the store admin demo and founded actually -almost- all the features I needed. After playing & trying I really became happy !!! More then happy :) This will save me months of programming!!!!
So this morning I bought it, even while there is no support for the Dutch language or the dutch payment methods. I'm really happy and needed to share my compliments on a public place.
Eerly People -> Thanks for the quick support and order processing on a saterday, great !!!!
----
Going to setup & enjoying it tonight. Lots of translations to dutch to make :) Perhaps premature, but I need to implement the Dutch Payment method (Ideal) on the site. It's a pretty straight forward payment setup, there are 2 basic things:
1, posting a form to with the payment details:
<FORM METHOD="post" ACTION="https://idealtest.rabobank.nl/ideal/mpiPayInitRabo.do" id=form1 name=form1> <INPUT type="hidden" NAME="merchantID" value="vul hier uw acceptant ID in"> <INPUT type="hidden" NAME="subID" value="0"> <INPUT type="hidden" NAME="amount" VALUE="200" > <INPUT type="hidden" NAME="purchaseID" VALUE="vul hier uw unieke ordernr in"> <INPUT type="hidden" NAME="language" VALUE="nl"> <INPUT type="hidden" NAME="currency" VALUE="EUR"> <INPUT type="hidden" NAME="description" VALUE="omschrijving bestelling"> <INPUT type="hidden" NAME="itemNumber1" VALUE="1"> <INPUT type="hidden" NAME="itemDescription1" VALUE="omschrijving artikel 1"> <INPUT type="hidden" NAME="itemQuantity1" VALUE="2"> <INPUT type="hidden" NAME="itemPrice1" VALUE="100"> <INPUT type="hidden" NAME="paymentType" VALUE="ideal"> <INPUT type="hidden" NAME="validUntil" VALUE=" 2007-01-01T12:00:00.SSSZ"> <INPUT type="hidden" NAME="urlCancel" VALUE="http://vul hier uw_urlCancel_in"> <INPUT type="hidden" NAME="urlSuccess" VALUE="http://vul hier uw_urlSuccess_in"> <INPUT type="hidden" NAME="urlError" VALUE="http://vul hier uw_urlError_in"> <input type="submit" value="Bevestig bestelling" id=submit2 name=submit2>
|
2.
After a payment is made the Ideal system needs to post the status data back to a comfirm URL and update the order to "payment succeded" , "payment failed" or "payment cancelled".
Is there anyone who can give me some startup support with this?
Kind regards,
Martijn / The Netherlands
-------------
-------------
"Life is what happens to you while you're busy making other plans."
|