No Checkout button in the Cart Page in Royal Theme

This topic has 3 replies, 2 voices, and was last updated 8 years, 5 months ago ago by Eva Kemp

  • Avatar: davidator
    davidator
    Participant
    October 31, 2015 at 13:30

    Hello,

    Id like to have a CHECKOUT button in the CART page.

    How can i do it?

    Thank You

    2 Answers
    Avatar: davidator
    davidator
    Participant
    October 31, 2015 at 14:12

    After a quick check, I found something missing on woocommerce/cart.php (line 121)

    i changed

    <div class="actions">
    
    	<input type="submit" class="btn gray big" name="update_cart" value="<?php _e( 'Update Cart', 'woocommerce' ); ?>" /> 
    
    	<?php wp_nonce_field( 'woocommerce-cart' ); ?>
    </div>

    by

    <div class="actions">
    
    	<input type="submit" class="btn gray big" name="update_cart" value="<?php _e( 'Update Cart', 'woocommerce' ); ?>" /> <input type="submit" class="btn black big" name="proceed" value="<?php _e( 'Proceed to Checkout', 'woocommerce' ); ?>" /> 
    
    	<?php wp_nonce_field( 'woocommerce-cart' ); ?>
    </div>

    and now i ve got te Checkout button in my Cart Page

    Avatar: Eva
    Eva Kemp
    Support staff
    November 2, 2015 at 10:16

    Hello,

    Is your issue resolved?

    Regards,
    Eva Kemp.

  • Viewing 3 results - 1 through 3 (of 3 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.