Tax on checkout
10 years 7 months ago #230773
by Henrik
Thanks
Henrik Ris
Tax on checkout was created by Henrik
-- url of the page with the problem -- : pandrupblomster.dk
-- HikaShop version -- : 2.6.1
-- Joomla version -- : 3.4.8
-- PHP version -- : 5.6.16
-- Browser(s) name and version -- : 48.0.2564.116 m
When my customers come to checkout i want them to se prices on invoice, and on the invoice on email:
Like this
1.Total without tax
2. Delivery amount without tax
3. Tax
4.Total included tax
Can anyone help me how i get it done in my checkout?
-- HikaShop version -- : 2.6.1
-- Joomla version -- : 3.4.8
-- PHP version -- : 5.6.16
-- Browser(s) name and version -- : 48.0.2564.116 m
When my customers come to checkout i want them to se prices on invoice, and on the invoice on email:
Like this
1.Total without tax
2. Delivery amount without tax
3. Tax
4.Total included tax
Can anyone help me how i get it done in my checkout?
Thanks
Henrik Ris
Please Log in or Create an account to join the conversation.
10 years 7 months ago #230840
by nicolas
Replied by nicolas on topic Tax on checkout
Hi,
If the "show taxed prices" setting is deactivated in the HikaShop configuration, it should already display like that.
You can also add at the top of the file step of the view checkout after the php tag, in the menu Display->Views, the code :
$this->params->set('price_with_tax',0); //or 1 for taxed prices
And that will force it on the checkout page
If the "show taxed prices" setting is deactivated in the HikaShop configuration, it should already display like that.
You can also add at the top of the file step of the view checkout after the php tag, in the menu Display->Views, the code :
$this->params->set('price_with_tax',0); //or 1 for taxed prices
And that will force it on the checkout page
Please Log in or Create an account to join the conversation.
10 years 7 months ago #230888
by Henrik
Thanks
Henrik Ris
Replied by Henrik on topic Tax on checkout
Perfekt that is like i want it on the invoice.
But now the prices in the shop is without VAT?I would like them to stand with VAT in the shop
But now the prices in the shop is without VAT?I would like them to stand with VAT in the shop
Thanks
Henrik Ris
Please Log in or Create an account to join the conversation.
10 years 7 months ago #230890
by nicolas
Replied by nicolas on topic Tax on checkout
Hi,
Then you need to keep that option turned on and instead add the code modification as I explained in my previous message.
Then you need to keep that option turned on and instead add the code modification as I explained in my previous message.
Please Log in or Create an account to join the conversation.
10 years 7 months ago #230949
by Henrik
Thanks
Henrik Ris
Replied by Henrik on topic Tax on checkout
Okay thanks, you might have a tutorial on how and where I put it into the website.
Thanks
Henrik Ris
Please Log in or Create an account to join the conversation.
10 years 7 months ago #231042
by nicolas
Replied by nicolas on topic Tax on checkout
Hi,
Here is a documentation page which explains how to modify views in HikaShop:
www.hikashop.com/support/documentation/1...ize-the-display.html
Here is a documentation page which explains how to modify views in HikaShop:
www.hikashop.com/support/documentation/1...ize-the-display.html
Please Log in or Create an account to join the conversation.
Time to create page: 0.203 seconds