- T&C's - About Licences
- WPPizza + Woocommerce
- Privacy (GDPR)
- Customisation
- Sorting categories
- Adding menu items
- Sorting menu items
- Menu item images
- Registration before ordering
- Changing admin name / icon
- How do I receive the orders
- Sending html emails
- Display menu without online order
- Best theme to use
- Gmail smtp settings
- Using a cache plugin
- Removing version numbers
- Autoprint order
- Integrating POS systems
- WPPizza in other languages
- WPPizza as mobile App
- Extensions: Bundles / Discounts
- Submitting bugs, help, feature requests
6.Adding a menu item
go to: wppizza->add new
add title, description, any preservatives the item might have (editable from wppizza->settings->additives), select pricetier (editable from wppizza->settings->meal sizes) and add prices as required.
make sure to also select at least one category.
if you wish to add an image, either set a featured image for this menu item (if available in your theme) or add an image as normal in your description.
the size of the featured image displayed will depend on your thumbnail size set in settings->media: thumbnail size if your theme does not allow featured images, and you are adding pictures directly into the description, you might want to turn off “display placeholder image” in wppizza->settings->layout
alternatively, add add_theme_support( 'post-thumbnails');
to your themes or child themes function.php file
documentor id 2