Ubercart Orders to Display in Calendar - drupal

I am building a booking system with Drupal and Ubercart. The booking system is for a paintball site, so I have 200 places I can sell per day, of varied packages including different amounts of paintballs.
I currently have products set as packages that people can purchase, and pay through ubercart on the site. This all works fine as far as selecting and buying a package....
Next, I want to add a calendar to the admin section of the site, so our booking office can log in and see which dates people are booking the games on.
This would mean the customer needs to enter a date during checkout, and then something like Views could find the date, and show it on the calendar once the booking is completed. Therefore giving the booking office a full list of booked games.
I have installed the calendar module, that works beautifully with views, and I can create calendars easily. The only bit I am struggling on, is how to add a date field into Ubercart checkout, in a way that views & calendar can detect it.
I have added uc extra field and uc addressess, which allows me to add an extra field into the billing address section. So i've done that for now, but the field is just a text field, when Ideally i would like it to be a jquery pop up menu.
I have installed (and uninstalled) multiple Rooms and Uc hotel booking modules, as they just do not meet my needs, and seem to make it overly complicated. Plus once they are installed, they would need hacking to only accept a single game date, and not a booking, or rooms, or children, pets etc.
Has anyone built a system like this before? Or could you point me in the right direction?
Currently using these modules on this project...
-ubercart
-rules
-token
-views
-ctools
-entity api
-date
-stringoverride
-calendar
-uc address field
-uc field attribute
-uc extra fields pane
Also, if it helps, take a look at the progress here... booking.webfroth.co.uk

Did you try -
Agreservations
The agreservations-module is a module to handle reservations of resources.

Related

How do I create a catalogue-based website in ix or Wordpress?

I'm not sure if this is the right place to ask. I'm also currently in my last semester of studies for web development.
Id like to create a website similar to an ecommerce site, except instead of checking out and going to pay and place an order, an email gets sent through to me with the product information and also any other added messages the user has. I still need to be able to add products to a cart section so that I don't have to send multiple emails for multiple products.
I wanna do this in Wordpress or Wix because I have to create the entire site in a month, or just get it functional in that time.
Any help would be appreciated!

Is this possible on wordpress newsletter

Good day,
I need some advice if this is possible on wordpress? I have a classified site and I want to create a newsletter that would have multiple categories each category would just have a list of title that has links to the item page.
The hard part is I need a check box on the registration and user profile page that will enable them to select which category they want on their newsletter and uncheck which one they don’t need. The reason for this is the list on each category can be too many and users might not want to see listing about ex. community or announcement etc.
Another feature that I need is for paid listing to stay on the newsletter for the duration of its package and for free listing to only show the day it was posted even though it has 5 days to stay on the site
I am open to use any options like mailchimp, awebber etc. as long as it works
Ex.
Hot Deal <-Category
1.) New Arrival comfort footwear
Forsale <-Category
1.) Xbox one fresh inbox
2.) Ps4 brand new
Many thanks
There is a plugin
which will help you to make users subscribing to category.
That plugin lets a user subscribe and unsubscribe to posts within a certain category or categories.
Subscribers will recieve an e-mail with a link to the actual post.
And the post type may be anything like product or news etc ;)
But you may endup doing some customize coding to get what exactly you are looking for.

Wordpress plugin to create custom fields

I am building a wordpress site for local music events (the mvp from a non-tech fouder). I am looking for a wordpress plugin which will let me create custom fields and tags to add multi-day music events. A typical event may be 3-6 days long and will have information like:
Event name,
Day wise s,hedule,
Music Genre,
Bands,
Band Members,
Venue,
city,
Book Ticket button,
Any plugin/theme recommendation will highly appreciated as this will let me get with my customer validation really quickly.
Thanks
Brandon
Try Advanced Custom Fields. I use it all the time and it's awesome. 1 million + downloads and almost a 5 star rating.
http://wordpress.org/plugins/advanced-custom-fields/
Events Manager Pro (http://eventsmanagerpro.com/) is a very robust events calendar that supports multi-day events. It uses custom post types for the events and it's easy to extend it -- the plugin has pretty extensive hooks and filters available and decent API documentation. I use it on a number of projects.

Potential of Drupal 7 Calendar Module

I'm wanting to use the Drupal 7 Calendar Module to create a daily view of bookings for 4 different rooms.
I've never used the module before and I'm struggling to find any good tutorials or videos which do not need a subscription.
Can anyone who has used this tell me if this is possible?
I would have a booking node which is assigned with a taxonomy term. The booking would then show on the correct row, depending on which room it is in. Additional node fields would need to be shown when clicking the booking, and ideally contain a link to edit the booking. Does the module have the capacity to do this?
Calendar should be able to do this. It won't handle all of the details of "booking" like available or not available, conflicts, etc. You may need to override the calendar cell themeing to display things how you want depending on the desired complexity. The "fields" display style should get you close. You can use the "calendar popup" module (part of calendar) to customize the details when you click the booking.
Since you'll likely be using a date field in your booking content type, be sure and update default calendar views to use this field instead of the node's built in date.
Also, make sure you have time zone handling set up BEFORE you set up your calendar views and start entering data. See: http://drupal.org/node/1455578

Drupal payment modules without "product, "

I have a Drupal 6 website where I need to handle payments.
Ubercart doesn't fit well (I think) - it looks like a huge overhead of cart, orders, products, etc.
That is a website (views+cck powered) where customer creates node with some cck fields, the node goes through some workflow, and at some workflow stage the operator "assigns invoice" to the node (that's actually cck selectbox with status "invoice ready" + cck textfield "total amount".
The customer sees "Pay this invoice" link in his views, and after clicking this link he should be given a set of links to available payment options, like paypal/gcheckout. When customer processes the payment, the node gets new status (again, in cck selectbox - "invoice was payed")
So, I'm seeking for some generic payment modules for Drupal, that provide just several hooks like "payment_done()" which I can implement to set my cck fields.
Do you know any?
The only generic payment module I know of is Pay which still is in alpha. It's a while since I last looked at it so it might be usable now.
Else your best chance is to find a module for the actual payment provider you're going to use, many have a module that will allow you to do basic payment handling with various hooks etc.

Resources