Enabled product bundles
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* wcj-cart-customization.
|
||||
*
|
||||
* @version 2.8.0
|
||||
* @since 2.8.0
|
||||
* @todo (maybe) fix when cart is emptied (i.e. after products removed)
|
||||
*/
|
||||
|
||||
jQuery(document).ready( function() {
|
||||
jQuery( "p.return-to-shop a.button.wc-backward" ).each( function() {
|
||||
jQuery(this).text( wcj_cart_customization.return_to_shop_button_text );
|
||||
} );
|
||||
} );
|
||||
Reference in New Issue
Block a user