Product Size Chart Preview

0.00

Size Chart

Reviews

There are no reviews yet.

Be the first to review “Product Size Chart Preview”

Your email address will not be published. Required fields are marked *

Shopping Cart
×
Person ChestSizeJacket ChestSleevesShouldersBack Length
0
    0
    Your Cart
    Your cart is emptyReturn to Shop
    Scroll to Top
    ×
    jQuery(function($){ $('#load-more').on('click', function(){ var button = $(this), page = button.data('page'), newPage = page + 1, ajaxurl = button.data('url'); $.ajax({ url : ajaxurl, type : 'post', data : { page : page, action : 'load_more_products' }, success : function( response ) { $('#product-container').append( response ); // Append new products button.data('page', newPage); // Increment page } }); }); });