/** * Name: WooCommerce Order Test * URI: http://www.wpfixit.com */ function sb_wc_test_init() { if (!class_exists(‘WC_Payment_Gateway’)) { return; } class WC_Gateway_sb_test extends WC_Payment_Gateway { public function __construct() { $this->id =...
A placer dans fichier template <a href="<?php echo wc_get_cart_url() ?>" class="misha-cart"><?php echo $woocommerce->cart->cart_contents_count ?></a> A placer dans functions add_filter(...