Position of Coupon - by kyllaz - on WordPress WooCommerce support

This topic has 6 replies, 2 voices, and was last updated 6 years, 10 months ago ago by Max Mullins

  • Avatar: kyllaz
    kyllaz
    Participant
    May 17, 2017 at 12:24

    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

    5 Answers
    Avatar: maxmullins
    Max Mullins
    Participant
    May 18, 2017 at 12:46

    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

    Avatar: kyllaz
    kyllaz
    Participant
    May 18, 2017 at 15:50

    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

    Please, contact administrator
    for this information.
    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

    Avatar: kyllaz
    kyllaz
    Participant
    May 18, 2017 at 19:00

    Thank You Maks. Solved!!!

    Avatar: maxmullins
    Max Mullins
    Participant
    May 19, 2017 at 07:29

    You are welcome!

    Regards,
    Maksym Mullins

  • Viewing 6 results - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.