bug fixes, gv redeem and other new things
Not sure how many of you do gift vouchers on your sites, but you might be happy to learn that finally implemented that view and the business logic behind it in ZenMagick. It actually quite embarrassing to admit that I completely missed this so far!
IĀ contrast to the zen-cart page flow I put the redeem form into the gv_redeem view as that makes more sense to me. The FAQ is not implemented - it’s just a glorified version of an ez-page chapter and should be implemented as such by the store owner if required (or included as pre-configured ez-pages by zen-cart).
I also fixed quite a few small and medium size bugs. If you can’t wait for 0.8.4, check the bug reports; most do contain workarounds or fixes.
Since GV redemption was the last form submit not being implemented in ZenMagick (except for the checkout process), I am now in a positionĀ to disable zen-cart’s header.php processing for normal store pages completely. This should hopefully bump performance a bit as it takes away redundant processing when using ZenMagick. I’ll also be able to remove some of the zen-cart fixes which were previously required to make zen-cart’s header.php code work with ZenMagick generated requests (in particular POST requests).
I am still undecided as to what else should be included. Considering the number of bug fixes I might decide to make this a rather small release and release soon…
