Viewing 2 replies - 1 through 2 (of 2 total)
  • I requested help for this exact same issue on 11/4/19. I’m still waiting, even though it was apparently escalated on 15/4/19 and I was told 3-4 working days for a resolution. I’m still waiting……
    Let me know if you find a way to fix it!

    Plugin Author Afterpay

    (@afterpayit)

    Hi Daniel,

    Thank you for your question. Please find further information below.

    The “[AMOUNT]” placeholder is not a shortcode. The Afterpay Gateway for WooCommerce plugin manually performs a case-sensitive search and replacement of this string during the execution of the methods attached to the various WooCommerce hooks.

    Therefore, this placeholder can only be used as directed inside the plugin settings page. It’s also a requirement that only uppercase characters be used.

    However, the “WC_Gateway_Afterpay::print_info_for_product_detail_page” method that the plugin automatically attaches to the “woocommerce_single_product_summary” hook can be attached to any arbitrary Action hook, provided an instance to the relevant WC_Product is passed to it. This method is responsible for rendering the Afterpay elements defined within the settings page on the individual product pages. The method can also be called directly once the class is instantiated.

    Please consult with your web development team for advanced technical assistance with custom implementations.

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Amount] fix for Elementor’ is closed to new replies.