Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

WooCommerce Loyal Customers

Descripción

WooCommerce Loyal Customers is a WordPress WooCommerce plugin developed by The Right Software web development company. It provides wp-admin a way to view the total number of orders received per registered customers in a very user friendly manner with the help of color codes. It also gives a functionality to search registered customers by name and email. Beside this, wp-admin can also sort the order count by ascending and descending order. Please note that if a registered customers posted a single order, which has status of failed or in process, It will not be accounted in our plugin. In short, order count will work fine in case of those registered customers who have posted at least one successful order.

Tested for WooCommerce : 5.7.0, 5.7.1, 5.8.0, 5.9.0, 6.0.0, 6.1.0, 6.1.1, 6.2.0, 6.2.1

For more info about WordPress plugin development, visit The Right Software plugin development services page.
View other WordPress Plugins.
Send your problems to hello@therightsw.com. Dont forget to mention WordPress and WooCommerce versions.

Features:

  1. Counting total orders per registered customers
  2. Searching by date ranges, name and email
  3. Sorting on order count and client id
  4. Color codes
  5. Paginación
  6. Download Loyal Customers’ names, emails as CSV file.

Future Updates:

  1. Multilingual support
  2. Discount offers to loyal customers
  3. Email template

Características

  • Counting total orders per registered customers
  • Searching by date ranges, name and email
  • Sorting on order count and client id
  • Color codes
  • Paginación
  • Download Loyal Customers’ names, emails as CSV file.

Apoyo

Visit https://therightsw.com/ for details and enquiries about WLC.

Capturas

  • This is how plugin looks at back-end

Instalación

  1. Upload (WooCommerce Loyal Customers)folder to the /wp-content/plugins/
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Preguntas frecuentes

no question

Reseñas

10 de septiembre de 2018
Although the concept is usable for building a different plugin, this plugin has serious limitations, and poor code quality. Also, sorting by ID doesn't work as promised. One of the biggest problems with this plugin is that the main query attempts to use MySQL GROUP BY and ORDER BY in a way that cannot work or be expanded upon. Another problem related to this main query is that it returns all rows from the database, then uses PHP's array_slice for a crude attempt at pagination. This is highly inefficient. The jQuery usage in this plugin is making beginner level mistakes, but tries to solve a problem that wouldn't exist if the plugin author simply wrapped the generated table in some form tags, and provided hidden inputs to pass current settings along to the next page. I had to do a complete rewrite. 2 stars for the idea.
Leer todas las 4 reseñas

Colaboradores y desarrolladores

Este software es de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

Traduce "WooCommerce Loyal Customers" a tu idioma.

¿Interesado en el desarrollo?

Revisa el código, echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

2.3

Search by date ranges, name column added on csv.

2.2

  • Fixed CSV exporting issue. Tested till WordPress 5.4.2 and WooCommerce 3.5.4

2.0

  • Rewritten the whole algorithm for speedy return of results. Tested with 30K orders.

1.4.1

  • Fixed for WC 2.4.3

1.3.1

  • Added WP error reporting

1.2.2

  • Increased memory limit for larger websites.

1.2.1

  • Sorting by Client ID added. Pagination.

1.2

  • Fixed Asc/Desc bug. Color codes updated. Added more versions for compatibility.

1.1

  • Updated to work with WooCommerce 2.3.7 and WordPress 4.1

1.0

  • Initial release