• Resolved motmat

    (@motmat)


    Hi
    Firstly big thx for the plugin, theme and good translation.

    Need help point
    1) How to divide the table class. At the checkout page – the right column order review the following tables (1 table class) are connected. , I need increase it for top left (cart items titles, i e smaller table for prices on the right) and also increase it for shipping method titles (bottom right of the same table) – decrease “delivery” text (on the bottom left of the table). So far it is a mess i am partially trying to solve that with dirty solution negative margin.

    my child theme (increasing one class or table decreases the other one which is not desirable)
    /*order review table and shipping table connected ?? */
    table.woocommerce-checkout-review-order-table .product-name {
    width: 45%; word-wrap: break-word; margin-right: -5em; padding: 0}

    /* shipping */
    ul#shipping_method li { margin: 0 0 0 -5em; }

    2) Tips for improving woocomerce
    2.1. pls change the checkout page columns (move cart and shipping from right column into the left and checkout fields to the right). It is better chronologically. Second, no less situations of deleted data from checkout fields form after filling form and next deleting product from cart…

    2.2 General issue – when order canceled – pls make the goods is automatically returned to the store/stock (so far the goods remains missing … and must be returned manually to the store / stock.
    thx
    Vladimir

    • This topic was modified 7 years ago by motmat. Reason: added "woocommerce" into tags

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • I think you need to customise:
    plugins/woocommerce/templates/checkout/form-checkout.php
    first, copy it to:
    themes/your-child-theme-name/woocommerce/checkout/form-checkout.php
    where any edits will be update-safe, then alter the layout in the copy.

    If your parent theme has a template override, start with that. If so, it will be at:
    themes/your-parent-theme-name/woocommerce/checkout/form-checkout.php

    PHP skills will be needed to get it working.

    The best place for improvement suggestions is here:
    https://ideas.woocommerce.com/forums/133476-woocommerce
    You can support existing suggestions or start your own.

Viewing 1 replies (of 1 total)
  • The topic ‘woocommerce checktout page order’ is closed to new replies.