<script>alert(1)</script>
", "type": "", "price": 0 }; for (var attr in meta) { window.BizwebAnalytics.meta[attr] = meta[attr]; } ", brand: null, category: null, variant: "", price: '0' } ] }); } catch(e) { console.error('ga script error', e);} "', content_type: 'product_group', value: '0', currency: window.BizwebAnalytics.meta.currency }, { eventID: Bizweb.fbEventId }); " } } ] }
<script>alert(1)</script>
<script>alert(1)</script>
","summary":null,"template_layout":"product","available":true,"tags":[],"price":0.0000,"price_min":0.0000,"price_max":0.0000,"price_varies":false,"compare_at_price":1.0000,"compare_at_price_min":1.0000,"compare_at_price_max":1.0000,"compare_at_price_varies":false,"variants":[{"id":90730469,"barcode":"","sku":"-1","title":"","options":[""],"option1":"","option2":null,"option3":null,"available":true,"taxable":false,"price":0.0000,"compare_at_price":1.0000,"inventory_management":"bizweb","inventory_policy":"deny","inventory_quantity":1,"weight_unit":"g","weight":0,"requires_shipping":true,"image":null},{"id":90730470,"barcode":null,"sku":"-2","title":"1","options":["1"],"option1":"1","option2":null,"option3":null,"available":false,"taxable":false,"price":0.0000,"compare_at_price":1.0000,"inventory_management":"bizweb","inventory_policy":"deny","inventory_quantity":0,"weight_unit":"g","weight":0,"requires_shipping":true,"image":null}],"featured_image":{"src":null},"images":[],"options":["Kích thước"],"created_on":"2023-06-14T16:50:55","modified_on":"2024-02-15T10:58:21","published_on":"2023-06-14T16:50:55"}, onVariantSelected: selectCallback, enableHistoryState: true }); // Add label if only one product option and it isn't 'Title'. Could be 'Size'. $('.selector-wrapper:eq(0)').prepend(''); // Hide selectors if we only have 1 variant and its title contains 'Default'. $('.selector-wrapper').css({ 'text-align':'left', 'margin-bottom':'15px' }); }); jQuery('.swatch :radio').change(function() { var optionIndex = jQuery(this).closest('.swatch').attr('data-option-index'); var optionValue = jQuery(this).val(); jQuery(this) .closest('form') .find('.single-option-selector') .eq(optionIndex) .val(optionValue) .trigger('change'); }); $(document).on('click', '.btn-buy-now', function(){ var _variantID = $('#product-selectors').val(); var _Qty = parseInt($('.input_number_product #qty').val());; if(_variantID == null){ _variantID = $('#one_variant').val(); } jQuery.ajax({ type: "POST", url: "/cart/add.js", data: "quantity=" + _Qty + "&VariantId=" + _variantID, dataType: "json", success: function(e) { window.location = '/checkout'; }, error: function(e, t) { Bizweb.onError(e, t); } }); }); $('.slider-big-video .slider-for a').each(function() { $(this).attr('rel','lightbox-demo'); });