Wolf
Forum Replies Created
Viewing 8 replies - 1 through 8 (of 8 total)
-
Forum: Plugins
In reply to: [WooCommerce] WooCommerce 8.8.2 not playing nice with RedisThe issue has been sorted by updating WooCommerce to version 8.9.0.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce 8.8.2 not playing nice with RedisSame issue here.
- WooCommerce: 8.8.2
- Client: PhpRedis (v5.3.7)
- PHP Version: 8.1.28
- Plugin Version: 2.5.1
- Redis Version: 7.2.4
Same issue when using Chrome. There is no issue in Edge.
Forum: Plugins
In reply to: [WooCommerce] After 3.5 update: Showing shipping radio buttonI have found solution to remove “Estimated for” text from the cart page.
Solved by this way
/woocommerce/templates/cart/cart-shipping.php
remove this code:
<?php if ( is_cart() ) : ?> <p class="woocommerce-shipping-destination"> <?php if ( $formatted_destination ) { // Translators: $s shipping destination. printf( esc_html__( 'Estimate for %s.', 'woocommerce' ) . ' ', '<strong>' . esc_html( $formatted_destination ) . '</strong>' ); $calculator_text = __( 'Change address', 'woocommerce' ); } else { echo esc_html__( 'This is only an estimate. Prices will be updated during checkout.', 'woocommerce' ); } ?> </p> <?php endif; ?>Forum: Plugins
In reply to: [WooCommerce] Remove “Estimate for” text from the cartSolved by this way
/woocommerce/templates/cart/cart-shipping.php
remove this code:
<?php if ( is_cart() ) : ?> <p class="woocommerce-shipping-destination"> <?php if ( $formatted_destination ) { // Translators: $s shipping destination. printf( esc_html__( 'Estimate for %s.', 'woocommerce' ) . ' ', '<strong>' . esc_html( $formatted_destination ) . '</strong>' ); $calculator_text = __( 'Change address', 'woocommerce' ); } else { echo esc_html__( 'This is only an estimate. Prices will be updated during checkout.', 'woocommerce' ); } ?> </p> <?php endif; ?>Forum: Plugins
In reply to: [WooCommerce] Woocommerce not sending emails after 3.0 updateThanks Mike! It works.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce not sending emails after 3.0 updateUpdated to 3.0.1. This bug still persists, can confirm that plugin still not sending emails. Is there any step-by-step workaround?
Viewing 8 replies - 1 through 8 (of 8 total)