Viewing 1 replies (of 1 total)
  • Hey there,

    You can use the pmpro_show_discount_code to control whether to hide/show the discount code box:
    add_filter('pmpro_show_discount_code, ‘__return_true’);`

    If you need to customize the checkout page further, you can use a custom checkout page template by copying the “paid-memberships-pro/pages/checkout.php” file to your own theme at “yourtheme/paid-memberships-pro/checkout.php” and edit as necessary.

    Hope that helps!

    Thanks,
    Jess

Viewing 1 replies (of 1 total)
  • The topic ‘Display Discount Code box automatically’ is closed to new replies.