
Отличная подборка плагинов для вукомерс:
1. Simplify Commerce
2. WooCommerce Advanced Free Shipping
1 2 3 4 5 6 |
//Remove (Free) label on cart page for "Shipping and Handling" if cost is $0 function sv_change_cart_shipping_free_label( $label ) { $label = str_replace( "(Free)", " ", $label ); return $label; } add_filter( 'woocommerce_cart_shipping_method_full_label' , 'sv_change_cart_shipping_free_label' ); |
3. WooCommerce Cart Tab
4. WooCommerce Email Validation
5. WooCommerce Bundle-Style Coupons
6. WooCommerce Menu Cart
7. Pushover for WooCommerce
Автоматические уведомления через приложение Pushover
8. WooCommerce Bulk Discount
9. WooCommerce Grid / List toggle
10. WooCommerce Product Video Tab
Источник: https://www.sellwithwp.com