• After booking an appointment, it redirects to a payment page.
    We need the Price value so payment (Stripe) knows what to charge.
    How can we access this value?
    Alternatively, does your plug-in have a payment integration module with Stripe and/or PayPal?
    Thanks,
    Linda

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    Hi Linda,

    We have PayPal integration option for the plugin,for which you could access the settings by navigating to the “Payment” area of the “Options” tab. You could set the price for the services by navigating to the “Services” tab and selecting a service.
    Unfortunately, at the moment we do not have integration with Stripe.

    Thread Starter lcg470

    (@lcg470)

    Okay, thanks for the clarification.

    Can you provide the shortcode or variable name for “Price” of the service the client has booked?

    We want the price to be printed on the thank you page as well as in the email.
    Linda

    Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    The service data is saved in the wp_postmeta table in your WP database. The meta_key used is “Service Price”. You could query that data if you wanted to display the price somewhere. This isn’t something we’ve tested, so we would not be able to offer any further guidance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Accepting Payments’ is closed to new replies.