Free shipping message in product page
-
Hello,
I want to display message “Free shiping” in my product page when i have selected this option i backoffice.
I don’t know exactly what command i should use.
I ovverride content-single-product template.It should be something like that?
<?php if ( isset( $available_methods['free_shipping'] ) ) { echo 'Free Shiping'; } ?>
This didn’t work ofc, so i am asking for help ??
Thanks!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Free shipping message in product page’ is closed to new replies.