sgnappo Posted March 12, 2013 Share Posted March 12, 2013 Ciao a tutti, ho installato la versione Prestashop 1.5.3.1 e successivamente ho attivato il modulo PayPal senza alcun problema. Da un paio di giorni ho notato che il box per l'inserimento del Voucher nella pagina dell'Ordine (sotto il riepilogo del carrello), in Firefox non viene visualizzato (in IE e Chrome si). Ho investigato e ho scoperto che il form id=catr_voucher viene eliminato dal seguente codice javascript all'interno del file /modules/paypal/views/templates/hook/paypal.js. /* 1.5 One page checkout*/ var qty = $('.qty-field.cart_quantity_input').val(); $('.qty-field.cart_quantity_input').after(qty); $('.qty-field.cart_quantity_input, .cart_total_bar, .cart_quantity_delete, #cart_voucher *').remove(); var br = $('.cart > a').prev(); br.prev().remove(); br.remove(); $('.cart.ui-content > a').remove(); var gift_fieldset = $('#gift_div').prev(); var gift_title = gift_fieldset.prev(); $('#gift_div, #gift_mobile_div').remove(); gift_fieldset.remove(); gift_title.remove(); Penso che in IE/Chrome il codice non funzioni e quindi il voucher è visibile. Ma a cosa serve questo codice? Lo si può eliminare? Perchè elimina il form del voucher? Grazie a tutti Ciao Salvatore Link to comment Share on other sites More sharing options...
jakare00 Posted March 12, 2013 Share Posted March 12, 2013 A mi me pasa igual que a ti. Has conseguido solucionarlo? Link to comment Share on other sites More sharing options...
sgnappo Posted March 12, 2013 Author Share Posted March 12, 2013 Hi jakare00, the only solutions is to rename the id of the form "#cart_voucher" (ie #cart_voucher2) in the file "/themes/yourtheme/shopping_cart.tpl" But it is only a workaround. Bye Salvatore Link to comment Share on other sites More sharing options...
sgnappo Posted March 19, 2013 Author Share Posted March 19, 2013 Nessuno sa come risolvere? 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