Different views of the calendar on different pages of the same site
I have two types of appointments, Workshops (free) and Skype Consultations (prepaid through Paypal. Currently they are all booked together at https://buteykoplus.com/reservations/ which can be a bit confusing for the clients, but ideally I would like to display the free and paid appointments on different web pages. Is there any way to do that?
Thanks /Derm
Thanks /Derm
4 Answers
Hi Derm, yes there is a way to do that. Only thing that you need to do is to make payment not mandatory (in PayPal Extension options) and put
use_paypal="0"
/ use_paypal="1"
within shortcode on those two pages. So 0
is for page where you have free and 1
is for paying services.
Best regards,
NikolaThanks Nikola, Using use_paypal=\"0\" suppresses payment solves half the problem. Is there a way to limit the services in the dropdown to only the \"Free\" services? Filter by price = 0 and price > 0 for example?
Do you have more than one location?
Best regards,
Nikola
Please login or Register to submit your answer