Erudus One for WordPress

Erudus One for WordPress Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 860 downloads
Erudus One for WordPress Icon

Try plugin: Erudus One for WordPress

We'll create fresh WordPress site with Erudus One for WordPress installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About Erudus One for WordPress

Display Erudus product data inside of WordPress using the Erudus API.

0


0


0


0


0

updated: 6 years ago
since: 6 years ago
author: Tim Hyde

Description

This plugin uses the Erudus API to display and use product information in WordPress.

Erudus provides a trusted data source for thousands of food products. The Erudus data is sourced directly from food manufacturers and suppliers, giving you reliable data on allergens, nutrients and other important information about food products.

To use this plugin you will need Erudus API credentials.

Shortcode

To show a product specification, you can use the shortcode:

[erudus-product id=”eruduesproductid”]

Simply find the product you need from erudus and replace the id attribute with the correct Erudus ID.

Customisation

To customise the display of product information, copy product.php found in the plugin’s templates folder to a folder named erudus inside your theme and edit the file.

Template Functions

To further customise and use product data, you can use the template function erudus_get_product($erudus_id) to get product data for a product. This will return an object containing all fields found in the API.

Please note that product data is cached by the plugin for 24 hours. Fresh data is only requested when product data is needed.