Jump to content
  • 0

moduł PayPal baner express checkout


japanstore_01

Question

Witam,

 

Proszę o pomoc, próbuję podmienić logo PayPal Express Checkout z en_US na pl_PL tak żeby zmieniało się przy wyborze języka, za nic mi się nie udaje.

 

Link do en_US: https://www.paypal.com/en_US/i/btn/btn_xpressCheckout.gif

do pl_PL: https://www.paypal.com/pl_PL/i/btn/btn_xpressCheckout.gif

 

Czy dobrze kombinuje że w pliku express_checkout_shortcut_button.tpl trzeba coś zmienić?

<div id="container_express_checkout" style="float:right; margin: 10px 40px 0 0">
	{if isset($use_mobile) && $use_mobile}
		<div style="margin-left:30px">
			<img id="payment_paypal_express_checkout" src="{$base_dir_ssl|escape:'htmlall':'UTF-8'}modules/paypal/views/img/logos/express_checkout_mobile/CO_{$PayPal_lang_code|escape:'htmlall':'UTF-8'}_orange_295x43.png" alt="" />
		</div>
	{else}
		{if $paypal_express_checkout_shortcut_logo != false}
		<img id="payment_paypal_express_checkout" src="{$paypal_express_checkout_shortcut_logo|escape:'htmlall':'UTF-8'}" alt="" />
		{else}
		<img id="payment_paypal_express_checkout" src="https://www.paypal.com/{$PayPal_lang_code|escape:'htmlall':'UTF-8'}/i/btn/btn_xpressCheckout.gif" alt="" />
		{/if}
	{/if}
	{if isset($include_form) && $include_form}
		{include file="$template_dir./express_checkout_shortcut_form.tpl"}
	{/if}
</div>
<div class="clearfix"></div>
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...