We have just released a long-awaited new version of BookingWizz v6.0.0 with a lot of new features and improvements.
When you receive such error in live or test mode – it means that your website already has some plugin which uses Stripe library, and since our plugin uses the same Stripe library – there is a PHP conflict. To fix this – you need to edit wp-content/plugins/stripe_payment_terminal/terminal/stripe/form.processing.php and comment out the line 169 which includes the Stripe.php library […]
1. You will need to edit stripe_payment_terminal/terminal/index.php. Billing information is located on lines starting from 194 to 495. You can remove any fields you want. We would not recommend removing email field and customer’s first/last names, as those fields are used to send confirmation to customer. 2. You will also need to edit stripe_payment_terminal/terminal/stripe/form.processing.php and change line 67 – remove the […]
Yes, it is applicable to BookingWizz if you’re accepting payments using PayPal in our system. BookingWizz uses IPN (Instant Payment Notification) from PayPal to update status of the booking to “Paid” once customer has paid using PayPal. This article contains more information on what paypal is doing to IPN in 2016. Next BookingWizz update will contain the necessary adjustments […]