Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author SilkyPress

    (@diana_burduja)

    The green square is not added by the multi-step checkout plugin, but by a CSS rule added in the “Custom CSS” option within the Medik theme settings page. You can also deactivate the multi-step checkout plugin for a moment to see that the green square is still present on the checkout page.

    You can fix the image size by adding the following CSS rule to your website:

    .woocommerce .woocommerce-checkout-review-order-table .product-name img {
        display: table-cell;
        float: left;
        margin-right: 20px;
        max-width: 80px;
    }
    Thread Starter vulcan51

    (@vulcan51)

    Thanks! the code worked like a charm! Now I can’t find the color baclground to make the change.
    Is there a way to prevent going to the next step if a requiered field is not filled?

    • This reply was modified 4 years, 9 months ago by vulcan51.
    • This reply was modified 4 years, 9 months ago by vulcan51.
    Plugin Author SilkyPress

    (@diana_burduja)

    You need to enable the “Validate the fields during each step” option on the “WP Admin -> WooCommerce -> WP Multi-Step Checkout” page. The option is available only in the plugin’s pro version.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Order style problem’ is closed to new replies.