Support

Home Forums Event Espresso Premium Position symbol and more

Position symbol and more

Posted: March 1, 2013 at 2:21 am


diego sanz

March 1, 2013 at 2:21 am

Hello, I would like to know how I can change the order in which it appears the price of an event. Now looks like this: EUR100 and I want to display and 100EUR, ideally with a space between the number and the symbol, but in that order.

Also wanted to ask, as I can do to make an event that puts a price, for example 80 Eur payment method either at the time of entering the event and only online booking. Is that possible?

Finally, when an event lasting several days, as I can do to make the entrance to the qrcode fits all day throughout the event?

Thank you very much and sorry for my English translator of google


Jonathan Wilson

March 1, 2013 at 4:22 pm

Hello,

To move the currency symbol behind the price, you will need to edit the event_list_display.php file. On line 70, you will see this code:

<?php echo  $org_options['currency_symbol'].$event->event_cost; ?></p>

You need to remove it add insert this in it’s place:

</span> <?php echo ($event->event_cost) ?><?php echo  $org_options['currency_symbol'] ?></p>

I am sorry, I do not understand your second question. Can you explain? Are you talking about deposits? If so, Event Espresso does not have depositing functionality at this time.

I do not understand your last question either. Can you explain further? Thank you.


diego sanz

March 2, 2013 at 7:25 am

First of all thank you for answering quickly.
The questions I have is this, I hope to explain well.
The idea I have is to see the price of the event, but the internet only reserve a place, and that the event that the payment is cleared on the day of the event at the entrance of the door. It would be to pay in hand.

The other problem I have, is how to create a ticket with qr code, valid for several days. an example would be if I have to go into a gym with a ticket with qr code. Upon entering the first day the code reader would accept the entry, but the next day it would not be that input that is already used.

thanks


Jonathan Wilson

March 2, 2013 at 8:45 am

Hello again,

You could activate invoice payments in Payment Settings. This will email the attendee an invoice that they can bring to the event and pay when they arrive. Then, you could print their ticket with the QR code that will allow them entry to the event for that day.


djego sanz

March 3, 2013 at 4:26 am

hello,
I added the code and changed the position of the symbol, but only in the event list, when I enter the event € symbol appears before the value of the price.


Jonathan Wilson

March 4, 2013 at 2:14 pm

Hi,

Unfortunately, you would have to modify core files to change it on the event details page. We do not advise the modifying of core files.

The support post ‘Position symbol and more’ 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