I use the Cheapies browser extension quite a bit and it doesn't show any long running deals for some reason. Is this intentional or is that a bug? For example, when I browse Briscoes it doesn't show the coupons from the long running deal here:
https://www.cheapies.nz/node/37038
I'm thinking of reverse engineering and modifying the extension, but would rather not waste my time if this is a quick fix that the dev can implement.
UPDATE:
Just spent a quick 5 mins to look at the code. Looks like a lot of the logic is done on server-side….
For example, when browsing to Briscoes, the keyword that is used for the API call would be briscoes and it'll look like this:
https://www.cheapies.nz/ozbapi/chrext/search?keyword=briscoe…
which I believe is just this:
https://www.cheapies.nz/deals/briscoes.co.nz
The above page shows the long running deal but the "Current Active Coupons" is what gets shown in the extension, which is obviously excluding the long running deal.
Unintended feature? We are only listing 10 deals under the store for the Chrome extension, so only the latest deals are listed.