Awesome thank you – so that is fixed on all products now presumably? Legend – appreciate your help.
One other issue I have just encountered, with the Xstore checkout page not using the official woo checkout block, the google pay button does not render on checkout page (stripe payments – gpay button for android).
I did add a fix (see below) but this only applies to the actual woo shortcode [woocommerce_checkout] and has no effect on Xstore.
Any idea how to get the google / apple button to appear on checkout page please?
The fix I tried which had no effect is –
add_action('woocommerce_review_order_before_submit', function() {
if (function_exists('wc_stripe_payment_request_button')) {
wc_stripe_payment_request_button();
}
});
Access via private – thanks.