<svg width="175" height="45">
<image width="175" height="45" src="/wp-content/themes/onepress/assets/images/logo.svg" onerror="this.onerror=null; this.src=\'/wp-content/themes/onepress/assets/images/logo.jpg\'" class="custom-logo" alt="" itemprop="logo">
<text xmlns="http://www.w3.org/2000/svg" x="2407" y="1692" class="fil3 str1 fnt0">Stringers</text>
<text xmlns="http://www.w3.org/2000/svg" x="6850" y="1692" class="fil4 str2 fnt0">Hub</text>
</svg>
// Removes Product Successfully Added to Cart
add_filter( 'wc_add_to_cart_message_html', 'custom_add_to_cart_message' );
function custom_add_to_cart_message() {
echo '<style>.woocommerce-message {display: none !important;}</style>';
wc_clear_notices();
}
$form.on( 'click', '.single_add_to_cart_button', { variationForm: this }, this.onAddToCart );
<form class="cart" method="post" enctype="multipart/form-data">
<button type="submit" name="add-to-cart" value="28" class="single_add_to_cart_button button alt">Купить</button>
</form>
<a rel="nofollow" href="/product/opryskivatel-pnevmaticheskij-bizon/?add-to-cart=26" data-quantity="1" data-product_id="26" data-product_sku="" class="button product_type_simple add_to_cart_button ajax_add_to_cart" tabindex="0">Купить</a>
<?php echo wp_kses_data( WC()->cart->get_cart_contents_count() );?>