50 document(s) found for: "payment form"



BookingWizz Booking System v6.0.0 released

We have just released a long-awaited new version of BookingWizz v6.0.0 with a lot of new features and improvements.

None of the email notifications are received – what may be the reason for this?

If both admin and customers don’t get email notifications from payment terminal there is a chance that your hosting provider is blocking those emails for some reason. Here’s what you need to check: Check your/your customer’s spam folder – emails may have went there.Open support ticket with your hosting provider and ask them if sending emails through […]

PHP Fatal error: Cannot declare class Stripe, because the name is already in use …

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 […]

How do I delete fields from billing section of the terminal?

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 […]

I received email from PayPal regarding merchant security upgrades in 2016 – is this applicable to BookingWizz?

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 […]