Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #850743

    Hi guys,

    First off, great theme! I’ve absolutely enjoyed working and delivering websites on the theme to some of our clients! Great work and keep it coming.

    For a recent website, we set-up their website on Enfold along with a custom WooCommerce product page built through the Avia builder. We added After Pay, an easy payment plan option on the website and this is where we’ve hit a rock bottom. The After Pay works using the WooCommerce hooks to add snippets to the product listing and product summary pages AND then on the check-out. While we’ve able to fix the issue with the main shop and the check-out pages, we’re stuck trying to determine the right hook to trigger the payment option on the product summary page.

    We contacted After Pay support and here is what they recommended:

  • Individual Product Pages: add_action(‘woocommerce_single_product_summary’,’afterpay_show_pay_over_time_info_product_page’,15);
  • Product Category Pages: add_action(‘woocommerce_after_shop_loop_item_title’,’afterpay_show_pay_over_time_info_index_page’,15);

    Unfortunately, I’m unable to determine the right hook to fix this and was hoping to get some help to identify the hooks necessary to action these on the website.

#851232

Hey thotadmin,

Unfortunately it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However if its really important for you to get this done, you can always hire a freelancer to do the job for you :)

Best regards,
Basilis

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.