Show the shipping calculator only in cart page
This commit is contained in:
parent
a5d70fa24c
commit
7450828304
|
@ -98,6 +98,8 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|||
?>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php woocommerce_shipping_calculator(); ?>
|
||||
<?php if ( is_cart() ) : ?>
|
||||
<?php woocommerce_shipping_calculator(); ?>
|
||||
<?php endif; ?>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in New Issue