Jump to content

Non visualizza il campo "Buono sconto"


Paolo Sechi

Recommended Posts

  • 1 year later...
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

  • 4 weeks later...

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...