[Catalyst] Single-domain multi-shop, multi-gateway; linked to
the one shopping-cart
Richard Siddall
richard.siddall at elirion.net
Tue Dec 6 21:46:41 GMT 2011
Alec Taylor wrote:
> Research includes: Ruby on Rails (spree), DJango (satchmo) and Catalyst.
>
You might want to look at Interchange (http://www.icdevgroup.org/i/dev).
It's a Perl ecommerce framework somewhat like MIVA.
Unfortunately, that project is in the midst of a major change. The
current code base, 5.6, will be replaced in 6.x by a much more
Catalyst-like architecture, meaning you'd have to do a rewrite of your
5.x based project to make use of the PSGI-based goodness.
Given that you said you had Python experience, I'd suggest browsing
around PyPI for interesting Django add-ons: http://pypi.python.org/pypi/
> Could you recommend some libraries on CPAN (or other places) which
> will provide a strong foundation for this project?
>
I like Business::OnlinePayment, but it's not yet Moosified and uses the
old object model in Perl.
> Thanks for all suggestions,
>
> Alec Taylor
Richard Siddall
More information about the Catalyst
mailing list