Paolo Sechi Posted May 10, 2017 Share Posted May 10, 2017 (edited) Salve, ho notato che nel carrello del mio sito non visualizza il campo Buono sconto del carrello del cliente. Come mai? Grazie Paolo www.nauticasechi.it Edited May 10, 2017 by Paolo Sechi (see edit history) Link to comment Share on other sites More sharing options...
Sito Lab Posted May 10, 2017 Share Posted May 10, 2017 io lo vedo inoltre quando apri un topic aggiungi informazioni sul tipo di versione ps, che tipo di template, acquistato di default personalizzato, se hai effettuato modifiche, aggiornamenti ecc ecc Link to comment Share on other sites More sharing options...
Paolo Sechi Posted May 11, 2017 Author Share Posted May 11, 2017 Ho notato che con Crome non si vede ma con Explorer si ... Link to comment Share on other sites More sharing options...
alerax Posted June 4, 2018 Share Posted June 4, 2018 stesso problema anche io, incredibile mai vista una cosa del genere, qualcuno sa come interevenire? Link to comment Share on other sites More sharing options...
Sito Lab Posted June 4, 2018 Share Posted June 4, 2018 29 minuti fa, alerax dice: stesso problema anche io, incredibile mai vista una cosa del genere, qualcuno sa come interevenire? On 10/5/2017 at 12:54 PM, Sito Lab dice: quando apri un topic aggiungi informazioni sul tipo di versione ps, che tipo di template, acquistato di default personalizzato, se hai effettuato modifiche, aggiornamenti ecc ecc Link to comment Share on other sites More sharing options...
digita.life Posted June 27, 2018 Share Posted June 27, 2018 Sembrerebbe un piccolo problema con il modulo Paypal. Fai un test /modules/paypal/views/js/paypal.js Sostituisci questo /* 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(); con /* 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_delete2, #cart_voucher2 *').remove(); Fai un test e fammi sapere 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