Jump to content

Edit History

PCQUATRO

PCQUATRO

19 minutes ago, lasseboy said:

but I can't find the file to change.

You just have to look for class="klarna-widget klarna-badge-tooltip klarna-tooltip" for example, or alt="Klarna payment display" ...

you could start by the code you provided...

<div style="text-align:center; width:100%;">
  {if $klarnav3_footer_layout != 0}    
  {if $klarnav3_footer_layout == 1}        <img style="text-align:center !important;" src="https://cdn.klarna.com/1.0/shared/image/generic/badge/{$kco_footer_locale|escape:'html':'UTF-8'}/checkout/long-blue.png?width=440" />    {/if}    
  {if $klarnav3_footer_layout == 2}        <img style="text-align:center !important;" src="https://cdn.klarna.com/1.0/shared/image/generic/badge/{$kco_footer_locale|escape:'html':'UTF-8'}/checkout/long-white.png?width=440" />    {/if}    
  {if $klarnav3_footer_layout == 3}        <img style="text-align:center !important;" src="https://cdn.klarna.com/1.0/shared/image/generic/badge/{$kco_footer_locale|escape:'html':'UTF-8'}/checkout/short-blue.png?width=312" />    {/if}    
  {if $klarnav3_footer_layout == 4}        <img style="text-align:center !important;" src="https://cdn.klarna.com/1.0/shared/image/generic/badge/{$kco_footer_locale|escape:'html':'UTF-8'}/checkout/short-white.png?width=312" />    {/if}
</div>

Best Regards

PCQUATRO

PCQUATRO

18 minutes ago, lasseboy said:

but I can't find the file to change.

You just have to look for class="klarna-widget klarna-badge-tooltip klarna-tooltip" for example, or alt="Klarna payment display" ...

you could start by the code you provided...

<div style="text-align:center; width:100%;">
  {if $klarnav3_footer_layout != 0}    
  {if $klarnav3_footer_layout == 1}        <img style="text-align:center;" src="https://cdn.klarna.com/1.0/shared/image/generic/badge/{$kco_footer_locale|escape:'html':'UTF-8'}/checkout/long-blue.png?width=440" />    {/if}    
  {if $klarnav3_footer_layout == 2}        <img style="text-align:center;" src="https://cdn.klarna.com/1.0/shared/image/generic/badge/{$kco_footer_locale|escape:'html':'UTF-8'}/checkout/long-white.png?width=440" />    {/if}    
  {if $klarnav3_footer_layout == 3}        <img style="text-align:center;" src="https://cdn.klarna.com/1.0/shared/image/generic/badge/{$kco_footer_locale|escape:'html':'UTF-8'}/checkout/short-blue.png?width=312" />    {/if}    
  {if $klarnav3_footer_layout == 4}        <img style="text-align:center;" src="https://cdn.klarna.com/1.0/shared/image/generic/badge/{$kco_footer_locale|escape:'html':'UTF-8'}/checkout/short-white.png?width=312" />    {/if}
</div>

Best Regards

PCQUATRO

PCQUATRO

17 minutes ago, lasseboy said:

but I can't find the file to change.

You just have to look for class="klarna-widget klarna-badge-tooltip klarna-tooltip" for example, or alt="Klarna payment display" ...

you could start by the code you provided...

<div style="text-align:center; width:100%;">
  {if $klarnav3_footer_layout != 0}    
  {if $klarnav3_footer_layout == 1}        <img src="https://cdn.klarna.com/1.0/shared/image/generic/badge/{$kco_footer_locale|escape:'html':'UTF-8'}/checkout/long-blue.png?width=440" />    {/if}    
  {if $klarnav3_footer_layout == 2}        <img src="https://cdn.klarna.com/1.0/shared/image/generic/badge/{$kco_footer_locale|escape:'html':'UTF-8'}/checkout/long-white.png?width=440" />    {/if}    
  {if $klarnav3_footer_layout == 3}        <img src="https://cdn.klarna.com/1.0/shared/image/generic/badge/{$kco_footer_locale|escape:'html':'UTF-8'}/checkout/short-blue.png?width=312" />    {/if}    
  {if $klarnav3_footer_layout == 4}        <img src="https://cdn.klarna.com/1.0/shared/image/generic/badge/{$kco_footer_locale|escape:'html':'UTF-8'}/checkout/short-white.png?width=312" />    {/if}
</div>

Best Regards

PCQUATRO

PCQUATRO

13 minutes ago, lasseboy said:

but I can't find the file to change.

You just have to look for class="klarna-widget klarna-badge-tooltip klarna-tooltip" for example, or alt="Klarna payment display" ...

you could start by the code you provided...

<div style="text-align:center; width:100%;">
  {if $klarnav3_footer_layout != 0}    {if $klarnav3_footer_layout == 1}        <img src="https://cdn.klarna.com/1.0/shared/image/generic/badge/{$kco_footer_locale|escape:'html':'UTF-8'}/checkout/long-blue.png?width=440" />    {/if}    
  {if $klarnav3_footer_layout == 2}        <img src="https://cdn.klarna.com/1.0/shared/image/generic/badge/{$kco_footer_locale|escape:'html':'UTF-8'}/checkout/long-white.png?width=440" />    {/if}    {if $klarnav3_footer_layout == 3}        <img src="https://cdn.klarna.com/1.0/shared/image/generic/badge/{$kco_footer_locale|escape:'html':'UTF-8'}/checkout/short-blue.png?width=312" />    {/if}    
  {if $klarnav3_footer_layout == 4}        <img src="https://cdn.klarna.com/1.0/shared/image/generic/badge/{$kco_footer_locale|escape:'html':'UTF-8'}/checkout/short-white.png?width=312" />    {/if}
</div>

Best Regards

×
×
  • Create New...