WPIntell

Source evidence

[Plugin: Woo Remove Qty selectors] how to undo?

Woo Remove Qty selectors · support · 2012-08-31T20:54:00+00:00

complaintsentiment
highseverity
0.96relevance
3replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

6 / 34 rows with source links

17.6% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

28 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Mikael Boldt unresolved
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? http://wordpress.org/extend/plugins/woocommerce-remove-quantity-fields/ 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'); ?>

Comments

3 shown
Baumr 2012-09-25T21:01:00+00:00

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.

JasonBC 2013-03-20T13:57:00+00:00

Great plugin, just what I needed.

paulmac2 2013-06-05T18:22:00+00:00

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'); ?>