-
AuthorPosts
-
January 22, 2015 at 3:21 am #188859
LambertParticipantHi,
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.
January 22, 2015 at 9:14 am #189092
AlexanderKeymasterHi 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.
January 22, 2015 at 3:25 pm #189415
Rodrigo RParticipantThanks mate!!!
Worked perfectly!
January 23, 2015 at 6:59 am #189865
RubinKeymasterGlad to hear, let us know if you need anything else!
January 23, 2015 at 3:49 pm #190366
Rameen AParticipantI had the same problem! what gives
January 24, 2015 at 11:12 am #190806
coreloveParticipantI have the same problem!
January 24, 2015 at 4:21 pm #190893
Timothy HParticipantI 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.January 24, 2015 at 6:13 pm #190935
RadModeratorOkay cool! And thanks for sharing 😉
January 24, 2015 at 9:49 pm #190987
bobhopwoodParticipantThank you for the child theme tip!
January 26, 2015 at 2:47 am #191543
ChristianModeratorYou’re welcome. 🙂
January 26, 2015 at 12:24 pm #191992
timtimdParticipantThanks 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.
January 26, 2015 at 5:01 pm #192192
Sara HParticipantThis reply has been marked as private.January 26, 2015 at 11:31 pm #192364
ChristianModeratorHey Sara,
In that case, please give us access to your WordPress admin and FTP.
Thanks.
January 27, 2015 at 2:23 am #192461
LambertParticipantI 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.
January 27, 2015 at 12:27 pm #192868
Nabeel AModeratorHi Lambert,
We certainly appreciate the feedback! I’ll forward your concern to the concerned department.
Thanks!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-188859 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
