Movie Rental Component I am building a website for an online dvd rental shop. Is there a component that does this for me? visitors should see the list (categorised) of movies, clicking on a movie will give them more details and then they have the option to rent it. If they want to rent it, the admin receives a notification of the order.
It is very similar to the functions given by PHPShop but I do not want to display the prices but maintain the cart functionality (php shop removes the add to cart button if i choose not to show the prices).
Any suggestions? |