Search results

  1. A

    How to sort payment options at checkout - Alidropship original plugin

    Someone tried to do this using GPT? he generated me such code: // Add this code to your Alidropship plugin's checkout page template file, e.g. checkout.php // Move Stripe as the first payment option add_action( 'woocommerce_checkout_order_review', 'move_stripe_payment_gateway_first', 10 )...
Top