Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add filters and options for restaurant menu items. #5

Closed
briancwelch opened this issue Feb 7, 2015 · 3 comments
Closed

Add filters and options for restaurant menu items. #5

briancwelch opened this issue Feb 7, 2015 · 3 comments

Comments

@briancwelch
Copy link
Contributor

Since we are requiring this plugin as the base: https://wordpress.org/plugins/restaurant/, we are going to need to add additional post data and also add some options for how the data is displayed.

Currently the plugin only supports the output of menu prices in USD, however the dollar amount is static, and we can offer an option for the user to select which currency type is to be displayed using the customizer.

It would be preferred to find a method that retrieves worldwide currency types via API and populates the select box with the data. That way, we do not have to hard-code in specific currency types to be selected and can support all known currencies that restaurants may use.

We may also need to add additional filters, such as if a menu item is gluten free, allergen info, etc.

@briancwelch
Copy link
Contributor Author

Looks like we might be able to use this: http://www.freecurrencyconverterapi.com/api/v3/currencies

@briancwelch
Copy link
Contributor Author

@briancwelch
Copy link
Contributor Author

Fixed in 3040bd4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant