Hi Mitchell,
Not displaying the discount code prompt if no codes have been created in the back end is a good idea and something we will consider for a future update.
In the meantime, you could add the following code to the “Custom CSS” box found in the “Basic” area of the “Options” tab:
.ewd-feup-discount-div {
display: none;
}
Thank you
Thank you for the work-around (it works) and quick response.
Two more small points …
1) Could you add the following prompt to those that can be customized in the Options | Labelling
“Payment required. Please use the form below to pay your membership or subscription fee.”, since all people need to do at that point is to click on the “Proceed to Payment” icon and there is no form to look for.
2) I tried to enter an anchor URL (<a href=”…) into the custom labelling text and the backslashes got converted or confused. Is there an escape way to enter these, or can this not currently be done (I’m trying to provide the link were people can register as part of the replacement text hidden from non-registered users).
Hi Mitchell,
1) We’ll add this to the labelling options in an update in the near future.
2) I don’t believe it is possible to use quotes in the label at the moment. Thank you for the suggestion, though.