peppect84 Posted March 9, 2012 Share Posted March 9, 2012 Salve amici, come da titolo cerco modulo paypal per la versione 1.4.7 possibilmente free come prestashop. Attualmente utilizzo la versione 2.0 ma ho notato che quando si acquistano più pezzi insieme dà problemi... Un grazie anticipato a chiunque mi aiuterà Link to comment Share on other sites More sharing options...
peppect84 Posted March 10, 2012 Author Share Posted March 10, 2012 Allora... Leggendo e rileggendo vari post in diverse lingue ho trovato questa semplice soluzione che però a me non funziona ma vale la pena provare. Installato il modulo paypal 2.0 modificare il file paypal.tpl riga 27 da: <input type="hidden" name="quantity_{$i}" value="{$product.quantity}" /> in <input type="hidden" name="quantity_{$i}" value="{$product.cart_quantity}" /> Sulla 1.4.7 purtroppo non và... cioè il modulo funziona ma solo se si acquista un oggetto, nel momento che si inseriscono più oggetti aumentano le spese della transazione ma non aumenta il numero degli oggetti inseriti. Se qualcuno sa come risolvere, la soluzione sarebbe ben accetta Link to comment Share on other sites More sharing options...
carlitos87 Posted June 11, 2012 Share Posted June 11, 2012 Ho lo stesso problema.... Io credo che si debba cambiare quel value=1 qualcuno sa cosa si deve mettere??? {********************************************************** * PAYPAL SURCHARGE MOD By Aaron (Sitefx.com.au) * * If there is a tax and there are multiple items, add * * the surcharge as the next item. * **********************************************************} {if $totalfees <> 0} <input type="hidden" name="item_name_{$i}" value="Service Usage" /> <input type="hidden" name="amount_{$i}" value="{$totalfees}" /> <input type="hidden" name="quantity_{$i}" value="1" /> {/if} Link to comment Share on other sites More sharing options...
carlitos87 Posted June 11, 2012 Share Posted June 11, 2012 Ho provato a modificare quella linea in vari modi ma cambia solo il quantitativo di tasse da pagare... purtroppo non credo che quella sia la soluzione.. Link to comment Share on other sites More sharing options...
stefa38 Posted June 11, 2012 Share Posted June 11, 2012 Interessa MOLTO anche a me..... Link to comment Share on other sites More sharing options...
battista Posted June 11, 2012 Share Posted June 11, 2012 Ciao. io ho comprato questo modulo e devo dire che funziona bene, non mi da problemi con la quantità vi metto il link http://www.openbuy.it/informatica/software-free/273-prestashop-14-maggiorazione-paypal-con-commissioni-al-cliente.html Link to comment Share on other sites More sharing options...
cipcip Posted June 12, 2012 Share Posted June 12, 2012 Io ho la versione 2.0 e funziona bene, ho fatto tre aggiornamenti di versioni di ps prima avevo la 1.4.7 adesso 1.4.8.2 Sinceramente mi sembra di aver fatto una modifica tempo fa ma non mi ricordo se era nella versione 2.0 o nella precedente, sicuramente se è in questa ho trovato la soluzione su questo forum. Comunque vi posso dire che nel mio file paypal.tpl alla riga 27 non c'è quello che ha scritto peppect84, ma è uguale a quello che ha citato carlitos87 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now