D15

Enquiry Form

Antique Pine/ Light Oak Serie/ Medium Oak Serie/ Dark Oak Serie/ Walnut Serie/ Teak Finishinh

Reviews

There are no reviews yet.

Be the first to review “D15”

Our customer support team is here to answer your questions. Ask us anything!
jQuery(document).ready(function($){ $('.variations_form').each(function(){ $(this).wc_variation_form(); }); }); jQuery(function($){ function updateEnquiryForm(){ $('#product_title').val($('.product-title').text()); $('#cf7-product-title').text($('.product-title').text()); var color = $('select[name="attribute_pa_color"]').val(); var size = $('select[name="attribute_pa_size"]').val(); var addon = $('select[name="attribute_pa_addon"]').val(); $('#product_color').val(color); $('#product_size').val(size); $('#product_addon').val(addon); $('#cf7-product-color').text(color); $('#cf7-product-size').text(size); $('#cf7-product-addon').text(addon); } updateEnquiryForm(); $(document).on('change', 'select[name="attribute_pa_color"], select[name="attribute_pa_size"], select[name="attribute_pa_addon"]', updateEnquiryForm ); });