Skip Navigation

[Resolved] add a comma to price dropdown ie £10,000, within ‘blocks’

This thread is resolved. Here is a description of the problem and solution.

Problem:
add a comma to price dropdown filter display value ie £10,000, within 'blocks'

Solution:
Toolset offers the placeholder %%COMMA%% that you should use to display the comma with your display value.

For example - you should configure your display value as that will result in £10,000 as output:

£10%%COMMA%%000

Relevant Documentation:

This support ticket is created 4 years, 10 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 2 replies, has 2 voices.

Last updated by danielM-30 4 years, 10 months ago.

Assisted by: Minesh.

Author
Posts
#1795683
ScreeShot 1.png
Ss -2.png

Tell us what you are trying to do?
add a comma to price dropdown ie £10,000, within 'blocks' instead of £10000
Is there any documentation that you are following?

Is there a similar example that we can see?

What is the link to your site?
hidden link

#1796395

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

Toolset offers the placeholder %%COMMA%% that you should use to display the comma with your display value.

For example - you should configure your display value as:

£10%%COMMA%%000

Basically you should use the placeholder %%COMMA%% where ever you want to display the comma with your display value of your filter.

#1796487

My issue is resolved now. Thank you!