matschmitz Posted February 3, 2004 Share Posted February 3, 2004 Hi, all! I'm building a rental store and need some way of tracking returns by product. In short, customers order and rent several products but might not get them all shipped at the same time and might not return them all at the same time. Is there a mod to track order status by individual product? I've looked at most of the contribs and seems most people use the comments fields in the admin. But, I don't think this will work for me. Ideas? Matt Link to comment Share on other sites More sharing options...
♥ecartz Posted February 3, 2004 Share Posted February 3, 2004 You would need to custom write this AFAIK. You could add a return status field to the products table. Hth, Matt Always back up before making changes. Link to comment Share on other sites More sharing options...
matschmitz Posted February 4, 2004 Author Share Posted February 4, 2004 Thanks! Figured as much... So basically I'd add a status field to the products table and then call it instead of the status field in the order table? ok... will try that! Matt Link to comment Share on other sites More sharing options...
svsanchez Posted June 17, 2004 Share Posted June 17, 2004 Hello, I'm also building a car rental site, and would need to charge according to the amount of days a car will be taken and the type of car that's being taken. Any ideas? Thx Link to comment Share on other sites More sharing options...
matschmitz Posted June 18, 2004 Author Share Posted June 18, 2004 Hello, I'm also building a car rental site, and would need to charge according to the amount of days a car will be taken and the type of car that's being taken. Any ideas? Thx A lot of what you want can be done with the language files by changing the titles and wording. List each type of car with an associated daily price. Change the language file to say, "Price per day." Instead of "Price each." Then the customer would select the car and order the days required. You will still need to have a product field for "Ordered" "Checked Out" and "Returned", and be able to print that field out in your Admin "Order" page and maybe somewhere in the Customer's History File. Matt Link to comment Share on other sites More sharing options...
Guest Posted June 18, 2004 Share Posted June 18, 2004 you could also modify the rma contribution . . . Link to comment Share on other sites More sharing options...
svsanchez Posted June 18, 2004 Share Posted June 18, 2004 Hello Matt and John, thanks a lot for your replies. I would like to know what the RMS contribution is, where do I find it? Thx Sven Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.