jorgecorreia
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] update to 3.7 broke cart and checkout on the same page – Part 2I′ve saw now that the post was closed by a moderator with a beautiful argument.
It seems that I dont have a word in my ticket and other people cant tell in my post that they have the same problem ??Wonderful way to close the discussion.
- This reply was modified 5 years, 1 month ago by jorgecorreia.
Forum: Plugins
In reply to: [WooCommerce] update to 3.7 broke cart and checkout on the same page – Part 2Hi,
thelyall has spoken well, and I think that from all the previous answers from all the people is pretty obvious this was a wrong move and one more shot in the foot of woocommerce.
I still don′t get how they have this wonderful ideas, prioritized by who, and how this “it’s not something that is going to change. “.I don′t, and wont !!!!!! buy a plugin for this.
We invested heavily our time and money in building this in Woocommerce, and now this. We won′t build anymore stores in woocommerce if this is fixed, and quickly. You have an opportunity to do think right and admit the mistake.I′ve searched and still didn′t find out anything related to “problems in gateways”. DUH ! if the problem is in the gateways…fix the gateways, do not try to hide it.
I′ts the same thing as having a problem in a tire of my car, and removing the engine so no one has any issues.I think with time more and more people will came across this, and will manifest their disapproval.
Anyway, I dont know if this will help anything, but I found this feature in Woocommerce ideas and voted there also
https://ideas.woocommerce.com/forums/133476-woocommerce/suggestions/3377992-option-to-show-cart-widget-on-checkout-and-cart-paThanks and FIX this please !!
Forum: Plugins
In reply to: [WooCommerce] update to 3.7 broke cart and checkout on the same pageHi,
I still don′t get why break this functionality instead of fixing the gateways, why should we need to buy a plugin when that′s something that woocommerce should be doing out of the box, why not mentioning it in the blog (although it was in change log ) and finally who shout it loud so you could change this. Did it also received an answer like “…it′s not something that is going to change” ?To Thelyall and webbverkstaden check one solution here https://businessbloomer.com/woocommerce-cart-checkout-same-page/
To this problem “Now after adding items to cart the ‘view cart’ links just go to the homepage because no cart page can be set.” checkout my code with a fix in the comments
/* overrides cart url to checkout url, since it has no cart page set, and to make the update button work */ add_filter('woocommerce_get_cart_url', 'atlier_cart_checkout_override'); function atlier_cart_checkout_override () { return wc_get_page_permalink( 'checkout' ); }
Thanks
Forum: Plugins
In reply to: [WooCommerce] update to 3.7 broke cart and checkout on the same pageNobody ?
Thanks