Viewing 15 replies - 31 through 45 (of 47 total)
  • No. Just removed all the plugin exept WooCommerce. I even tried new themes but still messed up.

    Plugin Contributor angelleye

    (@angelleye)

    Ok, well, if you disabled everything but WooCommerce and it’s still happening, and even with other themes, you must have something else quirky happening with your configuration causing the issue.

    This would be outside the scope of what we can offer for free support for this plugin.

    So i need to get a new plugin?

    Plugin Contributor angelleye

    (@angelleye)

    You said all of your plugins are disabled, though, and it’s still happening, right?

    Or are you telling me that enabling our PayPal for WooCommerce plugin causes the problem, but then disabling it fixes everything?

    Ill cope. It should be fine. Thanks for your help.

    I also have this problem, if you can check out this page please…

    https://calmhappyhealthy.com/cart/

    You’ll see that the Subtotal, Shipping and Total boxes end too early compared to the ‘Basket Totals’ box above them.

    The theme producers said its def this plug in changing the dimensions.

    I added this code to reduce the size of it as before it got placed under everything and was massive, which helped get the ‘Basket totals’ box the correct size but for some reason the other boxes i mention above are still the wrong size. This is what i used so far…

    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 48.7179%;
    }

    Thanks
    Matt

    p.s i too cannot select ‘paypal credit’ as i am in the UK

    Actually just to add, using the above css code is not the best fix for me, as i have just checked how it looks on mobile and it looks terrible.

    So if you can please offer up a different fix that would be amazing

    Thanks

    Plugin Contributor angelleye

    (@angelleye)

    So is your adjustment still applied right now? The cart page looks ok to me as it is right now..??

    Yes its applied right now.. Do you see how on the right had side, the three boxes i mentioned end earlier than the ‘Basket Totals’ box above them? The right hand side of these should all line up.

    Have you seen it on a mobile too please? its all squished up and messy.

    Thanks!

    Hi just wondering if you had had a chance to check it on a mobile please?

    If you would like me to show you once you have seen it how it should look by switching it off or if there is somewhere i can email screenshots of how it looks and how it should look please?

    Be fantastic to get this solved please.

    Thanks!

    Plugin Contributor angelleye

    (@angelleye)

    In your theme’s stylesheet, try adding the following:

    .woocommerce-cart .cart-collaterals .cart_totals table {
        width: 100%;
    }

    Hey, That now makes the mobile version look how the theme intended but it now reintroduces the issue on desktop view where the Basket totals box gets place at the bottom of the page underneath the ‘you may be interested in’ section rather than to the right of that section.

    If i switch this plug in off, the mobile version looks as is does now with the new code you gave me but the desktop has the box to the right of the ‘you may be interested ‘ section.

    Its due to the 100% size i believe. Is there a line or two of code i can add to say…

    do this for mobile and do this other code for desktop please? that might then be a work around

    thanks

    Plugin Contributor angelleye

    (@angelleye)

    I guess I’m not seeing the “you may be interested” section that you are referring to. When I view the cart with the change I applied the width of the totals boxes lines up with the Basket Totals header, and the prices are on the right within the box where it seems they should be.

    Are you talking about a different page besides the cart page? I don’t see anything about “you may be interested” on the cart page.

    just to check, are you looking on mobile or desktop? that section i mentioned doesn’t show on the mobile version.

    Actually to see if on the desktop i think you need to add a product to the cart. Can you please add this product to the cart and you should then see that section with an essential oil box or diffusor in

    https://calmhappyhealthy.com/product/avena-tea-tree-essential-oil-10ml/

    basically i think i need to be able to say for mobile make it 100% width and for desktop make it 50% (but 50% for all of the 4 rows in that box, so Basket total, sub total, shipping, total)

Viewing 15 replies - 31 through 45 (of 47 total)
  • The topic ‘Cart page layout messed up after updating to 1.1.7.5’ is closed to new replies.