Is it possible to implement A ticket booking system with Aimeos?

Questions around the TYPO3 integration and plugins
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Athulya
Posts: 5
Joined: 01 Apr 2020, 13:14

Is it possible to implement A ticket booking system with Aimeos?

Post by Athulya » 04 Jun 2021, 13:30

Hi,

I have a requirement for a theater seat booking.

1. User needs to choose a seat. each seat has a different rate.
2. Need to show an error message if the seat is already booked.

Is it possible to implement this with Aimeos?

User avatar
aimeos
Administrator
Posts: 7866
Joined: 01 Jan 1970, 00:00

Re: Is it possible to implement A ticket booking system with Aimeos?

Post by aimeos » 05 Jun 2021, 06:21

Yes, that's possible. Use a selection product for the event and variant articles for each seat. Then you can give each variant article a different price and a stock level of "1".
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Athulya
Posts: 5
Joined: 01 Apr 2020, 13:14

Re: Is it possible to implement A ticket booking system with Aimeos?

Post by Athulya » 07 Jun 2021, 06:01

Thank you. I have done that,

I want to modify the template files, so how can I overwrite the Aimeos shop extension to my website package?
Thanks!

denzen
Posts: 12
Joined: 24 Nov 2020, 16:31

Re: Is it possible to implement A ticket booking system with Aimeos?

Post by denzen » 08 Jun 2021, 05:43

You can generate an aimeos extension here:
https://aimeos.org/extensions
Locate this under /typo3conf/ext/aimeos/Private/Extensions/...
I used this for layouting the pdf invoices and e-mails

----
AIMEOS 21.4.1
FreeBSD
PHP 7.3.8
MySQL 5.7.27
TYPO3 10.4.15

Post Reply