How do I setup PayPal Express Checkout button to be on the check out page. I would like it to be under the guest option all so I would like it to be one the product page so that if that just want to buy it and go straight to paypal they can.
I filled in the paypal details and enable both the paypal slandered in the payment section and the PayPal Express Checkout button in the module section, but I don't see the anything that said paypal. I only see pay with paypal when you go through the check out step by step.
I'm using Opencart Version 1.5.6.4
So I got the Paypal express button to work, for some reason It wasn't showing up on the default layout. I was thinking it might of been behind a Image or something. So I witch up layouts and I gave the paypal express button a try and there it was sitting on the far left side of the product page. So even if you enable the paypal button you'll still have to use css to position it to where you want it. what I did was take the actual code of the paypal button added a style to it then disable the plugin for the page it was on.
check it out on my test site http://newlayout.bharstore.com/index.ph ... duct_id=73
Code: Select all
<div id="kpal">
<a href="http://newlayout.bharstore.com/index.php?route=payment/pp_express/express" title="PayPal Express Checkout" style="text-decoration:none;">
<img src="https://www.paypalobjects.com/en_GB/i/btn/btn_xpressCheckout.gif" alt="PayPal Express Checkout" style="float:right;"></a>
</div>
check it out on my test site http://newlayout.bharstore.com/index.ph ... duct_id=73
Who is online
Users browsing this forum: No registered users and 39 guests