Postponed
Project:
Hotel Booking System for Ubercart
Version:
6.x-4.0-alpha2
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
30 Jan 2012 at 18:16 UTC
Updated:
30 Jan 2012 at 23:02 UTC
Comments
Comment #1
butteryak commentedPS I can add a room to the cart using www.example.com//cart/add/p383-q1 adds quantity 1 of room (node 383) but of course no specific nights of stay are included and price remains at $0 as it has to date reference. Hmmmmm
Comment #2
larowlanYou could do this with a custom module that implemented hook_menu, interpreted the various arguments from the url and redirected to the cart. Not currently possible without that.
Comment #3
butteryak commentedYeah that might be a bit much for what I want to do. I have a couple of products (workshops) that I want to create a simple way to book some housing for partakers, right now I send them to the booking section to book the room manually. It would be great to be able create the room booking automatically when they submit their add to cart on the other product. I'm looking into using webform (which can include products when submitted) and seeing if their is a tricky way to do this, perhaps execute some code when the form is submitted. Coding is not my strong point. Any suggestions from anyone is greatly appreciated.