SAAS-1025: Restyle the billing page
Changed pricing grid header Added paypal and 2checkout badges
This commit is contained in:
parent
9951abd897
commit
7e1fe030fe
2 changed files with 10 additions and 6 deletions
|
@ -408,6 +408,10 @@ echo($currentProduct["name"]);
|
|||
<div id="paymentmethod">
|
||||
<?php echo $form->paymentmethod ?>
|
||||
</div>
|
||||
<!-- PayPal Logo --><table border="0" cellpadding="10" cellspacing="0"><tr><td></td></tr><tr><td align="center"><img src="https://www.paypalobjects.com/webstatic/en_CA/mktg/logo-image/bdg_secured_by_pp_2line.png" border="0" alt="Secured by PayPal"></td></tr></table><!-- PayPal Logo -->
|
||||
<div>
|
||||
<img src="https://www.2checkout.com/upload/images/paymentlogoshorizontal.png" alt="2Checkout.com is a worldwide leader in online payment services" />
|
||||
</div>
|
||||
|
||||
<div class="clearfix"></div>
|
||||
<div id="total_box">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue