Περιγραφή
This plugin display a directory of customers, suppliers, friends or others groups with a shortcode [CUSTOMERS].
With a template’s system, it’s easy to change presentation of list.
Στιγμιότυπα
Εγκατάσταση
- Upload customers directory to the
/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Go to Settings > Customers to manage your directory
- Add [CUSTOMERS] to article/page and your directory is displayed
Συχνές Ερωτήσεις
- I want to change presentation, what can I do ?
-
You have a directory templates where you can create your own template.
I have placed 2 simples templates for example. You can add another and change in customers.php the variable CTS_TPF (line 39) by the name of your template. - Where is my data stored ?
-
2 tables where created at activation.
wp_pays and wp_customers. If your WP table’s prefix is different to wp, it change automatically.
wp_pays have datas with all of countries (238 countries). You can add/modifiy/delete. - What is the field and her type in table ?
-
pays :
rowid int(11)
code varchar(2)
en varchar(255)customers :
cuid INT( 11 )
cupays INT( 11 )
cuname VARCHAR( 50 )
cuadr1 VARCHAR( 150 )
cuadr2 VARCHAR( 150 )
cucp VARCHAR( 50 )
cutown VARCHAR( 100 )
cutel VARCHAR( 50 )
cufax VARCHAR( 50 )
cumail VARCHAR( 50 )
cuweb VARCHAR( 150 )
culogo VARCHAR( 250 )This is important to know that for create your own template.
- Do you have another question ?
-
Go to support !
Κριτικές
There are no reviews for this plugin.
Συνεισφέροντες & Προγραμματιστές
“Customers” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.
ΣυντελεστέςΜεταφράστε το “Customers” στην γλώσσα σας.
Interested in development?
Περιηγηθείτε στον κώδικα , ανατρέξτε στο αποθετήριο SVN ή εγγραφείτε στο αρχείο καταγραφής αλλαγών μέσω RSS .
Σύνοψη αλλαγών
1.1.0
First public release