File manager - Edit - /home/aussies6/public_html/seafoodwarehouse.com.au/wp-content/plugins/ByConsoleWooODTExtended/js/cart-fragments.js
Back
/** Modified cart-fragments.js script to break HTML5 fragment caching. Useful with WPML when switching languages **/ jQuery(document).ready(function($) { /** Cart Handling */ $supports_html5_storage = ( 'sessionStorage' in window && window['sessionStorage'] !== null ); $fragment_refresh = { url: woocommerce_params.ajax_url, type: 'POST', data: { action: 'woocommerce_get_refreshed_fragments' }, success: function( data ) { if ( data && data.fragments ) { $.each( data.fragments, function( key, value ) { $(key).replaceWith(value); }); if ( $supports_html5_storage ) { sessionStorage.setItem( "wc_fragments", JSON.stringify( data.fragments ) ); sessionStorage.setItem( "wc_cart_hash", data.cart_hash ); } $('body').trigger( 'wc_fragments_refreshed' ); } } }; //Always perform fragment refresh $.ajax( $fragment_refresh ); /* Cart hiding */ if ( $.cookie( "woocommerce_items_in_cart" ) > 0 ) $('.hide_cart_widget_if_empty').closest('.widget_shopping_cart').show(); else $('.hide_cart_widget_if_empty').closest('.widget_shopping_cart').hide(); $('body').bind( 'adding_to_cart', function() { $('.hide_cart_widget_if_empty').closest('.widget_shopping_cart').show(); } ); });// JavaScript Document
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings