-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
55 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<style type="text/css"> | ||
.culqi-payment { | ||
padding: 30px 0px 50px 200px !important; | ||
background: url('https://i.imgur.com/10Nj1l0.png') 23px 22px no-repeat #fbfbfb; | ||
} | ||
</style> | ||
|
||
<div class="row"> | ||
<div class="col-xs-12"> | ||
<p class="payment_module"> | ||
<a class="culqi-payment" href="{$link->getModuleLink('culqi', 'payment', [], true)|escape:'htmlall':'UTF-8'}" title="{l s='Pagar con tarjeta de crédito o débito' mod='culqi'}"> | ||
Pagar con Tarjeta | ||
<span>Pague con tarjeta de crédito/debito.</span> | ||
</a> | ||
</p> | ||
</div> | ||
</div> |