When you click the Buy button it does nothing, the following error appears in the console
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