Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 12-05-2020 11:51:53

Graham
Member
Registered: 09-30-2004
Posts: 981
Website

How do I stop product options saying (£xx Zero VAT)?

I have various add-on options on my products, for example:


Add any of the following Cleaning Products at discounted prices
[ ] CLEAN 1 - Pjur Cleaning Spray (Normally £11) (£10.00 Zero VAT)


(The [ ] is a checkbox )


I want the  (£10.00 Zero VAT) part to just say £10.00 with no brackets and without the "Zero VAT"

How do I do this?

Last edited by Graham (12-05-2020 11:52:24)

Offline

 

#2 12-05-2020 17:07:29

Graham
Member
Registered: 09-30-2004
Posts: 981
Website

Re: How do I stop product options saying (£xx Zero VAT)?

An addendum to this:

I have some products that can be bundled in at discounted prices, for instance:

Choose Flogger Type*
() Red Rose Cat o’Nine Tails
() Black and Purple Cat o’Nine Tails
() Black Loop Tail (£15.00 Zero VAT)

(The () is a radio button)

The first two are at the base price, the last one costs £15 more.

Again, I want the third option to say: + £15.00 without brackets

Offline

 

#3 12-06-2020 08:04:17

zanart
Member
From: bedford
Registered: 04-02-2008
Posts: 1706

Re: How do I stop product options saying (£xx Zero VAT)?

Have you changed the settings for:
Country Tax: European Union VAT Rules - Display Zero Tax*
Country Tax: European Union VAT Rules - Display Tax Summary In Orders*

in Dashboard / System / Component / Settings / Tax Settings.

I will try and remember where you need to edit the () around the price display, but I expect it is in one of the ecom/includes.


Rob

Offline

 

#4 12-06-2020 21:16:20

Graham
Member
Registered: 09-30-2004
Posts: 981
Website

Re: How do I stop product options saying (£xx Zero VAT)?

"Country Tax: European Union VAT Rules - Display Zero Tax" is set to True

"Country Tax: European Union VAT Rules - Display Tax Summary In Orders" is set to False.

My business is not VAT registered, so I don't want any mention of VAT in the prices.

Offline

 

#5 12-07-2020 09:34:21

zanart
Member
From: bedford
Registered: 04-02-2008
Posts: 1706

Re: How do I stop product options saying (£xx Zero VAT)?

DISPLAY Zero Tax probably wants to be false as you do not want to display the zero tax message that is being displayed.


Rob

Offline

 

#6 12-07-2020 10:29:21

Graham
Member
Registered: 09-30-2004
Posts: 981
Website

Re: How do I stop product options saying (£xx Zero VAT)?

Ah, that worked, thanks very much :-)

It looked like it meant "Display without tax added" rather than "Display saying Zero Tax".

Now I just need to figure out how to get rid of the brackets ie (£15.00) and make it + £15.00

Offline

 

#7 12-07-2020 11:33:17

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: How do I stop product options saying (£xx Zero VAT)?

Graham doesn't use VAT, so he should turn on the Standard Tax System to avoid it.  More info:

https://forum.kryptronic.com/viewtopic.php?id=34436


Nick Hendler

Offline

 

#8 12-07-2020 12:42:06

Graham
Member
Registered: 09-30-2004
Posts: 981
Website

Re: How do I stop product options saying (£xx Zero VAT)?

Thanks for that.

Please can you tell me how to get rid of the brackets as mentioned in post #2

Offline

 

#9 12-08-2020 08:10:33

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: How do I stop product options saying (£xx Zero VAT)?

You'll find that code in the ECOM_Prod class ({private}/apps/ecom/ECOM_Prod/ECOM_Prod.php) in the prodshowoptlite() function.  Look for this:

Code:

if (!(empty($pricetext))) {$values[$osid] .= ' (' . $pricetext . ')';}

Nick Hendler

Offline

 

#10 12-08-2020 08:29:12

Graham
Member
Registered: 09-30-2004
Posts: 981
Website

Re: How do I stop product options saying (£xx Zero VAT)?

Thanks, that's great.

Offline

 

Board footer