From d253aa44fe29492f7166315bf414feec31eaaff2 Mon Sep 17 00:00:00 2001 From: Daniel Dudzic Date: Tue, 2 Jul 2024 13:07:39 +0200 Subject: [PATCH] Improve Place Order button styling --- modules/ppcp-axo/src/Assets/AxoManager.php | 7 ++----- modules/ppcp-button/src/Assets/SmartButton.php | 6 ++---- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/modules/ppcp-axo/src/Assets/AxoManager.php b/modules/ppcp-axo/src/Assets/AxoManager.php index 36f0ea069..363f0d092 100644 --- a/modules/ppcp-axo/src/Assets/AxoManager.php +++ b/modules/ppcp-axo/src/Assets/AxoManager.php @@ -237,8 +237,6 @@ class AxoManager { * Renders the HTML for the AXO submit button. */ public function render_checkout_button(): void { - $id = 'ppcp-axo-submit-button-container'; - /** * The WC filter returning the WC order button text. * phpcs:disable WordPress.WP.I18n.TextDomainMismatch @@ -246,10 +244,9 @@ class AxoManager { $label = apply_filters( 'woocommerce_order_button_text', __( 'Place order', 'woocommerce' ) ); printf( - '