Change 'Add to cart' text on WooSlider to 'Send your order'?
-
Hello,
When I included
display_add_to_cart="true"
on the WooSlider options, is there any way to change the out putted text to ‘Send your order’?I was able to do it for the Woocommerce using the following code:
add_filter('catalog_visibility_alternate_add_to_cart_button', 'my_alternate_button', 10, 1); function my_alternate_button($content) { return '<a href="https://devpmf:8888/?page_id=101">Send Your Order</a>'; }
But can’t do it for the WooSlider.
Thanks
Joe
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Change 'Add to cart' text on WooSlider to 'Send your order'?’ is closed to new replies.