This topic has 6 replies, 2 voices, and was last updated 7 years, 8 months ago ago by Max Mullins
Hi there.
when the website enters lower resolutions on the cart page the coupon area appears bellow the totals. Can you help me having the coupons bellow the cart table and above the totals?
Look forward for your reply
Best regards
Hello @kyllaz
Sorry for the late reply. Would you mind to provide us with link to the page where we can see the issue.
Regards
Max Mullins
Hi Max. Here goes the url.
You need to add something to the basket and then put on responsive version or oppen in a mobile phone.
Many thanks
Hello,
Please create Child theme which comes bundeled in the theme download package and upload it on ftp in wp-contents/themes/. It is to prevent your modifcations from overwriting during next theme update:
Then edit yoursite/wp-content/themes/xstore/woocommerce/cart/cart.php like follows:
Cut part of the code from line 161 to 170:
<div class="col-md-<?php echo esc_attr( $cols ); ?> pull-right">
<div class="row">
<div class="col-xs-12">
<div class="bag-total-table">
<div class="cart-collaterals">
<?php do_action( 'woocommerce_cart_collaterals' ); ?>
</div>
</div>
</div>
</div>
Paste it above line 45:
<?php if ( wc_coupons_enabled() ) { ?>
. You may also provide us with temporary ftp access in private content for such minor customization
Here you may read about child themes ”
Regards,
Maks Mullins
Thank You Maks. Solved!!!
You are welcome!
Regards,
Maksym Mullins
You must be logged in to reply to this topic.Log in/Sign up