1
By clicking the buy button it does nothing, by the console appears the following error
Error: Syntax error, unrecognized Expression: #product input[type='text'], #product input[type='Hidden'], #product input[type='radio']:SELECTED=TRUE, #product input[type='checkbox']:checked, #product select, #product textarea
$('#button-cart').on('click', function() {
$.ajax({
url: 'index.php?route=checkout/cart/add',
type: 'post',
data: $('#product input[type=\'text\'], #product input[type=\'hidden\'], #product input[type=\'radio\']:SELECTED=TRUE, #product input[type=\'checkbox\']:checked, #product select, #product textarea'),
dataType: 'json',
beforeSend: function() {
$('#button-cart').button('loading');
},
complete: function() {
$('#button-cart').button('reset');
},
site:www.personaleplantas.com.br