Plugin info

Total downloads: 906
Active installs: 0
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 2/4/2022 (1475 days ago)
Added to WordPress: 6/23/2020 (5 years old)
Minimum WordPress version: 5.4
Tested up to WordPress version: 5.9.12
Minimum PHP version: 7.0

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 1475 days ago

20/100

Is Metabox with API abandoned?

Possibly abandoned (last update 1475 days ago).

Compatibility

Requires WordPress: 5.4
Tested up to: 5.9.12
Requires PHP: 7.0

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

The objective of the plugin is to generate product button based on the data fetched from the API. The api data should be generated in the same manner as provided by the plugin (refer cateogory.json & product.json, included in “data” directory).

Once you activate the plugin, two tables wp_metabox_categories and wp_metabox_products are created. The “Metabox API setting” option (under the “Setting” section) allows to store category api url and product api url. After storing both APIs, there is option to fetch the data. It means category and product data are stored in the respective database table (i.e. wp_metabox_categories and wp_metabox_products). We can also fetch the data at regular period of time. The plugin supports two level of category only (i.e. Parent and child category).

The plugin also generate the metabox (named “Metabox API”) on the post or the page. Once you select the category from “Category” dropdown / select box, the product specific to that category will be populated to “Product” dropdown / select box. After selecting the product, you can generate the shortcode by clicking “Generate code” button. The generated shortcode can be used on any post or page which will display as product button in frontend. Anyone can easily modify the output of the generated shortcode.

If anyone want to modify the output of the shortcode or the attributes/fields of “cateogory” & “Product” APIs, can reach out to me. Please provide the feedback or suggestion to me.

Installation

No installation instructions available

Frequently Asked Questions

Is there any configuration require for this plugin?

No

Is all features of this plugin completely free?

Yes

Where can I get support?

For support, please contact at [email protected].

Where can I report bug?

For reporting related bugs, please contact at [email protected].

Where can I find the sample of Category & Product API?

You can find the sample json for Category(category.json) & Product(product.json) API inside “Data” directory.

Review feed

No reviews available

Screenshots

  1. Metabox API Setting page.

    Metabox API Setting page.

  2. Metabox API Setting page : Stored api and fetch option.

    Metabox API Setting page : Stored api and fetch option.

  3. Metabox API generated while adding/editing the post.

    Metabox API generated while adding/editing the post.

  4. Metabox API generated while adding/editing the page.

    Metabox API generated while adding/editing the page.

  5. Metabox API displays the generated shortcode for product.

    Metabox API displays the generated shortcode for product.

  6. Multiple shortcode can be included on the specific post or page.

    Multiple shortcode can be included on the specific post or page.

  7. The product button will be created on frontend.

    The product button will be created on frontend.

Changelog

1.0

  • Initial release.
  • Category & Product API (refer category.json & product.json inside “data” directory)