Jump to content

Réparation de personnalisation


Recommended Posts

Bonjour,

Je recherche un prestataire pour solutionner un problème concernant la personnalisation :

Lors de l'ajout de la perso le js crashe:

function saveCustomization()
{
    $('#quantityBackup').val($('#quantity_wanted').val());
    customAction = $('#customizationForm').attr('action');
    $('body select[id^="group_"]').each(function() {
        customAction = customAction.replace(new RegExp(this.id + '=\\d+'), this.id +'=' + this.value);  <= Error: cannot read property 'replace' of undefined

Le bouton d'enregistrement de la perso ne trouvant pas l'url d'envoi (le <form> de custom a été supprimé) c'est l'url du bloc (Ajout au panier) qui est appelée.

La personne qui m'avait fait un système de flocage de maillot m'a laisser tomber suite à une mise à jour et je n'ai plus la remontée d'information de la personnalisation.

Pour plus d'information, n'hésiter pas à me contacter.

 

Capture.JPG

Link to comment
Share on other sites

  • 9 months later...

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...