Support

Home Forums Event Espresso Premium Confirmation emails, button customization

Confirmation emails, button customization

Posted: September 19, 2013 at 4:26 pm


Peter Ronai

September 19, 2013 at 4:26 pm

Hi,

after playing with the settings, and custom css, i have some questions again.

1. I want to customize the “Enter Attendee Information” button, but i am confused, about the css class. What should I use for it?

2. After clicking on Check/Money order at Offline Payment options, there are two text lines:
– Amount Due:
– Mailing Address:

It’s empty, there is nothing written, how can I remove them?

3. I want to do the following: There are two options to pay
a., Paypal
b., Check/Money order

a., I want to send the customer an event customized email, what is just sending out after successful paying, and saving the customers informations in the database.

b., In Offline Payment case, I want to send the customer the email after clicking on the Check/Money order option, and in the same time the customers informations should be saved in the database too.

4. How can I embed a google map to the ticket?

5. In that case, when the ticket buyer, and the other attendees email address is the same, is it not possible to send the tickets in one email?

Thank you very much!
Regards
Peter


Dean

September 20, 2013 at 2:55 am

Hi,

1) Use the ID instead, #event_espresso_continue_registration

2) I assume you mean the Payable To and Mailing Address? If so, a little creative CSS can remove those

#check-payment-option-form-dv div p:nth-child(3) { display:none; } /*payable to*/
#check-payment-option-form-dv div p:nth-child(4) { display:none; } /* address */

3) This is a löittle difficult as you are wanting one gateway to do one thing and another gateway to the the opposite thing.

3a) If the option “Send registration confirmation emails before payment is received?” is set to No in the General Settings, the email will only go out once payment is confirmed and the user is set to Completed.

3b) This can be done but requires some customisation of the gateway files. Some one requested this on the forum, check this post and the ones it links to https://eventespresso.com/topic/send-confirmation-email-after-selecting-invoice-payment-method-reopening/

4) The default ticket already has the map embedded, you just need to make sure there is a venue attached to the event.If you are making a custom ticket template, I would refer to the default template for asisstance witht he map code.

5) Currently no.


Peter Ronai

September 25, 2013 at 7:08 am

Hi Dean,

Thank you for the help!

1. The ID worked, but i have an other button, which I could not customize, can you help me with this last one? This is the “Confirm and go to payment page” button.

2. This worked well, thank you!

3b. I copied the code, and its working, but I have the same duplicate email problem. Do you have an idea, how to fix it?

4. I want to use a link on my site, which is directly leading to an events cart. Is it possible?

Thank you for your help, I appreciate it!
Peter


Dean

September 26, 2013 at 1:22 am

Hi Peter,

1) Got a link to the page in question please?

2) No problem!

3) Are these duplicate emails to the Admin or to the Attendee? Have you modified any template files?

4) Depends what you mean. If you want a link to add events to the cart then you can use these shortcodes – https://eventespresso.com/wiki/shortcodes-template-variables/#add-to-cart

If you just want a link to the cart, then you can use this url

http://www.yoursite.com/event-registration/?regevent_action=show_shopping_cart

Change the site url to yours, and the event-registration part to the slug of the page you are using as the main event registration page. The key bit is ?regevent_action=show_shopping_cart


Peter Ronai

September 26, 2013 at 4:17 am

Hi Dean,

1. the button is on this page: http://www.mysite.com/event-registration/?page_id=1003&regevent_action=load_checkout_page

3. Both emails are double, the one the attendees getting, and the one the admin.
https://eventespresso.com/topic/question-on-registration-confirmationnotification-email/
I did the same as here, and I used the uploads folder: http://pastebin.com/zYeeuDG9

4. I have a button built in my template at the events for Tickets. I can paste in the form a link, and I want the same effect, as clicking on this button: [ESPRESSO_CART_LINK event_id=”1″ direct_to_cart=1 moving_to_cart=”redirect to cart…”]

Thank you!
Peter


Dean

September 27, 2013 at 2:30 am

Hi Peter,

1) This button? — Tovább a fizetési mód kiválasztásához »

If so it doesn’t have an ID, but you could try using either this class btn_event_form_submit or the general submit class, but the submit class may afect other buttons on the site.

3) As mentioned here https://eventespresso.com/topic/send-confirmation-email-after-selecting-invoice-payment-method-reopening/, I havent had any issues with it. You could try the troubleshooting method I ahve outline inthat thead. If nothing, let us know and I will pass it to Sidney who wrote the code snippet to look into it.

4) I think I understand. YOu would need to edit the template and add this id . ‘” direct_to_cart=1 moving_to_cart=”redirect to cart…”]’); ?>

That will add a link to the event that will add the event to cart

The support post ‘Confirmation emails, button customization’ 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