bluedynamics / bda.plone.ticketshop

Sell tickets for events
Other
1 stars 1 forks source link

Dexterity Availability #10

Open woolyseal opened 6 years ago

woolyseal commented 6 years ago

Hi Team,

I tried to install the ticketshop for my dexterity type "Event", but I can't get it to work. All other products of the bda.plone-Shop System (which were required) are also installed. Am I doing something wrong or isn't it supported at the moment?

Using: Plone 5.1rc2 (5109) CMF 2.2.12 Zope 2.13.26 Python 2.7.14 (default, Jan 26 2018, 00:48:29) [GCC 6.3.0 20170516] PIL 4.3.0 (Pillow) Git Versions from here for the bda-Systems

Steps I made: git clone of the Repositories buildout turn on Event-Behaviour for DX Event Add new Event and Use behaviour Try to do "Create ticket occurrences"

rnixx commented 6 years ago

Hi, you need Archetypes installed in any case. Ticket and TicketOccurrence are AT only. Also you need to apply IBuyableEventBehavior behavior on DX events you want to sell tickets for.

If you still run into problems, please provide a traceback, Thanks.