Bug #38938
Make wt_cart compatible with powermail 2
| Status: | Resolved | Start date: | 2012-07-13 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Daniel Lorenz | % Done: | 100% |
|
| Category: | - | |||
| Target version: | - | |||
| Patch is reviewed: | No | Complexity: | ||
| Branch: | Reporter: | |||
| Votes: | 0 |
Description
It’s been a while since powermail comes with a new major version 2.0. Please make wt_cart compatible to work with the newest powermail version.
History
Updated by Daniel Lorenz 11 months ago
- Status changed from New to Accepted
- Assignee set to Daniel Lorenz
We are working on a new version. This will also accept powermail 2.0. We are waiting for some injects (new kind of hooks) in powermail 2.0. We cannot ship a new version because we don't know when the injects in powermail 2.0 will be released and how the will be named.
We will do our best releasing wt_cart for powermail 2.0 as soon as possible.
Updated by Bjoern Jacob 7 months ago
- Status changed from Accepted to Resolved
- % Done changed from 0 to 100
wt_cart is now compatible with powermail 2.x. We've to update the manual as well. wt_cart 2.0 will be compatible with powermail 1.x and 2.x.
Updated by Alexander Bigga 5 months ago
I just wonder, where this "wt_cart 2.0" is hosted?
I found the recode branch on github which already has some powermail 2.0 issues inside:
https://github.com/extcode/wt_cart/tree/recode
I tried this version and I was looking a while to find the right "marker" to add the cart to the powermail mail sent.
Instead of ###POWERMAIL_TYPOSCRIPT_CART###, I add
{f:cObject(typoscriptObjectPath:'plugin.tx_powermail_pi1.dynamicTyposcript.cart')}
Is this the right way?