TOPIC: Product displays final price ony

Product displays final price ony 10 years 6 months ago #2085

  • klout
  • klout's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 7
  • Karma: 0
Hi

I am looking to display prices without tax in my product.

In virtuemart I select configuration > pricing and alter the table. Nothing changes on my product page.

I can only display final price next to my product without a label.

Please can you offer any advice.

Thank you.
Last Edit: 10 years 6 months ago by klout.
The administrator has disabled public write access.

Re: Product displays final price ony 10 years 6 months ago #2088

  • linh_omg
  • linh_omg's Avatar
  • OFFLINE
  • Moderator
  • Posts: 908
  • Thank you received: 568
  • Karma: 25
Hi,
There are 2 ways:

1. in backend, edit your tax rate (please make sure you configured the country and currency, tax rate) and set the tax rate to 0.00001% for example. Also the shipping tax and other taxes (if have) will need set to that number.

So the price will nearest same your base price.

2. Edit /templates/ot_swatch/html/com_virtuemart/productdetails/default_showprices.php
and remove the comment ("//") at beginning of this line:
//echo $this->currency->createPriceDiv('priceWithoutTax', 'COM_VIRTUEMART_PRODUCT_SALESPRICE_WITHOUT_TAX', $this->product->prices);

Thanks!
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Last Edit: 10 years 6 months ago by linh_omg.
The administrator has disabled public write access.

Re: Product displays final price ony 10 years 6 months ago #2096

  • klout
  • klout's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 7
  • Karma: 0
Perfect linh_omg ! Works superb.

Thank you for your support.
The administrator has disabled public write access.
Time to create page: 0.097 seconds