Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #203313

    PhilTone
    Participant

    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,
    Phil

    #203321

    PhilTone
    Participant

    ok 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.

    #203335

    PhilTone
    Participant

    I 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?

    #203561

    Friech
    Moderator

    Hi 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!

    #203906

    PhilTone
    Participant
    This reply has been marked as private.
    #204385

    John Ezra
    Member

    Hi 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!

    #205745

    davidzarza
    Participant

    My continue to check out button is still not showing up even with the latest build. Could you please tell me what I should do?

    #205767

    PhilTone
    Participant

    Mine 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?

    #206416

    Rad
    Moderator

    @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.

    #206436

    PhilTone
    Participant

    Ok thx for now – At least i have an up or down arrow now. Let’s see if the problem will be solved soon 😉

    #206895

    Christian
    Moderator

    You’re welcome Phil.