Posted: September 12, 2012 at 7:37 am
|
Hi ive got a few problems with how the price of my events are displayed. Also Thanks for your time |
|
September 13, 2012 at 12:08 am Hello, The way it is set up, the surcharge area needs some sort of figure to work. IT can be set up to either show something like £20 VAT or 17.5% VAT, but unfortunately, not just VAT. In the Confirmation page, to remove Prive per Attendee you will need to code edit confirmation_display.php, which can be copied to your uploads/espresso/templates folder. On line 42, remove or comment out this
|
|
September 13, 2012 at 12:44 pm ye that fix works great thanks is there anyway i can just hide the price from the registration page aswell then? |
|
September 13, 2012 at 11:29 pm Copy registration_page.php and registration_page_display.php over to the uploads/espresso/templates folder. In the newly copied registration_page_display.php line 160 change the line there to this (note its just an addition of two // )
|
|
Yep thats worked, thanks alot mate |
|
on closer inspection this seems to have broken the pricing section of the plugin, all events no matter what price i set in the event manager cost £0.00 now. and this has only happened since i modified the files you stated? |
|
I can only assume you may have added it to the wrong bit, the code change only stops the price from being displayed on the registration page, it does not change or effect any other code. Can you copy and paste the section your changed please? |
|
Line 38-44 inclusive from confirmation_display
Line 160-161 of registration_page_display |
|
although i have removed all 3 files you suggested (not replacing them) and no change. (if that helps) |
|
line 160-161 of registration_page_display (didnt post before for some reason) |
|
on further inspection its and error in the (turned out i hadnt removed them and it now works, but i still need to stop the price from being shown on that page |
|
Hey Perhaps I overcomplicated this, so sorry, I thought it was a quick and simple solution. Other options: Copy the confirmation_display.php to your uploads/espresso/templates folder. Either add a CSS class to the |
|
September 25, 2012 at 10:56 am to the? |
|
Ooops, sorry about that. Either add a class to the Those line numbers are approx. |
|
ye that removes the price on the confirmation display page, i need to remove the price from being shown on the registration page without breaking the overall priceing |
|
If you mean the individual registration pages then the price already has a class .event_prices. You can use the same display_none; trick with that too. |
The support post ‘Price Display options’ 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.