Jump to content

Cash on delivery - payment hook


Recommended Posts

I'm trying to adjust COD module from prestahost to my needs and I have problem with adjusting the hook. It looks that everything is moved to the right side. How can I correct it so it looks like the rest of the column? Picture below. 

 

code:

{*
* PrestaHost.cz / PrestaHost.eu
*
*
*  @author prestahost.eu <[email protected]>
*  @copyright  2014  PrestaHost.eu, Vaclav Mach
*  @license    http://prestahost.eu/prestashop-modules/en/content/3-terms-and-conditions-of-use
*}
<div class="row">
    <div class="col-xs-12 col-md-12">
        <p class="payment_module">
            <a   href="{$link->getModuleLink('cashondeliveryplus', 'validation', [], true)}" title="{l s='Pay with cash on delivery (COD)' mod='cashondeliveryplus'}">
            <img src="{$this_path}cashondeliveryplus.gif" alt="{l s='Pay with cash on delivery (COD)' mod='cashondeliveryplus'}" align="middle" style="float:left;" />
            {l s='Płatność przy odbiorze. Dodatkowa opłata wynosi 6 zł brutto.' mod='cashondeliveryplus'}
            <br style="clear:both;" />
            </a>
        </p>
    </div>
</div>

CHROME:

Mk8t1d9.png

 

SAFARI:

wRLXSFC.png

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