Reply 163503 to: Position of Coupon

Avatar: maxmullins
Max Mullins
Participant
May 18, 2017 at 18:03

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

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.