Easy Digital Downloads display issue

KomissarMinsky

Active member
Nov 13, 2018
339
128
43
Hi all.
This site i'm working on, using Noor theme and child theme.


You'll note that the items display is showing 2 purchase buttons - I've looked just about everywhere and I'm just not seeing where I can remove one and only have a single add to cart button there.
Anyone got any idea's on how to remove that 2nd button?

All help gratefully appreciated.
 

jackdanielz

New member
May 5, 2022
24
11
3
Hi all.
This site i'm working on, using Noor theme and child theme.


You'll note that the items display is showing 2 purchase buttons - I've looked just about everywhere and I'm just not seeing where I can remove one and only have a single add to cart button there.
Anyone got any idea's on how to remove that 2nd button?

All help gratefully appreciated.
Your "edd_purchase_submit_wrapper" contains a button and an input field. The input field should only send the value in the background.

<div class="edd_purchase_submit_wrapper">
<button>$13.00 – Place Into That Cart</span></button>
<input type="submit" value="$13.00 – Place Into That Cart">
</div>

Therefore you should set it from "submit" to "hidden".

current:
<input type="submit" value="$13.00 - Place Into That Cart">

change to:
<input type="hidden" value="$13.00 - Place Into That Cart">
 
  • Like
Reactions: KomissarMinsky

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu