/* */ /* */ /* */ /* */ /* */ /* */ /* */

Compare products

 
 
No products added in the compare table.
/* */ /* */ /*
Product added to cart successfully<\/div><\/div>"},"actions":{"add_to_wishlist_action":"add_to_wishlist","remove_from_wishlist_action":"remove_from_wishlist","reload_wishlist_and_adding_elem_action":"reload_wishlist_and_adding_elem","load_mobile_action":"load_mobile","delete_item_action":"delete_item","save_title_action":"save_title","save_privacy_action":"save_privacy","load_fragments":"load_fragments"},"nonce":{"add_to_wishlist_nonce":"0ee07bb5c0","remove_from_wishlist_nonce":"9cca2fa883","reload_wishlist_and_adding_elem_nonce":"f9ee6db1e4","load_mobile_nonce":"d437674d3e","delete_item_nonce":"4e358bd692","save_title_nonce":"4360aefc4c","save_privacy_nonce":"006d43528d","load_fragments_nonce":"cce91e184e"},"redirect_after_ask_estimate":"","ask_estimate_redirect_url":"https:\/\/aussieloveshop.com.au"}; /* ]]> */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* ","prev":"< Prev","image":"Image","of":"of","close":"Close","noiframes":"This feature requires inline frames. You have iframes disabled or your browser does not support them.","loadingAnimation":"https:\/\/aussieloveshop.com.au\/wp-includes\/js\/thickbox\/loadingAnimation.gif"}; /* ]]> */ /* */ /* */ /* */ /* */ /* "}; /* ]]> */ /* */ /* */ jQuery( document ).ready( ( $ ) { $( 'a' ).attr( 'target', '_parent' ); // ########## DATA TABLES ############ $.dataTableFunction = () { var t = $( 'table.compare-list' ), dTable; if( t.length && ! t.find('.no-products').length && typeof $.fn.DataTable != 'undefined' && typeof $.fn.imagesLoaded != 'undefined' ) { t.imagesLoaded( (){ dTable = t.DataTable( { 'info': false, 'scrollX': true, 'scrollCollapse': true, 'paging': false, 'ordering': false, 'searching': false, 'autoWidth': false, 'destroy': true, 'fixedColumns': { leftColumns: 1 } }); }); $(window) .off('resize') .off('orientationchange') .on('resize orientationchange', (){ if ( typeof dTable !== 'undefined' ) { dTable.destroy(); $.dataTableFunction(); } }); } }; $.dataTableFunction(); $( document ).on( 'yith_woocompare_render_table yith_woocompare_product_removed', () { $.dataTableFunction(); } ); // add to cart var redirect_to_cart = false, body = $( 'body' ); // close colorbox if redirect to cart is active after add to cart body.on( 'adding_to_cart', ( $thisbutton, data ) { if ( wc_add_to_cart_params.cart_redirect_after_add == 'yes' ) { wc_add_to_cart_params.cart_redirect_after_add = 'no'; redirect_to_cart = true; } } ); body.on( 'wc_cart_button_updated', ( ev, button ) { $( 'a.added_to_cart' ).attr( 'target', '_parent' ); } ); // remove add to cart button after added body.on( 'added_to_cart', ( ev, fragments, cart_hash, button ) { $( 'a' ).attr( 'target', '_parent' ); if ( redirect_to_cart == true ) { // redirect parent.window.location = wc_add_to_cart_params.cart_url; return; } // Replace fragments if ( fragments ) { $.each( fragments, ( key, value ) { $( key, window.parent.document ).replaceWith( value ); } ); } } ); // close window $( document ).on( 'click', 'a.close', ( e ) { e.preventDefault(); window.close(); } ); } );