woocommerce checktout page order
-
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
VladimirThe page I need help with: [log in to see the link]
- The topic ‘woocommerce checktout page order’ is closed to new replies.