• 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.html

    I 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)
  • Hi @zerogravity

    Sorry for the delay response.

    Yes, you can do it. There is no need to do it with custom CSS. Plugin have default settings of this.

    Please navigate to Plugin Settings > Misc (Tab) > Miscellaneous (Sub Tab). In that you can see Cart Item Quantities field. This is global settings to remove quantity field from all products.

    In case if you want to remove it from particular product then you can see “Download Settings” > “Item Quantities” settings at right hand side when you edit the particular product.

    Thread Starter ZeroGravity

    (@zerogravity)

    Hi @pratik-jain,

    Thanks for your reply but that setting seems to remove the quantity from the checkout page as well. I only want to remove the quantity from the product page and the download button shortcode but leave it on the checkout.

    i.e. Product page and download button – no quantity.
    Checkout page – show the quantity.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disable Quantity Field on Download not working’ is closed to new replies.