Afterpay
Forum Replies Created
-
Forum: Plugins
In reply to: [Afterpay Gateway for WooCommerce] Checkout images not using HTTPSHi @tinshapes,
Thanks for your message, and for the subsequent update. Great to know that you were able to address this challenge directly from within the WordPress admin.
Despite this particular instance already being resolved, it’s still possible that there is room for improvement – with regard to this challenge – from the plugin perspective as well. Further investigation has been scheduled to this effect. Preliminary findings suggest that it could be appropriate to replace uses of the
WP_PLUGIN_URLconstant with a call to theplugins_urlmethod.As always, any subsequent updates to the Afterpay Gateway for WooCommerce plugin will be distributed via the official WordPress Plugin Directory.
Thank you.
Forum: Plugins
In reply to: [Afterpay Gateway for WooCommerce] Product with no price outputHi @da_mask,
Thanks for following up.
Yes, hooks are described in the Afterpay online documentation under “Advanced Configuration > Hooks”:
Thank you.
Forum: Plugins
In reply to: [Afterpay Gateway for WooCommerce] Product with no price outputHi @da_mask,
Thank you for your message.
The behaviour described here represents a known challenge that is expected to be addressed in the next release. In the meantime, please consider using the
afterpay_html_on_individual_product_pageshook to hide the Afterpay content for either a specified array of Product IDs, or any instance of the “available between” message.For example, the following code sample can be added to the active theme’s functions.php file:
/** * @param string $str_html * @param WC_Product $product * @param float $price */ function afterpay_hoipp_callback( $str_html, $product, $price ) { # Hide the "Installments by Afterpay available between X - Y" message if (preg_match('/available between/m', $str_html)) { $str_html = ''; } return $str_html; } add_filter( 'afterpay_html_on_individual_product_pages', 'afterpay_hoipp_callback', 10, 3 );Thank you.
Hi @bencalder,
Thanks for your message. The team would be more than happy to assist with an investigation. Please submit a support request using the following web form:
If possible, please include a description of how it came to be concluded that the Afterpay Gateway for WooCommerce plugin was the cause of the error. A member of the technical team will respond to your request within 1 business day.
Thank you.
Hi @embercide,
Thanks for reporting this PHP notice. The development team will investigate alternatives to the serialisation of the
WC_Checkoutobject. In the meantime, please consider configuring the error reporting level of any Production environment to exclude notices.Thank you.
Forum: Plugins
In reply to: [Afterpay Gateway for WooCommerce] JQuery Version Check is FaultyHi @galapogos01 and @embercide,
Thanks again for your comments.
A resolution for this item was included in v2.1.0, released today. Please be sure to follow the WordPress recommendations for performing backups and testing in a staging environment prior to production deployment.
Thank you.
Forum: Plugins
In reply to: [Afterpay Gateway for WooCommerce] Errors in debug.logHi @embercide, @antonynz and @herman123456,
Please be advised that the latest release of the Afterpay Gateway for WooCommerce plugin (v2.1.0) includes several revisions to the checkout functionality for WooCommerce 3.6 and 3.7. Please reply to this topic if any verbose notices similar to those reported above are occurring in v2.1.0.
Thank you.
Hi @embercide and @deepwebdesign,
Please be advised that the idempotency cron has been removed (in favour of extended initial timeouts) in the latest release, v2.1.0. This topic will therefore be marked as resolved.
Thank you.
Forum: Plugins
In reply to: [Afterpay Gateway for WooCommerce] JQuery Version Check is FaultyHi @galapogos01,
Thank you for your additional question. Timelines for future releases are not announced to the public at this time. Official plugin releases are distributed via the official WordPress plugins directory.
Thank you.
Forum: Plugins
In reply to: [Afterpay Gateway for WooCommerce] JQuery Version Check is FaultyHi @galapogos01,
Thank you for following up regarding this known item. To request a beta version of the plugin that incorporates a change to address this behaviour, please submit a support request using the following web form:
Alternatively, please wait for the next iteration of the Afterpay Gateway for WooCommerce to be released via the WordPress Plugin Directory. A resolution for this item has been scheduled for inclusion in the upcoming release.
Thank you.
Forum: Plugins
In reply to: [Afterpay Gateway for WooCommerce] Merchant configurability suggestion . .Hi @boutiquelife,
Thank you for this suggestion, Stuart.
Please note that the rich text editors within the plugin settings page allow admins to customise the display of the Afterpay elements to suit the presentation needs of the individual WooCommerce store. These text blocks are stored in the WordPress database and are not modified or affected in any way during the plugin update process. This content can be filtered from the theme’s
functions.phpfile, and each area has a different hook.The checkout content does not have a rich text area for accepting custom base content. However, the Afterpay content that appears at the checkout can be filtered by attaching a method to the
afterpay_html_at_checkoutfilter hook. This can be done from the theme’sfunctions.phpfile, which will not be altered during the plugin update process.Happy to discuss further if the response above does not address the specific challenges experienced.
To ensure the Afterpay Merchant Services Team are able to provide tracking for enhancement requests submitted by partnered agencies and merchants, the team recommend submitting all support requests via the following web form:
Once submitted, the requester will be provided with a tracking number and a dedicated support team member who will be in a position to provide individualised assistance.
Thank you.
Forum: Plugins
In reply to: [Afterpay Gateway for WooCommerce] Errors in debug.logHi @antonynz,
Thanks for your comment. Your assessment seems to be accurate.
A future iteration of the plugin will only use the deprecated methods in parallel with legacy versions of WooCommerce. In the meantime, the suggestion is to avoid logging or displaying PHP Notices in Production environments.
Thanks for your patience.
Hi @joelseneque,
Thank you for your message.
There is currently a known compatibility challenge relating to custom checkout fields. This is planned to be resolved in an upcoming release of the plugin. In the meantime, please create a support ticket using the link below, so that a team member can assist in troubleshooting this individual case with you. In some cases, a workaround has been successfully applied.
https://help.afterpay.com/hc/en-au/requests/new?ticket_form_id=193406
Thank you.
Forum: Plugins
In reply to: [Afterpay Gateway for WooCommerce] Errors in debug.logHi @embercide,
Thank you for sharing these six log entries.
The first four represent a known item that has been addressed in a currently unreleased version of the plugin. Please contact the support team using the link below for early access to the latest release candidate.
The fifth entry has not been reported before, but does not appear to be related to the Afterpay plugin. This notice was triggered from the theme’s
functions.phpfile and references a method that is not called directly by the Afterpay plugin.This is the first report of the final log entry with regard to WooCommerce Product properties being accessed directly. Thanks for highlighting this. A ticket has been filed in our internal tracking system to be scheduled for further investigation and resolution.
If you would like to request a member of the support team to provide further assistance in troubleshooting this individual case with you, please create a support ticket here:
https://help.afterpay.com/hc/en-au/requests/new?ticket_form_id=193406Thank you.
Forum: Reviews
In reply to: [Afterpay Gateway for WooCommerce] Support is non-existantHi @embercide,
Thank you very much for your considered feedback.
Very happy to address each of the notes raised in the feedback above, starting with the comment about response time.
Each Afterpay Merchant is provided with a series of support channels for working through any technical challenges or concerns that may arise after completing an integration. Zendesk is our primary support channel, with response times typically within 1 business day. To date, the WordPress Support Forum has been used as a source of feature requests and enhancements for future builds – the team will continue to check the forum for feedback and commentary.
Regarding the high frequency cron task, this was explained in a separate thread. For further detail please utilise the Zendesk channel via the link below.
Very interested to learn more about the IPN challenge mentioned above. More than happy to assist in any way possible. Again, please use the link below, and be sure to include any details that may add value to the investigation.
Please raise each matter separately to the support team so that a dedicated investigation can be carried out for each case. The following form is the recommended channel for requesting technical support:
https://help.afterpay.com/hc/en-au/requests/new?ticket_form_id=193406
A team member will respond to each item – typically within 1 business day – providing any further details or technical support as required.Thank you.