leanderstarr1
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Move Woopayments BNPL badges below product price?Thank you @shameemreza , my theme developer managed to help with this:
add_action( ‘wp_footer’, function() { ?> <script> jQuery(document).ready(function($) { function moveElement() { if ($(‘#payment-method-message’).length && $(‘.woocommerce-variation-price’).length) { $(‘#payment-method-message’).appendTo(‘.woocommerce-variation-price’); } else { setTimeout(moveElement, 100); // Check again after 100ms } } moveElement(); }); </script> <?php });
Thanks again and have a good one.
Brgds, mike
Forum: Plugins
In reply to: [WooCommerce] Stop Orders Auto-Completing?Thanks everyone, apologies for the late reply! perfect i have requested the 3rd party provider to figure out what the issue is 🙂
etc…
Goodday, Oh yes I forget about this thanks for clarifying all of this 🙂
Thanks again & Brgds,
mikeForum: Plugins
In reply to: [Advanced Shipment Tracking for WooCommerce] Can’t add new courierThanks for the response but no luck. Just says No Shipping Providers Found?
Brgds, mikeForum: Plugins
In reply to: [Advanced Shipment Tracking for WooCommerce] Can’t add new courierI’m having the same problem?