Post
by SXGuy » Mon Apr 04, 2011 1:51 am
but what is required for rental in opencart? the only thing i can think of, is keeping track of items being rented, when they are not available and how long to rent them for.
Well. to be honest, most of that can be done easily with a small spreedsheet, if all rental items are set to a qty of 1, and are out of stock when they are purchased, then you only need change the wording "Out of stock" to currently unavailable.
most dvd rental's these days, like iLoveFilm etc, allow you to rent a dvd for an unlimited amount of time, so long as you only have a max of x number of dvd's per month, and there is a fixed charge per month.
If you wanted to keep track that way, you only need a subscription payment that re charges every month, the actual inventry is tracked by how many are in stock total, how many are currently out on rental, whos renting it etc.
All of this is prob done in a much easier manor, than any of the benifits you would see if it was in some way added to opencart.