Linux 软件免费装

Store Manager

开发者 dirlikdesigns
更新时间 2016年3月20日 03:17
捐献地址: 去捐款
PHP版本: 4.0 及以上
WordPress版本: 4.4.1
版权: GPLv2 or later
版权网址: 版权信息

标签

store location distance radius custom post openstreetmap

下载

详情介绍:

With this plugin it is possible to manage multiple stores (or any kind of location). There is support for: Styling The plugin comes with a very basic and ugly template file and a form that has no styling. However, everything is wrapped in spans or divs and logical classnames are assigned to everything so that you style the frontend yourself. You should also make file in your theme folder called single-store.php. The included template file will show how to get all the information from the store. This file is located: [plugin_folder]/includes/template-single-store.php Shortcode This is the shortcode for the form and resultpage: [store-manager-form] If no attributes are given, the form will consist of a zipcode fields and a submit button. This will add a radius field (radius is in KM): [store-manager-form radius] Here is an example of how to manipulate the radius field: [store-manager-form radius radius-value=15 radius-placeholder="input placeholder text here" radius-label="label text here"] This example shows all other form fields, each of them can be manipulated just like radius: [store-manager-form address-r1 address-r2 zipcode place country] This example shows how to change the submit button text: [store-manager-form submit="Send"]

安装:

  1. Upload the plugin files to the /wp-content/plugins/store-manager directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the 'Plugins' screen in WordPress
  3. A new menu item should appear named 'Stores'

升级注意事项:

1.0.2 added some features and fixed some bugs 1.0.1 prepared plugin for localization 1.0 this is the first version

更新日志:

1.0.2 1.0.1 1.0