ViArt - PHP Shopping Cart
Select your currency:
American DollarBritish Pound
arkid
arkid
Hi
 
This may seem outside of the scope of the product but i need a php shop that can handle requests to purchase a resource. Ie, a room, via a calendar date/time selection widget. This would also require conflict checking so that resources cant be overbooked etc.
 
I cant find any very comprehensive php web based product online that fulfils this requirement - if you know of one please let me know. Ive seen a few like "phpscheduleit" but they just arent developed enough and dont really provide a checkout process, they are more for users in an office.
 
As I say, i know this may seem like something way out of the scope of what viart should be capable of, but it just seems to be an area of the market that lacks quality web products. This feature, combined with viarts general CMS / forum and other features would make a great product to allow customers wanting a reservation type website to install viart and nothing else, managing the entire site via its cms.
 
 
If anyone has any suggestions as to products that do this well already or add-ons or ways of somehow integrating such a feature with viart please post them here!
 
christopherO
christopherO
I am setting up a site that handles workshop reservations.
 
I have the product as the event date - this describes the event and venue will have links to custom pages - eg Hotel De Luxe will also be a link to the page about the venue.
 
Stock level is the maximum number of places availabe so a visitor cannot over book.
 
You can see where I am so far at http://www.PROGRE55.org.uk
 
I find Viart amazing at how flexible it can be with imagination!!
 
Hope this helps.
 
Chris
 
arkid
arkid
I thought about this already, but its not an option as I cant list products in the same way you are for monthly courses. I need to have a complete calendar selection feature, with each day being broken down into hourly or half hourly individually bookable entities.
 
A
 
christopherO
christopherO
I don't see a way you can do this with Viart.
 
BG (Guest)
BG (Guest)
I've been wondering about this too, in the form of delivery slots.
 
I wanted customers to be able to select a date and time of delivery, from a list of pre-defined (by the shop owner) dates and times - but in a way that once a time slot is taken by a customer, it is no longer available to other customers.
 
I'm sure the concept could be adapted to suit almost anybody's needs, as the "delivery" field can be substituted with anything.
 
your-shoppingcouk
your-shoppingcouk
Likewise, would be interested in customers being able to able to select delivery dates / times
 
arkid
arkid
I thought id post an answer to this that I actually got from
Anjula at ViArt Support. It doesnt answer my personal request, as the checking function to stop duplicate date bookings is the key thing for me and that is currently outside of viarts scope.
 
However, adding a calendar to the interface and storing these results is quite easy. For anyone interested, heres a good rundown on how to do that...
 
 
If you want to use options per a product, you can create a calendar javascript file on all pages you want to use it on, like products.html, somewhere between <head></head> tags:
 
<script language="JavaScript" src="js/calendar.js"></script>
 
and add special code into 'After control field' for an option, as below:
 
 
<A HREF="#"
onClick="setDateField(document.form_{item_id}.property_name_{property_id}, 'YYYY/MM/DD');
top.newWin = window.open('js/calendar.html','cal','dependent=yes,width=210,height=230,screenX=200,screenY=300,titlebar=yes'); top.newWin.focus(); return false;">
<IMG SRC="images/calendar.gif" BORDER=0><font size=1>{CALENDAR_MSG}</font></A>
 
In case you are interested in having a more advanced functionality, then additional programming is required. Please, let us know should we calculate the cost for such customization.
 

Message
 Nickname *
 Your Email Address *
 Attachments
 Message *
 Validation Code *    
ViArt - PHP Shopping Cart