hide shipping label
-
just some feedback or wanting to know if there is a way to do this
you have:
$titulo = apply_filters( 'apg_shipping_label', $metodo->label );Which allows us to use the filter to change the shipping label BUT at that point the label doesn’t include the colon :
So if I return an empty string in the filter then the colon is still outputI would like to make the shipping label completely blank in certain instances. If you include the colon in the value sent to app_shipping_label filter then I would be able to do this.
In any case is there another way to have a blank label?Thanks for the great plugin
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘hide shipping label’ is closed to new replies.