shipping method in packing slip and bill
-
Hi.
we want to change the text of the shipping method that appears in the bills and packing slip.
Before was set correctly but we dont know what happened, and now its showing the wrong text.
in the screenshot you can see in spanish it says:
Current text: https://ibb.co/tqBHMBL (shipping: Shipping costs) (Envió: Gastos de envío) [Wrong]
Before text: https://ibb.co/WFky7tZ (shipping: Free Shipping) (Envió: Envío gratuito) [Correct]
We want to set it back when it says “(shipping: Free Shipping)” check the before text screenshot.
I checked the configuration of the template packing-slip.php it seems be ok:
<tr class=”shipping-method”>
<th><?php _e( ‘Shipping Method:’, ‘woocommerce-pdf-invoices-packing-slips’ ); ?></th>
<td><?php $this->shipping_method(); ?></td>
</tr>How we can fix this ?
Thank you.
- The topic ‘shipping method in packing slip and bill’ is closed to new replies.