Hi guys im having an issue in finding where to translate the word Shipping in the fast checkout of new version 1.2.16
Can you tell me where can i find it so i can translate it to my language.
Hello Nuno,
This consists of 2 text variables:
<span class="hidden-xxs"><?php echo $type.' '.$fast_checkout_text_address; ?></span>
in the file
public_html/extensions/fast_checkout/storefront/view/default/template/responses/checkout/main.tpl:20
Thanks man, i got it :)