Do anyone know what about the support team?
Nobody is answering
Will there be an update?
]]>Since new WP5.6 started using jquery 3.x the Ecalypse plugin works wrong. Dont upgrade your wp until the developer upgrade it
]]>I used this free version of this plugin. My site is fresh and is using Divi builder. however, after I activated this plugin the site CSS and javascript won’t load.
]]>Hey,
I’m working on a Car related blog that hosted on WordPress.
I want to show some informational articles related to car wash in my blog. I want to set them in the footer of my website. Is this plugin helpful for this task?
Hello sir,
Im using ecalypse plugin starter, however, when i set webhook URL
my site home page is
https://mysite.com/crb
i set my webhook URL https://mysite.com/crb/summary , but after click the confirm reservation, the summary still go to https://mysite.com/crb, can you help me? why that happen?
Tank you very much
]]>Bug in ./class.ecalypse-rental.php will cause that the cron task will be added with every page load, making the wordpress option “cron” massive and cause slow queries.
This line:
if (!wp_next_scheduled('ecalypse_webhook_resend')) {
wp_schedule_event(time(), 'hourly', 'ecalypse_cron_webhook_resend');
}
Should be:
if (!wp_next_scheduled('ecalypse_cron_webhook_resend')) {
wp_schedule_event(time(), 'hourly', 'ecalypse_cron_webhook_resend');
}
]]>
I am trying to do setting of plugin but its not working on booking page.
]]>I am trying to add location but could not find can you please guide me how i can add locations
]]>Hi,
I like this plugins, but I would like to change the native url’s scheme.
In example, I have a vehicle in https://www.mysite.com/detail/product-name, will be possible to change this url to https://www.mysite.com/prouct-category/product-name ? or similar?
Thanks so much.
Oscar.
Hello support! I want to report about a bug in /?page=ecalypse-rental-translations at “Theme translations” box. It does not save any translated fields at all.
I have installed 3 languages – the primary is English. I tried to fill out any fields to translate them, but after submitting the fields still empty.
I have installed a new one clean WP 5.3.2 and have got the same problem.
Thanks and best regards,
koshsh
Hi, another question ))
I’ve got a problem with booking box form on mainpage and showing searching results. After pressing the button “book now” the page reloads and shows the results, it hapends on the same mainpage, well, my question is how do I get the results in another page?
Thank you!
Hello, your plugin is awesome, but I have a problem with organizing cars in the plugin…
For example I have a big rental business in hole country, we have more then 20 branches in different cities, and many additional locations for pickup and dropoff like airports , hotels, etc. Every branch has own autopark, and thats great that I can set in your plugin settings what car belongs to what branch, but the problem begins with additional locations. In fact there are no cars, because cars are at the branch offices, we just use them when client need to pickup at airport, and it would be more reasonably I think to allow one car to belong to one branch and several additional locations. Otherwise, we have to dedicate cars for airports, hotels etc, and cant use them for their branch (in fact they all belong to local branch), so I think it’s not a rational way.
Any thoughts?
]]>Hi,
have such a problem: I want to translate in other language, but after save I get error link under:
Warning: preg_match() expects parameter 2 to be string, array given in /home/klient.dhosting.pl/breneo/amc-gliwice.pl/public_html/wp-includes/class-wp-block-parser.php on line 417
Warning: strlen() expects parameter 1 to be string, array given in /home/klient.dhosting.pl/breneo/amc-gliwice.pl/public_html/wp-includes/class-wp-block-parser.php on line 489
Warning: preg_match() expects parameter 2 to be string, array given in /home/klient.dhosting.pl/breneo/amc-gliwice.pl/public_html/wp-includes/class-wp-block-parser.php on line 417
Warning: strlen() expects parameter 1 to be string, array given in /home/klient.dhosting.pl/breneo/amc-gliwice.pl/public_html/wp-includes/class-wp-block-parser.php on line 489
Warning: Invalid argument supplied for foreach() in /home/klient.dhosting.pl/breneo/amc-gliwice.pl/public_html/wp-content/plugins/ecalypse-rental-starter/class.ecalypse-rental-admin.php on line 4080
Warning: Cannot modify header information – headers already sent by (output started at /home/klient.dhosting.pl/breneo/amc-gliwice.pl/public_html/wp-includes/class-wp-block-parser.php:417) in /home/klient.dhosting.pl/breneo/amc-gliwice.pl/public_html/wp-content/plugins/ecalypse-rental-starter/class.ecalypse-rental-admin.php on line 144
Where is a problem?
WP 5.3.2 | PHP 7.3
]]>Hello,
When the pricing scheme is on “One time” it is impossible for me to assign a vehicle to that scheme.. The scheme didn’t even appear in the list.
Any idea?
Thanks for that plugin!!
Have a nice day.
]]>Hello everyone
I use Ecalypse pluging well. I have a problem to changing language. I use Polylang multilingual plugin, when I change the site language, Ecalypse wont change. How can I connect between Ecalypse and system language?
By the way, I couldnt show Ecalypse language switcher. I wrote html code to show, but I saw nothing.
Thanks for your good pluging. I hope You will help me to fix this issue.
]]>Hello,
how can I disable the VAT in Summary of Charges?
I turn off VAT in Pricing also in Settings and it still shows in Summary.
And when I set to yes the “Show prices with VAT?” It does not show prices with Vat :/
Can u help me?
Thanks
]]>Hi,
I have purchased below theme and wanted to make sure whether the pugin is compatible to the purchased theme or nor.Please confirm.
https://themeforest.net/item/carena-wordpress-theme/21089295
Hi!
I am reviewing your plugin, in order to buy it. Great plugin so far!
i have a little problem right now:
I am making a search for a car. I take the results for the dates (2 cars).
When i modify the search (hit search again from the side bar) i take 1 result instead of 2 results.
If i hit Sort by then it shows the second result.
Have you seen that before?
ofcource i don’t use an Ecalypse theme. I use Twenty nineteen.
Thank you!
Stelios
Hello, I am using your plugin WITHOUT the Ecalypse Theme, and just received this error to my email:
=============
Chyba typu E_ERROR bola sp?sobená v riadku 330 súboru mywebsite/public_html/wp-content/plugins/ecalypse-rental-starter/class.ecalypse-rental.php. Chybové hlásenie: Uncaught Error: Call to undefined function mb_strtolower() in mywebsite/public_html/wp-content/plugins/ecalypse-rental-starter/class.ecalypse-rental.php:330
Stack trace:
#0 mywebsite/public_html/wp-content/plugins/ecalypse-rental-starter/templates/book-box.php(10): EcalypseRental::t(‘QUICK BOOK’)
#1 mywebsite/public_html/wp-content/plugins/ecalypse-rental-starter/class.ecalypse-rental-theme.php(232): include(‘/var/www/mywebsite/…’)
#2 mywebsite/public_html/wp-includes/shortcodes.php(325): EcalypseRentalTheme::render_book_box(”, ”, ‘ecalypse_rental…’)
#3 [internal function]: do_shortcode_tag(Array)
#4 mywebsite/public_html/wp-includes/shortcodes.php(199): preg_replace_callback(‘/\\[(\\[?)(ecalyp…’, ‘do_shortcode_ta…’, ‘[ecalypse_renta…’)
#5 mywebsite/public_html/wp-includes/class-wp-hook.php(286): do_shortcode(‘[ecalypse_renta…’)
#6 mywebsite/public_html/wp-includes/plugin.php(208): WP_Hook->apply_filters(‘[eca
I am unable to save a page when the ecalypse shortcode is pasted, however when I press CTRL+S it saves. The page however shows nothing, but a blank table, and the css is broken a bit (may not be relevant).
I am using WordPress v. 5.2.2.
Thanks for any help
]]>Hi!
is it possible to rent in locked hour slots?
Our client rents boats, and their system works like this,
there are 3 boats to rent
Morning (09:30 – 13:00) – fixed price
Mid day (13:30 – 17:00) – fixed price
Evening (17:30 – 21:00) – fixed price
but also a
Full day (09:30 – 17:00) – fixed price
Long day (09:30 – 21:00) – fixed price
When someone books a long day, there must be an exclusion on 1 boat for the rest of all time slots. Is this possible? Hope you understand this kind of schedule and you could help me ??
Thanks in advance!
]]>Hello.
How do I change the checkout fields? I would like to add the credit card field and withdraw some. How can I do this ?
The plugin is wonderful!
Come on guys!
Why you don’t answer at all to my support ticket that I made right after I bought your plugin 5 days now (and when I even asked again for a confirmation or an update from your side as I couldn’t work during the weekend as I was planning to) … Honestly I am patient person and I could wait more (people can be sick or whatever) but I saw that meanwhile you updated the plugin here… so I see that you are active and it feels like you chose to ignore me which is not nice. I hate to post this here, but you leave me with few options while trying to get in contact…
I hope is not everything only about the pre-sales marketing.
Thanks,
Sam
Hi,
We tried to follow the Quick installation tutorial at https://wp.ecalypse.com/downloads/car-rental-plugin-wordpress/.
However, the shortcode is not working, and is showing this on the page…
Nothing Yet
[ecalypse_rental_book_box width=”400″]
Please advise.
Much thanks
John Low
Console report following error making the entire solution unusable:
Uncaught TypeError: Cannot read property ‘toString’ of undefined
at checkOfssets (app.js?ver=5.1.1:158)
at HTMLSpanElement.<anonymous> (app.js?ver=5.1.1:91)
at Function.each (jquery.js?ver=1.12.4:2)
at a.fn.init.each (jquery.js?ver=1.12.4:2)
at new Sliders (app.js?ver=5.1.1:49)
at HTMLDocument.<anonymous> (app.js?ver=5.1.1:363)
at i (jquery.js?ver=1.12.4:2)
at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4:2)
at Function.ready (jquery.js?ver=1.12.4:2)
at HTMLDocument.K (jquery.js?ver=1.12.4:2)
Hello Team,
I have installed free rental plugin and i like it. This plugin fulfil most of the requirement of my client. But they need some extra functionality so i need to know that is possible in this plugin?
We have developed bike rental website and have some additional facility for user. Below are the queries.
1) User can able to book bike for single day between 09:00 AM to 05:00 PM only for single day and for minimum 2 hours. After 3 PM user not able to book bike because minimum rent hours is 2 hours. So, this will be possible in this plugin?
2) Our client need Deposit amount $500 as a total payment and rent amount is only for displaying purpose and at time of bike return admin refund remaining amount after deducting rent and tax amount. Does this functionality is customizable?
3) For renting upto 2 hours charges will be $40 per hour and if user booked for 3 or more hours $20 per hours. $20 apply only on extra hours not for beginning 2 hours. For starting 2 hours $40 and then $20 for extra hours booking. For ex.
If i booked bike 21-Jan-2019 for 4 hours so i need to pay $120 + Tax. For starting 2 hours $40 per hour and for reming 2 hours $20 per hour.
4) In plugin description you write for additional payment gateway you have multiple addons. I have searched addon in your website but not found any addons. We need paypal credit card.
5) Is it possible to add Liability Waiver and privacy policy acceptance checkbox in checkout page like terms and conditions.
Also i have checked that your plugin has yearly subscription and its come with theme. Can it be available single plugin and without subscription.
Thanks
]]>I have seen only category shortcode ( [ecalypse_rental_category id=”1″] ), nothing else. Did I miss something or it has only one shortcode. What if I want to show all vehicles of all categories on one page OR if I want to show some vehicles (not all) on home page. Is there any way to do it?
]]>Hello, how do you translate to other languages?
Does it allow multi-language on the web page?
Can you see a demo version somewhere?
Thank you
]]>Hi team,
First if all you’ve created amazing plugin. I was fascinated by the details and professional approach in admin area.
So here what struggles me and I will appreciate your quick response on this:
? We tried to create vehicle categories and no matter how many time we enter information it doesn’t show in admin area and respectively when we try to create vehicle in our fleet
? Same thing as above happens with prices. I enter prices and when I click “Confirm and Add” it gives me confirmation but the price scheme is missing
? Next I need to know what is the policy for multipress websites. Currently I have one website per language (Bulgarian, English and Russian) and one site only for redirect traffic to appropriate version. So If I purchase today your starter plan is it cover my topology or I need to purchase it 3 times. If you have a minute here is the prototype – https://mrentacar.bg/bg/
Looking forward for your answer
Best regards,
Dimitar Dinev
Hello,
I am facing so much problem while using Ecalypse Rental Starter plugin, As this is my web page link (https://prepdevserver2.site/24hourstaxiservices/test-page/) on which I am using Ecalypse Rental Starter Plugin. Everything is working fine in the starting but when I select the Location(Delhi to Agra), Pick-up(Any Date) and Return Date(Any Date other then Pick-up date) from the Modify Search, then the result 4 Cars Will be shown. Then by Clicking on the “Book This Car” Option on any resulted car, a new window will open. In this new window the “Call for price” option is not working and in the Bottom of the page there is a text as “This car is not available. Please contact us.”. On this page nothing is working, how can I book any car on this window and there is no link for final booking. Could you please help me out in resolving this issue.