AbanteCart Community

Shopping Cart Operations => Support => General Support => Topic started by: Nuno Neff on May 19, 2020, 06:00:10 PM

Title: Fast Checkout
Post by: Nuno Neff on May 19, 2020, 06:00:10 PM
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.
Title: Re: Fast Checkout
Post by: abantecart on May 19, 2020, 11:05:06 PM
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


Title: Re: Fast Checkout
Post by: Nuno Neff on May 20, 2020, 06:56:18 PM
Thanks man, i got it :)