Changeset 2199008
- Timestamp:
- 11/22/2019 05:18:15 PM (6 years ago)
- Location:
- continue-shopping-for-woocommerce
- Files:
-
- 2 edited
-
tags/1.4/classes/class-continue-shopping.php (modified) (1 diff)
-
trunk/classes/class-continue-shopping.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
continue-shopping-for-woocommerce/tags/1.4/classes/class-continue-shopping.php
r2199003 r2199008 125 125 $update_trigger = get_option( 'hpy_cs_trigger_on_update' ); 126 126 127 if ( $update_trigger ) {127 if ( $update_trigger == 'yes' ) { 128 128 if ( $cart_updated ) { 129 129 WC()->cart->calculate_totals(); -
continue-shopping-for-woocommerce/trunk/classes/class-continue-shopping.php
r2199003 r2199008 125 125 $update_trigger = get_option( 'hpy_cs_trigger_on_update' ); 126 126 127 if ( $update_trigger ) {127 if ( $update_trigger == 'yes' ) { 128 128 if ( $cart_updated ) { 129 129 WC()->cart->calculate_totals();
Note: See TracChangeset
for help on using the changeset viewer.