Currency & Price Field

How to add text after / before price e.g. /month
This article explains how to /month text after the price e.g. like this You can edit price field via Vehica Panel > Custom Fields > Edit “Price” field   Set “Text before value” and “Text after value” e.g. “/month”   You can also have multiple price fields e.g. one for full price, month rent, day ...
Wed, 16 Feb, 2022 at 11:16 AM
How to change currency and price format?
You can set your Currency in the /wp-admin/ > Vehica Panel > Basic Setup > Currencies   You can change currency name (e.g. GDP), Currency Sign (e.g. £) and Sing Position (Before / After the number) and Format. The easiest way to find your Currency Sign e.g. £ is searching it in Google and copy / paste ...
Wed, 22 Jun, 2022 at 10:51 AM
Multi currency
Vehica can have more than 1 currency in the same time. You can add it in the Vehica Panel   You can add Currency switcher via “Currency Switcher” widget   You can also turn on top bar in your Main Menu
Wed, 16 Feb, 2022 at 11:17 AM
More than 1 price on cards
This code PHP displayed other price filed on card-big on your website.   Important: Make changes on the child theme – after update the theme, you don’t lose it, and before starting always do a backup of your website.      </br> <span style="font-size: 12px ; color: orange; ">         ...
Fri, 17 Mar, 2023 at 9:29 AM
Price Field – 3 or more decimal places (e.g. Bitcoin – 0.00000001 BTC)
If you need more decimal places e.g. 8 for Bitcoin ( 0.00000001 BTC) – please add this code to your Child Theme functions.php file (read more about child themes here). add_filter('vehica/price/decimalPlaces', function () { return 8; });   If you need only 3 decimal places (e.g. 0.001 ETH) please use this...
Thu, 17 Feb, 2022 at 12:36 PM