Large commit — refs #407: - refactor theme service to use the ...
More than 1000 lines of source code were added or removed in this commit.
In commit c57ef763 by DerManoMann on 2012-05-22 (1 day ago)
A reliable, flexible Open Source e-commerce solution for internet retailers of all trades.
Originally based on Zen Cart, it has evolved into a flexible and robust system of its own, that allows you to get the shopping cart you want.
This project is managed by DerManoMann.
Large commit — refs #407: - refactor theme service to use the ...
More than 1000 lines of source code were added or removed in this commit.
In commit c57ef763 by DerManoMann on 2012-05-22 (1 day ago)
Large commit — refs #333: - move tax related classes into name...
More than 1000 lines of source code were added or removed in this commit.
In commit 3e205d75 by DerManoMann on 2012-05-18 (6 days ago)
Large commit — refs #333: move cart and cart item class into n...
More than 1000 lines of source code were added or removed in this commit.
In commit 1d0f62b7 by DerManoMann on 2012-05-18 (6 days ago)
Large commit — Merge branch 'master' of github.com:DerManoMann...
More than 1000 lines of source code were added or removed in this commit.
In commit d12245fd by John Robeson on 2012-05-17 (6 days ago)
Large commit — upgrade unitTests to namespace
More than 1000 lines of source code were added or removed in this commit.
In commit 1a776129 by DerManoMann on 2012-05-08 (16 days ago)
I am very close to having the new pricing code pass all shopping cart tests. In fact, one benefit of this change is that for the first time it is possible to run a complete cart test over all products in one go. The stats for that look something like this: Client IP: 127.0.0.1; PHP: 5.3.10; ZenMagick: [...]
This week I have taken another stab at improving the ZenMagick pricing code. The main reason right now is to further reduce the number of SQL queries per request. As part of the process to encapsulate zen-cart logic as much as possible there is a class ZenCartCheckoutOrder that is compatible with zen-cart. However, it is [...]
After having published a first snapshot of the upcoming ZenMagick 0.9.14 it seems time to write about what is new and shiny in the next release. Perhaps the biggest change is that zen-cart is now loaded on demand and ZenMagick is the main request handler. What does that mean? It means that for example, ZenMagick [...]
I’ve finally written some reasonably easy addition to the ZenMagick PHP templating engine that allows to set the crumbtrail (and other bits, if required) in the actual view. This is something I’ve been struggling for a long time. The crumbtrail code has been a source of bending backwards and ugly code for a very long [...]
There are some big changes coming in ZenMagick. One of the big concerns was (and still is) the integration (or lack thereof) with zencart. To pave the way for some real improvements for this there has been a huge amount of work to make things simpler, cleaner and faster. Right now ZenMagick is integrated via [...]