When customers log in, can they see the discounts they enjoy and how much money they need to spend before the next higher discount?
When customers log in, can they see the discounts they enjoy and how much money they need to spend before the next higher discount?
v3.0.0 is now available for use on zc158 and later: https://www.zen-cart.com/downloads.php?do=file&id=1917
This version drops support for Zen Cart versions prior to 1.5.8, based on the removal of the ot_loyalty_discount.php language file. The lang.ot_loyalty_discount.php file is required for zc210+ interoperability.
This mod is really appreciated in our business.
One item on my wish list for this. If we happen to edit the order (using the Edit Orders mod), the discounts recalculate and will now include the current order being edited. Nearly always, this results in a higher discount percentage (as set up in our specs) since the accumulated orders over the loyalty-discount time period is higher by including this order.
As is, if we edit the order, we then have to edit the specs of the loyalty discount tiers and percentages, re-edit the order to trigger a recalc, save it, then return the loyalty discount specs to the original settings.
Any ideas?
Thanks,
Matt
No ideas at this point, but I've created a GitHub issue to track (and remind myself) of the change request: https://github.com/lat9/customer_loy...ount/issues/11
In this feature, the code looks at sales over each "cumulative order period" as preset in the setup. When it calculates the sales for each order period, could the formula be tweaked to look at sales for "6 months ago through (today - 1)" instead of "...through today"? Is that possible?
Just a thought. Thanks.