- This topic has 3 replies, 2 voices, and was last updated 7 years, 9 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Free and Premium WordPress Plugins & Themes Forums WordPress Plugins Restaurant Menu Remove Currency Sign on Price
Hi! Testing out your plugin for a restaurant website and would like to not have the currency sign in front of the price. Website will not be used for ecommerce, simply a menu of items.
Is this possible?
Thanks a ton.
Hi April,
Yes, you can simply disable eCommerce option at plugin settings (Sell food and beverages online).
Best regards,
John
Yes, but doing that does not remove the currency symbol in front of the price. Any ideas?
Hi April,
You can try to add a new currency but without adding a label. try to add the code below to functions.php file of your theme
add_filter( 'mprm_currencies', 'add_my_currency' );
function add_my_currency( $currencies ) {
$currencies['TEST'] = __( 'Currency name', 'mprm' );
return $currencies;
}
Then go to Restaurant Menu>Settings>Currency Settings and scroll the list of labels to the bottom. There you will find added currency. Select it and save changes.
Best regards,
John
This website uses cookies
By clicking “Accept All”, you agree that we can store cookies on your device and disclose information in accordance with our Cookie Policy
Necessary Cookies
These cookies are essential for website functionality and cannot be disabled.
Advertising
These cookies, set by us and our advertising partners, aim to give you useful content and measure how well it works.
Analytics
These cookies help us improve performance by tracking user interactions on our website.