Descrizione
This plugin allows restaurants using Foodchow to easily embed their online ordering system into a WordPress site.
Simply enter your Foodchow subdomain name (e.g. foodchowdemo) in the plugin settings, and the plugin will automatically generate the full ordering URL (https://foodchowdemo.foodchow.com).
Then use the shortcode [foodchow_ordering] on any page or post to display your ordering system.
Shortcode Options
-
[foodchow_ordering]
Loads the ordering URL based on the subdomain entered in settings. -
[foodchow_ordering url="https://example.foodchow.com" width="100%" height="800"]
Override settings and manually define a Foodchow URL with custom width/height.
Installazione
- Upload the plugin files to the
/wp-content/plugins/foodchow-ordering/directory, or install directly from the WordPress admin. - Activate the plugin through the ‘Plugins’ menu.
- Go to Dashboard Foodchow Ordering, and enter your Foodchow subdomain name (example:
foodchowdemo). - Use the shortcode
[foodchow_ordering]on any page or post to display the ordering iframe.
FAQ
-
Do I need to enter the full URL?
-
No. Just enter your subdomain (e.g.
foodchowdemo). The plugin automatically addshttps://and.foodchow.com. -
Can I override the settings for a specific page?
-
Yes. You can pass a custom
url,width, andheightdirectly inside the shortcode.
Recensioni
Contributi e sviluppo
“FoodChow Ordering” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.
CollaboratoriTraduci “FoodChow Ordering” nella tua lingua.
Ti interessa lo sviluppo?
Esplora il codice segui il repository SVN, segui il log delle modifiche tramite RSS.
Changelog
1.1
- Updated settings to only require subdomain name.
- Improved shortcode flexibility.
- Minor bug fixes and enhancements.
1.0
- Initial release with full URL input.