Free and Premium WordPress Plugins & Themes Forums WordPress Plugins Restaurant Menu Remove Currency Sign on Price
- This topic has 3 replies, 2 voices, and was last updated 7 years ago by J. Davis.
- AuthorPosts
- May 23, 2017 at 12:26 am #523956AprilGuest
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.May 23, 2017 at 3:47 pm #524213J. DavisKeymasterHi April,
Yes, you can simply disable eCommerce option at plugin settings (Sell food and beverages online).
Best regards,
JohnAugust 23, 2017 at 2:30 pm #561924AprilGuestYes, but doing that does not remove the currency symbol in front of the price. Any ideas?
August 29, 2017 at 2:28 pm #564006J. DavisKeymasterHi 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 themeadd_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 - AuthorPosts
- You must be logged in to reply to this topic.