Support

Home Forums Event Espresso Premium Promotions/Discount Submit Button Needs Appropriate Text

Promotions/Discount Submit Button Needs Appropriate Text

Posted: July 24, 2017 at 12:57 pm

Viewing 1 reply thread


Mike

July 24, 2017 at 12:57 pm

This is a continuation of the support topic that was posted here – https://eventespresso.com/topic/promotion-code-area-just-a-search-bar/ At the registration page, the text box to input a discount code only has a button that says “Submit” at the end, which is certainly not obvious to the user that this is where a discount code should be entered.

It is completely unacceptable and irresponsible programming on your part that this problem even exists. I just paid $80 for your plugin – for me to have to do anything with the functions.php file or custom.css just to display the text necessary for folks to know where to input their discount code is absolutely ridiculous – ESPECIALLY since this has been asked about many times on your forum.

I’ve tried everything, and nothing seems to work. I am running the latest versions of both plugins – EE version 4.9.44.p and Promotions version 1.0.11.p.

Here is the code I tried pasting into my functions.php file with no results.

//* Add a label for the promotion code field
add_filter( 'FHEE__EED_Promotions___add_promotions_form_inputs__ee_promotion_code_input__html_label_text', 'ee_registration_checkout_promotions_heading' );
function ee_registration_checkout_promotions_heading() {

 return 'Enter your Discount Code';
}

Please help!


Josh

  • Support Staff

July 24, 2017 at 2:05 pm

Hi Mike,

the text box to input a discount code only has a button that says “Submit” at the end, which is certainly not obvious to the user that this is where a discount code should be entered.

It sounds like the Promotions options page setting didn’t save correctly. Normally the button itself will look like this (no CSS or functions.php needed). Here’s what the button looks like on another site:

https://www.evernote.com/l/AASDX0B-JqxG45tkoYmoHulQCiPZdWO_tYg

If you go to Event Espresso > Promotions > Settings and click on save does the button text begin to show the complete text?

Viewing 1 reply thread

The support post ‘Promotions/Discount Submit Button Needs Appropriate Text’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso