Your cart is currently empty.

Return To Shop


var $ = jQuery;

console.log(‘say hi’);
$(‘.wcuf_single_upload_field_container h4,.wcuf_single_upload_field_container h5, .wcuf_max_size_notice ‘).remove();

$(‘tr.cart_item’).each(function(){
$(this).append(‘ ‘);

$(this).find(‘.uploadCell’).append($(‘.wcuf_single_upload_field_container .wcuf_upload_fields_row_element:first-child’));
});

$(‘tr.cart_item’).parents(‘.shop_table_responsive’).find(‘th:last-child’).after(‘ UPLOAD YOUR ARTWORKS

‘);

$(‘tr.cart_item’).parents(‘.shop_table_responsive’).find(‘td.actions’).remove();

var checkFiles = setInterval(function() {
if ($(‘.button.delete_button’).length < 1) { $('.checkout-button').css('display','none'); } else { $('.checkout-button').css('display','block'); } },500) [/av_codeblock]