Plugin info

Total downloads: 1,162
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: 8/7/2019 (2337 days ago)
Added to WordPress: 8/2/2019 (6 years old)
Minimum WordPress version: 4.6
Tested up to WordPress version: 5.2.23
Minimum PHP version: 5.2.4

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 2337 days ago

20/100

Is AmbiProducts abandoned?

Possibly abandoned (last update 2337 days ago).

Compatibility

Requires WordPress: 4.6
Tested up to: 5.2.23
Requires PHP: 5.2.4

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

This plugin enables you to add products with categories using geotags then use shortcodes to print a table according to category and display in a map

If you have products listed in different geographical locations this plugin helps you to maintain all in a single table and display in category pages using a map.

Simple case would be a real estate agent with a list of houses distributed across different locations, could insert all listings in a single table then shortcodes can be used in different pages to pull listings according to each category such as apartments, bungalow, condominium and etc.

Map shortcode is used to mark houses in a map and upon click information is shown in a balloon in which user may redirected to a page to inquire about the particular house.

Plugin is checked on wordpress 5.2.2 and fully functional.

Shortcodes

Category

  1. Use ambi-products to list products of each category in a table. e.g
    [ambi-products cat=”category name” url=”link to redirect”][/ambi-products]

  2. Then use ambi-product-inquiry shortcode in contact page to capture inquiry for your form (you can use plugins like contact form 7 to add forms)
    [ambi-product-inquiry form-id=”my-form-id” field-name=”mail-subject“][/ambi-product-inquiry]

Above shortcode is used for a form generated using contact-form-7
[contact-form-7 html_id=”my-form-id” title=”Contact form 1″]
[text mail-subject]

  1. If your table consists large number of records use datatable=”true” attribute to organize it neatly with pagination and search function
    [ambi-products cat=”CATEGORY NAME” datatable=”true” ][/ambi-products]

Plot in Google Map

  1. Use ambi-products-map to list products of each category in a map. e.g
    [ambi-products-map cat=”category name” url=”link to redirect”][/ambi-products-map]

Installation

This section describes how to install the plugin and get it working.

  1. Upload the plugin files to the /wp-content/plugins/ambi_products directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Use the Settings->Ambi Products Settings screen to configure the plugin
  4. Use Google Maps Javascript API to generate a key and paste it
  5. List each category seperated by comma e.g. apartments, bungalow, condominium
  6. Now you can navigate to Plugins->Ambi Products to add / update products

Frequently Asked Questions

TBU

Review feed

No reviews available

Screenshots

  1. Homepage with plugin <code>/assets/screenshot-7.png</code>

    Homepage with plugin /assets/screenshot-7.png

  2. Activate plugin <code>/assets/screenshot-1.png</code>

    Activate plugin /assets/screenshot-1.png

  3. Navigate to Settings page <code>/assets/screenshot-2.png</code>

    Navigate to Settings page /assets/screenshot-2.png

  4. Add Google Maps Javascript API Key <code>/assets/screenshot-3.png</code>

    Add Google Maps Javascript API Key /assets/screenshot-3.png

  5. Add Categories and API Key<code>/assets/screenshot-4.png</code>

    Add Categories and API Key/assets/screenshot-4.png

  6. Add Products <code>/assets/screenshot-5.png</code>

    Add Products /assets/screenshot-5.png

  7. Shortcodes <code>/assets/screenshot-6.png</code>

    Shortcodes /assets/screenshot-6.png

Changelog

1.5

  • Integration of DataTables for large number of records
  • Automatic capture of product info for the inquiry
  • Use images in Map Marker popup window

1.0

  • Plugin with Table and Map