-
AuthorPosts
-
February 10, 2015 at 11:14 am #203313
hey guys,
i’m trying to install woocommerce for the first time.
I’ve read in a tutorial, that the pages for shopping cart, check-out and so on are automatically generated by woocommerce.
Since that wasn’t the case here i made new pages for all and told woocommerce where it can find them.
The only thing working right now is the shop, where it shows the products.
Once i put a produkt in the shopping cart and want to click on the shopping cart it goes to the page i created, but doesn’t show anything.What am i doing wrong? Do i have to add something into the shopping cart page?
Many thx,
PhilFebruary 10, 2015 at 11:26 am #203321ok sorry for the topic – you can delete it if you want.
if not, here’s what i was missing: 😉
you have to add “[woocommerce_cart]” etc as text into the page, then it works.
February 10, 2015 at 11:46 am #203335I still have one problem though:
The “proceed to checkout” button or however it is called is missing in the shopping cart.
The checkout itself seems to work – if i go to the page i created i see everything and can proceed to pay.
Any idea?
February 10, 2015 at 5:06 pm #203561Hi there,
Thank you for writing in! Please read our release notes there is an important note about woocommerce on it. If you feel the issue is not related to this, please provide us your site’s URL.
Cheers!
February 11, 2015 at 5:02 am #203906This reply has been marked as private.February 11, 2015 at 4:42 pm #204385Hi there,
Thanks for updating the thread! We have released another update which is compatible to the latest woo commerce release. You can read the release notes here: https://theme.co/x/member/forums/topic/release-notes-x-v3-2-2-x-shortcodes-v3-0-4/
Please update and let us know if that helps – thanks!
February 13, 2015 at 3:44 am #205745My continue to check out button is still not showing up even with the latest build. Could you please tell me what I should do?
February 13, 2015 at 4:11 am #205767Mine is showing after updating X & woocommerce – have you updated to woocommerce 2.3.3?
After updating though, the “plus” and “minus” buttons for the product count are missing..
Any ideas?February 14, 2015 at 2:36 am #206416@David, If you have previous fix added from your child theme, you should remove them after the update. (eg. /x-child-{STACK}/woocommerce/ ). And as Phil said, you have to update your woocommerce too.
@Phil, hmm that’s really weird. I’m not even getting the spinner on Twenty Fifteen Theme. Could you try adding this css at your custom css. And I tried to compose a custom spinner for temporary fix but no luck, it works but buggy.
For now the solution is removing the css directly from core files.
Remove this css
.woocommerce .quantity input[type="number"],.woocommerce-page .quantity input[type="number"]{width:3.65em;margin:0;padding-left:0.5em;padding-right:0.5em;text-align:center;-moz-appearance:textfield}.woocommerce .quantity input[type="number"]::-webkit-inner-spin-button,.woocommerce .quantity input[type="number"]::-webkit-outer-spin-button,.woocommerce-page .quantity input[type="number"]::-webkit-inner-spin-button,.woocommerce-page .quantity input[type="number"]::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}
from /wp-content/themes/x/framework/css/site/woocommerce/{YOUR STACK}.css
Then add this css at your customizer’s custom css.
.woocommerce .quantity input[type="number"]::-webkit-inner-spin-button,.woocommerce .quantity input[type="number"]::-webkit-outer-spin-button,.woocommerce-page .quantity input[type="number"]::-webkit-inner-spin-button,.woocommerce-page .quantity input[type="number"]::-webkit-outer-spin-button { opacity: 1; }
I forwarded this for investigation, Thanks.
February 14, 2015 at 3:14 am #206436Ok thx for now – At least i have an up or down arrow now. Let’s see if the problem will be solved soon 😉
February 15, 2015 at 3:22 am #206895You’re welcome Phil.
-
AuthorPosts