tudorg
Forum Replies Created
-
oh of course, silly me
thanks very much for your replyLooks like all the tables are not installing have reverted to older version
ok fiddled around not ideal, i think by downgrading to 2.9 and then upgrading to latest version but not upgrading forms i have it working again, the reason i need ninja is i want to hook up to mailchimp for the date usage, where i can send out an auto responder, cf7 was not good for this
ok will give it a go, though it would be handy to be able to run latest versions of all software plugins just in case a fantastic feature comes along, will let you know
Thanks for responding, tring to use Version 3.0.31 of ninja forms, upicrm Version 2.1.8.1, this is a dev site so not live, want to implement this for one of my clients, works ok with contact form 7 mappped all the fields for the ninja form, but nothing actually populates, thus i thought i would try and import data from the forms i used and i got that error. Really do not mind pay for a bit of support if that helps?
if i try to import from database i get this error Call to undefined method Ninja_Forms::subs() /libraries/upicrm_ninja_forms.php on line 64
has the call to subs changed in ninja version 3this the line i think that is wrong
$subs = Ninja_Forms()->subs()->get( $args );Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Please enter a value – date problemI can answer the problem myself, contact form 7 does not use input type=date but type text this is the issue so need to find out if poss to change cf7 code somewhere
Hi Rayoroa, i though i had the same problem in regards to the time, if you are not logged in as admin, and view as a normal website visitor you will see that when you select the time eg “30 mins in advance” when you click request booking a message should pop up saying “booking accepted only from 2 hours from now” etc hope this makes sense, if you say do not allow bookings 2 hours in advance the time still shows. I then put a message above the form saying please book at least 2 hours in advance. Hope that helps but if it doesnt you need Nate
Hi Nate could you send the complete block code to me i am just getting in a pickle with this
Thanks Tudor
Hi Nate, i have the confirm link in there now new code looks like below, the confirm link does not do anything, even if i put a link to a website i cannot click it, what am i missing (thanks in advance)
if ( $booking->post_status !== ‘trash’ ) {
$value .= ‘<div class=”actions”>’;
$value .= ‘ID ) . ‘” data-action=”edit”>’ . __( ‘Edit’, ‘restaurant-reservations’ ) . ‘‘;
$value .= ‘ | ID ) . ‘” data-action=”trash”>’ . __( ‘Trash’, ‘restaurant-reservations’ ) . ‘‘;
$value .= ‘ | ID ) . ‘” data-action=”set-status-confirmed”>’ . __( ‘Confirm’, ‘restaurant-reservations’ ) . ‘‘;
$value .= ‘</div>’;
}break;
Done, always thought there was good business oppo in this arena done properly
Opentable charge my clients £150 per premises, and a commision on all bookings, if booked via opentable website a higher commission, plus you have to have a horid looking pc at the premises which always seemed so daft to me, in this day and age
Yes i will have a look, i am just thinking of the questions that will get asked once i implement in a live scenario. Thanks again for your prompt response, i have tested with iphone/ipad/desktop mac and linux not yet windows, it all looks very good the hotel are very excited, i am building a new website for them and have not gone live yet, this is a real bonus for them. If you introduce a max capacity setting eg if we have 20 tables so 20 bookings = 20 tables this would be very powerful, i have other restaurants using opentable and they charge a fortune, great if you are in a major city but not great for rural business’es as people only book from the owners website not opentable
Perfect Thankyou
Forum: Plugins
In reply to: Custom form in the user post areaanybody?