24 lines
964 B
Smarty
24 lines
964 B
Smarty
{*
|
|
* We offer the best and most useful modules PrestaShop and modifications for your online store.
|
|
*
|
|
* We are experts and professionals in PrestaShop
|
|
*
|
|
* @author PresTeamShop.com <support@presteamshop.com>
|
|
* @copyright 2011-2017 PresTeamShop
|
|
* @license see file: LICENSE.txt
|
|
* @category PrestaShop
|
|
* @category Module
|
|
*}
|
|
|
|
<div>
|
|
{l s='Go to the' mod='onepagecheckoutps'}
|
|
<a target="_blank" href="{$paramsBack.MODULE_DIR|escape:'htmlall':'UTF-8'}docs/index_{if $paramsBack.ISO_LANG eq 'es'}es{else}en{/if}.html#tab_paypal">{l s='user guide' mod='onepagecheckoutps'}</a> >
|
|
{l s='option "How to create an application on Paypal?"' mod='onepagecheckoutps'}
|
|
<br/><br/>
|
|
|
|
<b>* Return URL:</b>
|
|
<br/>
|
|
{foreach $paramsBack.LANGUAGES item='language'}
|
|
<input type="text" value="{$paramsBack.LINK->getModuleLink('onepagecheckoutps', 'login', ['sv' => 'Paypal'], null, $language.id_lang)|escape:'htmlall':'UTF-8'}"/>
|
|
{/foreach}
|
|
</div> |