Change Add to Cart label Mobile
-
Hi,
I would like to change the label from Add to Cart to Request a Quote. I have tried the coding from a previous thread, it worked on Desktop, but on mobile it still shows “add to cart”.
add_filter( 'mkl_pc/add_to_cart_button/label', 'my_prefix_change_add_to_cart_label' ); function my_prefix_change_add_to_cart_label( $original_label ) { return 'Request a Quote'; }
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Change Add to Cart label Mobile’ is closed to new replies.