Posted: March 7, 2013 at 3:55 am
|
I do not want the event pricing and payment to show, as we will issue invoices manually. What do I do? |
|
Hello, You will need to amend the templates to remove mention of the prices. Start of by copying these files to your wp-content/uploads/espresso/templates directory event_list.php You will only edit 2 files, but all four are needed. in registration_page_display, do a search for espresso_price_select and then you will need to remove the line of code containing that. You would be advised to remove the code above to get rid of the labels for example
Where it says important dont remove this, if you do remove the ?> it will break the template. In event_list_display.php look for p_event_price. this is easier because there are just two lines you can remove
and
As always back things up before hand, make sure you have FTP access and if possible test changes on a development or local server before changing on your live server. |
|
Thank you, as we can not use the payment options (multi currency CHF/EUR) we would like to remove as well the pricing and payment from Event Espresso. Server said: Rename /cal.bz/wordpress/wp-content/uploads/espresso/templates/event_list copy.php: Permission denied I tried to change the folder to be able to write in it (octal:777), but that is not possible, alsways jumps back to 755. |
|
Oh, I forgot: |
|
Hi,
Dont have a space in the name, I don’t think the server will like that. And 755 is sufficient.
Do you mean from the admin side? That would be more difficult, practically a re-write of the plugin. |
|
Also without Space it does not work. Just hiding the payment option would be sufficient but not the best option. |
|
I have removed the codes in the two templates. But nothing happens! |
|
@Ralph it sounds like it is a server error more than anything. You would need to talk to your host regarding that. @Tone Have you checked your cache is clear? The removal of that code happily deleted prices from my website. I am assuming you copied the files to the uploads directory and edited them there? |
|
Tone Have you checked your cache is clear? The removal of that code happily deleted prices from my website. I am assuming you copied the files to the uploads directory and edited them there? Uploads -> espresso -> templates??? |
|
I copied the files to the uploads directory -> espresso -> templates. But it does not do the work! Did I misunderstand sth? |
|
I managed! Hurray! |
|
yet price per attendee + total price display in next window (when submitting the form). Can you please help? |
|
I can copy the files in the uploads folder but neither in the espresso nore in the templates folder. So I assume it is not a server problem. |
|
Hi Tone, GLad you got it worked out. The confirmation_display.php contains the code for prices on that page. Remove these sections.
and
To remove the second button you can use CSS, add this to your themes style.css or a plugin such as My Custom CSS.
|
|
@Ralph I have seen it before where some folders are accessible and some arent. It is unlikley an issue with event Espresso as it says Permission denied And that is to do with the file transfer or server. |
|
It was an issue from the server. |
The support post ‘Urgent!!! Remove event pricing and payment’ 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.