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

    (@rajeshsingh520)

    Hi,

    sorry but that is something related to your theme CSS issue

    View post on imgur.com

    you can add extra css to your theme to have margin for woocommerce button

    we will give the order cancelation option from the order detail page as well that will be done in the future update

    
    .woocommerce-account table.account-orders-table .button{
    margin:1.5rem 0;
    }
    
    Thread Starter anand99

    (@anand99)

    is it possible to add cancel order button inside the view order section like https://ps.w.org/woo-order-cancel-for-customers/assets/screenshot-2.jpg?rev=1712915
    as i don’t want the customer to see the cancel order button immediately after opening your order section

    Plugin Author rajeshsingh520

    (@rajeshsingh520)

    Hi,

    We have released a new version 1.1.4 in that we have given the order cancel option in the order detail section

    but at present you will have to hide the button from the Order section using CSS code

    
    .woocommerce-button.button.pi_cancel_request_form{
    display:none;
    }
    
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘buttons close to each other’ is closed to new replies.