itnecor Posted February 28, 2013 Share Posted February 28, 2013 I can't find paydollar modules for prestashop so as quick fix while I'm trying to fix it properly, I temporarily manually paste the integration code to order-payment.tpl : <form action="https://www.paydollar.com/ECN/eng/payment/payForm.jsp" method="post" name="frmbdo" id="frmbdo" class="payment_module"> <input type="hidden" name="merchantId" value="***************"> <input type="hidden" name="amount" value="{$total_price}" > <input type="hidden" name="orderRef" value="***************"> <input type="hidden" name="currCode" value="608" > <input type="hidden" name="successUrl" value="***************/"> <input type="hidden" name="failUrl" value="***************"> <input type="hidden" name="cancelUrl" value="***************"> <input type="hidden" name="payType" value="N"> <input type="hidden" name="lang" value="E"> </form> The only problem I encounter with this is that, it is not putting the 'cart' into 'order'. In relation, can anyone teach me how can I do to put those cart details to orders? Thank you for your help. Link to comment Share on other sites More sharing options...
Recommended Posts