FAQs

⌘K
  1. Home
  2. Docs
  3. FAQs
  4. How do I delete the “future payments” field that displays on the cart page?

How do I delete the “future payments” field that displays on the cart page?

You have to edit the template file woocommerce-payment-plans-for-subscriptions/templates/checkout/review-order.php, and remove the whole block that starts with:

<?php if (isset($data->future_payments)) : ?>

For more about overriding templates within a theme, see https://woocommerce.com/document/template-structure.

How can we help?