- Posts: 71
- Thank you received: 0
Show price without TAX in subtotal
6 years 8 months ago #314357
by vaughan
Show price without TAX in subtotal was created by vaughan
Please Log in or Create an account to join the conversation.
6 years 8 months ago #314398
by nicolas
Replied by nicolas on topic Show price without TAX in subtotal
Hi,
You'll have to edit the file "show_block_cart" via the menu Display>Views and change the line:
to:
You'll have to edit the file "show_block_cart" via the menu Display>Views and change the line:
Code:
echo $this->currencyClass->format(@$cart->total->prices[0]->price_value_with_tax,@$cart->total->prices[0]->price_currency_id);
Code:
echo $this->currencyClass->format(@$cart->total->prices[0]->price_value,@$cart->total->prices[0]->price_currency_id);
The following user(s) said Thank You: vaughan
Please Log in or Create an account to join the conversation.
6 years 8 months ago #314435
by vaughan
Replied by vaughan on topic Show price without TAX in subtotal
Great!
Thanks a lot
Thanks a lot
Please Log in or Create an account to join the conversation.
6 years 5 months ago #317985
by nickk
Replied by nickk on topic Show price without TAX in subtotal
Not seeing that code in the show_block_cart view. Has this changed in 3 months?
I'd like no tax to show in checkout product list in either unit price or total price, the tax listed on its own line after subtotal with Label "Taxes", and then below that add the subtotal and taxes for the Total line. I'm guessing I'm missing something simple since this is a pretty standard format.
Is it possible to do that?
I'd like no tax to show in checkout product list in either unit price or total price, the tax listed on its own line after subtotal with Label "Taxes", and then below that add the subtotal and taxes for the Total line. I'm guessing I'm missing something simple since this is a pretty standard format.
Is it possible to do that?
Please Log in or Create an account to join the conversation.
6 years 5 months ago #317995
by nicolas
Replied by nicolas on topic Show price without TAX in subtotal
Hi,
It didn't change, that code is still there. Please check again.
Note that if you turn off the "show taxed prices" setting in the HikaShop configuration, it will display without taxes in either the unit price column, the total column nor the subtotal cell.
It didn't change, that code is still there. Please check again.
Note that if you turn off the "show taxed prices" setting in the HikaShop configuration, it will display without taxes in either the unit price column, the total column nor the subtotal cell.
Please Log in or Create an account to join the conversation.
6 years 5 months ago #318023
by nickk
Replied by nickk on topic Show price without TAX in subtotal
Found it, thanks.
The checkout now displays the tax and subtotal, however the unit price in the list above that still includes price with tax (see attachment). Is there a way to display unit price in the list without the tax, then just add it at the bottom (as it is now) with subtotal and tax for total? Do I need to edit the view again for that?
Here is the cart screenshot where taxes are not included in the unit price:
Appreciate your help and responsiveness!
The checkout now displays the tax and subtotal, however the unit price in the list above that still includes price with tax (see attachment). Is there a way to display unit price in the list without the tax, then just add it at the bottom (as it is now) with subtotal and tax for total? Do I need to edit the view again for that?
Here is the cart screenshot where taxes are not included in the unit price:
Appreciate your help and responsiveness!
Please Log in or Create an account to join the conversation.
6 years 5 months ago #318027
by nicolas
Replied by nicolas on topic Show price without TAX in subtotal
Hi,
You don't need to edit any code for that.
In fact, you could even remove the code change that you did already.
You just need to deactivate the "Price with tax" of the "cart" view in the "Checkout workflow" section under the "Checkout" tab of the HikaShop configuration page.
You don't need to edit any code for that.
In fact, you could even remove the code change that you did already.
You just need to deactivate the "Price with tax" of the "cart" view in the "Checkout workflow" section under the "Checkout" tab of the HikaShop configuration page.
Please Log in or Create an account to join the conversation.
6 years 5 months ago #318041
by nickk
Replied by nickk on topic Show price without TAX in subtotal
Perfecto! Thanks Nick! I left the edit as it appears to display as intended.
Please Log in or Create an account to join the conversation.
6 years 4 months ago #319056
by nickk
Replied by nickk on topic Show price without TAX in subtotal
I'd like to do the same thing with HikaShop Cart Module, by showing total with tax included.
Please Log in or Create an account to join the conversation.
Less
More
- Posts: 12953
- Thank you received: 1778
6 years 4 months ago #319057
by Mohamed Thelji
Replied by Mohamed Thelji on topic Show price without TAX in subtotal
Hello,
To do that you'll just have to go to your module configuration page and use the "Show taxed prices" option through the "Hikashop options" tab.
Kind regards,
Mohamed.
To do that you'll just have to go to your module configuration page and use the "Show taxed prices" option through the "Hikashop options" tab.
Kind regards,
Mohamed.
The following user(s) said Thank You: nickk
Please Log in or Create an account to join the conversation.
Time to create page: 0.254 seconds