
內容簡介
這個外掛可讓您使用地理標記添加帶有類別的產品,然後使用簡碼按類別列印表格並在地圖上顯示。
如果您在不同地理位置列出產品,則此外掛可幫助您在單個表格中維護所有列出的產品,並使用地圖在類別頁面中顯示。
一個簡單的例子是房地產代理商,擁有分佈在不同地點的房屋清單,可以將所有清單插入單個表格中,然後可以在不同的頁面中使用簡碼按每個類別(如公寓、平房、公寓等)拉取清單。
地圖簡碼用於在地圖上標記房屋,點擊後會顯示有關該特定房屋的信息氣球,然後用戶可以跳轉到詢問該特定房屋的頁面。
外掛已在 WordPress 5.2.2 上進行了檢查,並且功能完整。
簡碼
類別
使用 ambi-products 列出每個類別的產品。例如:
[ambi-products cat=”類別名稱” url=”重定向鏈接”][/ambi-products]
然後在聯繫頁面中使用 ambi-product-inquiry 簡碼捕獲您的表單詢問(您可以使用像聯繫表單7這樣的外掛添加表單)
[ambi-product-inquiry form-id=”我的表單ID” field-name=”郵件主題”][/ambi-product-inquiry]
上面的簡碼用於使用 contact-form-7 生成的表單。
錯誤: 找不到符合條件的聯絡表單。
[text 郵件主題]
如果您的表格包含大量記錄,請使用 datatable=”true” 屬性來使用分頁和搜索功能整潔地組織它。
[ambi-products cat=”類別名稱” datatable=”true” ][/ambi-products]
在Google地圖上繪製
使用 ambi-products-map 列出每個類別的產品。例如:
[ambi-products-map cat=”類別名稱” url=”重定向鏈接”][/ambi-products-map]
外掛標籤
開發者團隊
原文外掛簡介
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
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]
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
錯誤: 找不到符合條件的聯絡表單。
[text mail-subject]
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
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]
