Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #273371

    Hi there,
    when i use the smartphone for product order the table layout ‘breaks’ in the cart overview/checkout process.
    the listing of price, amount and product doesnt seem to show up correctly as a table.
    in the container with cart total/etc. the values are cut on the right border – so that i cant see the values at all…

    of course using the quare view everything seems fine.
    i only see this happening in the cart overview. all the other overviews using less columns work just fine.

    any idea how to adjust/fix that?

    here some screenshots
    http://pl.vc/2h797
    http://pl.vc/1v91f

    thanks in avance
    Pedro

    #273570

    Hi Pedro,

    Can you post the link to this website please?

    Regards,
    Josue

    #273725

    yes, sure.
    please use f.e. the following product page: http://frankfurter-kaffeeroesterei.de/shop/bohnenkaffee/deluxe-2/
    and add a product to the cart. while viewing the cart on a smartphone you should see what i ment.

    thanks for looking into that!
    my best regards
    Pedro

    #274280

    Hey Pedro!

    Here’s a workaround, try adding this to the Quick CSS:

    tr.cart-subtotal th, tr.shipping th, .order-total th, tr.cart-subtotal td, tr.shipping td, .order-total td {
        display: block;
    }
    

    Result:

    Regards,
    Josue

    #274385

    Hey Josua,
    thanks for the hard work and for your time looking into this.
    this is a good workaround – however the part before the cart values (total, shipping costs, etc) – the part where the items are displayed are still broken. thats the part where the item, price and taxes (before cart) are displayed.
    as you see in my screenshot f.e. the ‘add more items button’ is inbetween the price, tax, quantity.

    weird thing is, that i have the impression, that the checkout page looks better – less breaking (or none at all)…
    i wonder if this might be caused by the long name of the item (unfortunately it puts out cathegory name, grouped item, item completely)…

    screenshot: http://pl.vc/1aa12

    anyhow – i dont want you to spend too much precious time into this – since i am not sure if this is a theme or original woocommerce issue.
    what i mean – no priority.

    my best regards
    Pedro

    #274996

    Hi!

    I changed the css code yesterday a bit and sent the patch to Kriesi. The table layout should improve with the next update.

    Cheers!
    Peter

    #275030

    Thanks for that. Much apprechiated! Keep up the great work!!
    my best regards
    Pedro

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘woocommerce cart/checkout layout issues when using smartdevice (portrait mode )’ is closed to new replies.