I'm looking for something along these lines.
A backend customer rating module. This is specifically for in-house staff to rate customers on various scores.
We (not just ourselves but online retailers in general) generally have really great customers who are exceptionally happy with the efforts we put in to our level of service, this can be borne out in a brief glance at a companies Google Reviews.
I'm looking for one in reverse, that we can use internally to rate customers, for internal and promotional use.
We are all sitting on a db of xyz customers, in that db we have Golden Egg customers, Mailchimp does this very well where you can select to send to a specific segment of your audience, I want to be able to do this with our customers.
Examples:
How the customer treats / speaks to staff. Customers that value and treat staff well get a higher rating by the staff member.
Amenable to changes / replacements. When issues arise due to seasonal crop failures / shortages are the customers understanding or not.
Reasonable or Over demanding. When we are unable to fulfill a request how reasonable are they.
Customers that respect our time. There are customers that are genuine in emails/calls and customers that are tire-kickers.....
Linked to order frequency. I much prefer the order frequency as these are the return customers that believe in the company and pay the monthly bills.
The rating can be a 5 star rating similar to the Google rating or a 1-100 rating.
It would be nice to be able to pull a list of these Golden Egg customers to offer them first dibs on limited items or a better / seasonal discount etc.
i.e. Ratings of 4.5 and above or 90 and above are selected for X promo
Customers that are rated above X are offered a discount / special when interacting with staff.
It would be nice to have a colour change / star rating on the backend when we are accessing their information / order history / etc
The staff member that issues the ratings needs to be recorded with a reason.
Selfsustainable farmer living the dream. http://www.livingseeds.co.za
Have you searched the marketplace and been unable to find such an extension?
If so better post this in Commercial Support Forum and pay a dev to build it.
UK OpenCart Hosting | OpenCart Audits | OpenCart Support - please email info@antropy.co.uk
Was hoping that if there is something out there that the Dev would chime in.
Selfsustainable farmer living the dream. http://www.livingseeds.co.za
Did you use Google to search the marketplace using the "site:" operator?
UK OpenCart Hosting | OpenCart Audits | OpenCart Support - please email info@antropy.co.uk
Hi Paul.paulfeakins wrote: ↑Mon Dec 04, 2023 11:00 pmDid you use Google to search the marketplace using the "site:" operator?
Not sure what you mean?
Selfsustainable farmer living the dream. http://www.livingseeds.co.za
My Github OC Site: https://github.com/IP-CAM
5'600 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.
Put this at the start of a Google Search for extensions and you might get better results:
site:https://www.opencart.com/index.php?rout ... /extension
UK OpenCart Hosting | OpenCart Audits | OpenCart Support - please email info@antropy.co.uk
Code: Select all
// Journal compatibility
var journalCartElement = document.querySelector("body > .mobile-container.mobile-cart-content-container");
if (journalCartElement != null) {
cartOverride(journalCartElement, 'nitroJournalCartSideMenu')
My Github OC Site: https://github.com/IP-CAM
5'600 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.
It's a great idea by the way, but it's the sort of thing that is often kept in a CRM rather than the ecom. platform.
UK OpenCart Hosting | OpenCart Audits | OpenCart Support - please email info@antropy.co.uk
Correct, we run Nitropack.IP_CAM wrote: ↑Mon Dec 18, 2023 6:49 pmWell, sorry then, you're using Nitropack, and it has some Journal-related Code, like:Code: Select all
// Journal compatibility var journalCartElement = document.querySelector("body > .mobile-container.mobile-cart-content-container"); if (journalCartElement != null) { cartOverride(journalCartElement, 'nitroJournalCartSideMenu')
Selfsustainable farmer living the dream. http://www.livingseeds.co.za
Users browsing this forum: No registered users and 59 guests