- Posts: 4
- Thank you received: 0
Showing Price incl. Tax
- Elisa
- Topic Author
- Offline
- New Member
-
Less
More
12 years 4 months ago #23485
by Elisa
Showing Price incl. Tax was created by Elisa
Hello Tuan!
How can i show up the price including Taxes in Event-Details?
Thanks and Regards
Elisa
How can i show up the price including Taxes in Event-Details?
Thanks and Regards
Elisa
Please Log in or Create an account to join the conversation.
- Elisa
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 4
- Thank you received: 0
12 years 4 months ago #23489
by Elisa
Replied by Elisa on topic Re: Showing Price incl. Tax
I helped myself and edited this file: /components/com_eventbooking/views/common/event.php
on top i added:
$mwst = $item->individual_price * "1.19";
in line 169 i put the new variable in.
echo EventBookingHelper::formatCurrency($mwst, $this->config, $item->currency_symbol);
rgds
Elisa
on top i added:
$mwst = $item->individual_price * "1.19";
in line 169 i put the new variable in.
echo EventBookingHelper::formatCurrency($mwst, $this->config, $item->currency_symbol);
rgds
Elisa
Please Log in or Create an account to join the conversation.
Moderators: Tuan Pham Ngoc
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.