For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
HomeGuidesAPI Reference
HomeGuidesAPI Reference
  • Welcome
    • Business Hub
  • Platforms
    • Platforms Quickstart
    • Adyen
    • Ecwid
    • Shopify
    • Stripe
      • Introduction
      • Getting Started
      • Install Plugin
      • Configure Plugin
      • Update Plugin
      • Advanced Configuration
      • Currency Conversion
      • FAQ
  • Afterpay Messaging
    • Getting Started
    • Implementation
    • Migration
    • Legacy Messaging Products
    • Launch Afterpay Info Modal Anywhere
  • API Development
    • API Quickstart
    • Test Environments
    • Certification
    • Disputes
    • Upgrade from API v1 to v2
  • SDK
    • iOS SDK
    • Android SDK
    • React Native SDK
    • PHP SDK
  • Marketing
    • Shop Directory
    • Brand Assets
LogoLogo
On this page
  • Why is Afterpay not showing on product pages?
  • Why is Afterpay not showing on category and search result pages?
  • Why is Afterpay not showing on the cart page?
PlatformsWooCommerce

Woo Commerce FAQ

Was this page helpful?
Previous

Introduction

Next
Built with

Frequently Asked Questions about the Afterpay WooCommerce Integration.


Why is Afterpay not showing on product pages?

To display the Afterpay installment detail on the product pages, the active WordPress theme must implement the below action hook:
woocommerce_single_product_summary

You must also enable the Payment Info on Individual Product Pages* setting, and the product must be eligible. For advanced configuration, see the Hooks section of the WooCommerce Advanced Configuration page in this guide.


Why is Afterpay not showing on category and search result pages?

To display the Afterpay installment detail on the category and search result pages, the active WordPress theme must implement the below action hook:
woocommerce_after_shop_loop_item_title

You must also enable the Payment Info on Category Pages setting, and the product/s must be eligible. For advanced configuration, see the Hooks section of the WooCommerce Advanced Configuration page in this guide.


Why is Afterpay not showing on the cart page?

To display the Afterpay installment detail on the cart page, the active WordPress theme must implement the below action hook:
woocommerce_cart_totals_after_order_total

You must also enable the Payment Info on Cart Page setting, and all the cart items must be eligible. For advanced configuration, see the Hooks section of the WooCommerce Advanced Configuration page in this guide.