Disable Quantity Field on Download not working
-
Not sure if I am misunderstanding the way this should work but I added the code to Disable Quantity Field on Download button from the library but it’s not working.
https://library.easydigitaldownloads.com/downloads/disable-quantity-field-on-download.htmlI even tried adding the remove_action under a wp_head action. I’m trying to remove the quantity selection from the listing created by the downloads shortcode and the individual download page but leave it on the checkout page.
The only way I have been able to hide is is using CSS.
.edd_download_purchase_form .edd_price_options .edd_download_quantity_wrapper { display: none; }
Is there a way to do this other than using CSS?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Disable Quantity Field on Download not working’ is closed to new replies.