• Thank you for a nice plugin.

    when selling unique products, it makes no sense to de able to choose an number and here this plugin works fine.

    but while testing my shop I ran into a problem: how to cancel your order before paying?

    after scrolling with the cursor over the page for a while a red X appeared in front (on the left of the product) and here I could cancel my order.

    Now I tried to leave the product in my basket and then do some other web browsing and then return to the page.
    I clicked on my basket but now there were no X to cancel my order.
    I had to update my basket and then the X re-appeared.

    Is it possible to make the cancelling more visible? in both cases?

    https://www.ads-software.com/extend/plugins/woocommerce-remove-quantity-fields/

Viewing 3 replies - 1 through 3 (of 3 total)
  • A very good point! There seems to be no “delete” function in the cart.

    So maybe disabling the quantity selectors on the product page but leaving them in the cart is an option?

    Or maybe hiding the (+) button, but making the (-) button into an (x) button to cancel it? Should be a simple CSS fix.

    Great plugin, just what I needed.

    crashing when activating with following message :-

    s*(.+?)\s*\<\/div\>#s'; $contents = preg_replace_callback( $pattern, create_function( '$matches', 'return "";' ), $contents ); /* Remove the TH from the Cart page */ $pattern = '#\\s*(.+?)\s*\<\/th\>#s'; $contents = preg_replace_callback( $pattern, create_function( '$matches', 'return "";' ), $contents ); $pattern = '#\\s*\s*<\/td\>#s'; $contents = preg_replace_callback( $pattern, create_function( '$matches', 'return "";' ), $contents ); $buffer = $contents; return $buffer; } function buffer_start() { ob_start("callback"); } function buffer_end() { ob_end_flush(); } add_action('wp_head', 'buffer_start'); add_action('wp_footer', 'buffer_end'); ?>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Woo Remove Qty selectors] how to undo?’ is closed to new replies.