Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #188859
    Lambert
    Participant

    Hi,

    I recently update to the last version of X theme and realize that the proceed to checkout was missing on the woocommerce cart page.

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

    <div class="update action-group">
                <input type="submit" class="button" name="update_cart" value="<?php _e( 'Update Cart', '__x__' ); ?>" />
                <?php do_action( 'woocommerce_cart_actions' ); ?>
              </div>

    I change it to this and everything was back.

    <div class="update action-group">
                <input type="submit" class="button" name="update_cart" value="<?php _e( 'Update Cart', '__x__' ); ?>" /> <input type="submit" class="checkout-button button alt wc-forward" name="proceed" value="<?php _e( 'Proceed to Checkout', '__x__' ); ?>" />
                <?php do_action( 'woocommerce_cart_actions' ); ?>
              </div>

    Am I the only one with this problem ?

    Hope it was the right way to fix the issue until a further release.

    Regards.

    #189092
    Alexander
    Keymaster

    Hi Lambert,

    Thanks for sharing this. What version of WooCommerce are you using? X 3.2 should only be used with WooCommerce 2.3 as pointed out in the release notes. You may want to consider updating to the WooCommerce beta version.

    #189415
    Rodrigo R
    Participant

    Thanks mate!!!

    Worked perfectly!

    #189865
    Rubin
    Keymaster

    Glad to hear, let us know if you need anything else!

    #190366
    Rameen A
    Participant

    I had the same problem! what gives

    #190806
    corelove
    Participant

    I have the same problem!

    #190893
    Timothy H
    Participant

    I use a child theme, and copied over the Woocommerce directory into the child, then change line 114 of the woocommerce/cart/cart.php as suggested..

    <div class="update action-group">
                <input type="submit" class="button" name="update_cart" value="<?php _e( 'Update Cart', '__x__' ); ?>" /> <input type="submit" class="checkout-button button alt wc-forward" name="proceed" value="<?php _e( 'Proceed to Checkout', '__x__' ); ?>" />
                <?php do_action( 'woocommerce_cart_actions' ); ?>
              </div>

    Now it is working again.
    Thanks for the tip.

    #190935
    Rad
    Moderator

    Okay cool! And thanks for sharing 😉

    #190987
    bobhopwood
    Participant

    Thank you for the child theme tip!

    #191543
    Christian
    Moderator

    You’re welcome. 🙂

    #191992
    timtimd
    Participant

    Thanks so much for sharing this. There can’t be anything much more important than getting customers to pay. X themes – please do not release these updates if they are not compatible with the present Woocommerce edition. We now have theme updates straight off the WP dashboard so I never saw anything about using BETA woocommerce. There is no update showing for woocommerce and woocommerce status shows no errors.

    I love the theme and the team behind it but please remember the people that actually use it. This is our livelihood.

    #192192
    Sara H
    Participant
    This reply has been marked as private.
    #192364
    Christian
    Moderator

    Hey Sara,

    In that case, please give us access to your WordPress admin and FTP.

    Thanks.

    #192461
    Lambert
    Participant

    I agree with timtimd, you shouldn’t release an update that is not fully compatible with the last version of woocommerce.

    I love the theme and the team behind it but please remember the people that actually use it. This is our livelihood.

    Could not agree more, thanks timtimd.

    #192868
    Nabeel A
    Moderator

    Hi Lambert,

    We certainly appreciate the feedback! I’ll forward your concern to the concerned department.

    Thanks!

  • <script> jQuery(function($){ $("#no-reply-188859 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>