cancel
Showing results for 
Search instead for 
Did you mean: 

Problema Checkout Magento 1.9

SOLVED

Problema Checkout Magento 1.9

Ciao, sto sviluppando un sito utilizzando magento 1.9 , e , ho provato a fare delle prove di ordine , ma al momento del checkout non riesco a procedere, ovvero a concludere l'ordine , e mi vengono mostrati  i seguenti errori:


TypeError: element.attachEvent is not a function
element.attachEvent("ondataavailable", responder);
prototype.js (linea 5644, col 9)
TypeError: $(...).childElements is not a function
var items = $(list).childElements();
js.js (linea 179, col 25)
TypeError: element.attachEvent is not a function
element.attachEvent("on" + actualEventName, responder);
prototype.js (linea 5653, col 9)
TypeError: $(...).setAttribute is not a function
$('billing:region_id').setAttribute('defaultValue', "");
/index....nepage/ (linea 427, col 33)
TypeError: $(...).observe is not a function
$(this.form).observe('submit', function(event){this.save();Event.stop(event);}.b...
opcheckout.js (linea 295, col 13)
TypeError: $(...).setAttribute is not a function
$('shipping:region_id').setAttribute('defaultValue', "");
/index....nepage/ (linea 616, col 37)
TypeError: $(...).observe is not a function
$(this.form).observe('submit', function(event){this.save();Event.stop(event);}.b...
opcheckout.js (linea 433, col 13)
TypeError: $(...).observe is not a function
$(this.form).observe('submit', function(event){this.save();Event.stop(event);}.b...
opcheckout.js (linea 596, col 13)
3
TypeError: element.attachEvent is not a function
element.attachEvent("on" + actualEventName, responder);
prototype.js (linea 5653, col 9)
TypeError: element.dispatchEvent is not a function
element.dispatchEvent(event);
prototype.js (linea 5734, col 7)
TypeError: $j(...).cycle is not a function
$j('.slideshow-container .slideshow')

 

Grazie in anticipo

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Problema Checkout Magento 1.9

Sono stati inseriti moduli o librerie prima che si verificasse il problema?

------------------ [ Antonio Carboni ] ------------------Hosting Magenio
Problema risolto? Clicca Accept as Solution!

View solution in original post

2 REPLIES 2

Re: Problema Checkout Magento 1.9

Sono stati inseriti moduli o librerie prima che si verificasse il problema?

------------------ [ Antonio Carboni ] ------------------Hosting Magenio
Problema risolto? Clicca Accept as Solution!

Re: Problema Checkout Magento 1.9

Ciao Antonio grazie dell'aiuto si avevo caricato un modulo di uno slideshow, il quale caricando le sue jquery andavano in conflitto con quelle di default di Magento, nella configurazione dello slideshow non gli ho permesso di includere le sue jquery , così facendo lui utilizza quelle di magento.

 

grazie ancora dell'aiuto sei stato molto gentile .