itaybd
Forum Replies Created
-
Hey Thomas,
now that the LI & UL are configured right, can you indicate what could be the problem – as no productImpressionEEC appears?thanks
hi,
i’ve made the changes, but it still doesn’t work.
any other idea?thanks
Forum: Plugins
In reply to: [WP FullCalendar] calendar start datehey,
i was able to make it (point 2) quite easily …added the following code at the end of main.js :
var tdy = new Date();
var n = tdy.getDay();
if(n>3&&n<6)
$( “.fc-button-next” ).trigger( “click” );it works great now (from thursday on, it already shows the next week)!
i was able to configure the cancellation option (something simple).
now if someone wants to cancel less than 24 hours before the event, he gets a message.i just added some code to /templates/templates/my-bookings.php in line line 69
changed this code:
$cancel_link = ‘‘.__(‘Cancel’,’dbem’).’‘;to this code:
$cancel_link = ‘start.’-‘.time().'<24*60*60){ alert(\’Too late for canceling\’); return false; } if( !confirm(EM.booking_warning_cancel) ){ return false; }”>’.__(‘Cancel’,’dbem’).’‘;it works great (well, at least on this screen)
thanks
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] membership plugin?thanks
thanks !
in case i want to change the order of the two forms (first login and then register), i see the call is made in bookingform.php.
do i just need to move lines 100-103 before line 48 ?
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Log in when bookinghi,
is it possible to combine the ‘login with ajax’ plugin with the events manager, so when a user wants to register to an event, it will open the ajax plugin instead of the default register/login form?thanks
Forum: Plugins
In reply to: I can't download CodeStyling Localization plugin. it disappeared.gone …..
Forum: Plugins
In reply to: [WooCommerce] API / synv with external systemWhat about automatic import of CSV files (for products & customers)?
i know there are several plugins for that, but is there one that could do an automatic import (2-3 times a day import a file from a certain directory, or even better – send a command to an external system in order to request that CSV file) ?would that require a special development?
thank