Jump to content

why my payment_gateway is like this?


langziyang

Recommended Posts

post-620354-0-65793700-1400210506_thumb.png

 

this is my payment.tpl

<p class="payment_module">
            <a href="{$link->getModuleLink('chinabank','payment',[],true)|escape:'html'}" title="{l s='网银在线支付' mod=chinabank}">
                <img src="{$this_path}chinabank.gif" width="86" height="49">
                {l s='使用网银在线支付' mod='chinabank'}
            </a>
        </p>
Link to comment
Share on other sites

Hi lang,

 

- Do you have a link to your shop, so we can have a look?

- What PrestaShop version do you use?

- Do you use a custom Theme, or just the default one?

 

pascal

 

1、not have link the shop

2、v1.6.0.6

3、just default Theme

Link to comment
Share on other sites

and what are the contents of your module tpl file? can you show it, please?

 

this is my moduel tpl file

        <p class="payment_module">
            <a href="{$link->getModuleLink('chinabank','payment',[],true)|escape:'html'}" title="{l s='网银在线支付' mod=chinabank}">
                <img src="{$this_path}chinabank.gif" width="86" height="49">
                {l s='使用网银在线支付' mod='chinabank'}
            </a>
        </p>

 and this is cheque module tpl file

<p class="payment_module">
	<a href="{$link->getModuleLink('cheque', 'payment', [], true)|escape:'html'}" title="{l s='Pay by check.' mod='cheque'}">
		<img src="{$this_path_cheque}cheque.jpg" alt="{l s='Pay by check.' mod='cheque'}" width="86" height="49" />
		{l s='Pay by check' mod='cheque'} {l s='(order processing will be longer)' mod='cheque'}
	</a>
</p>

Link to comment
Share on other sites

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...