X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Paypal button in mini cart? (https://forum.x-cart.com/showthread.php?t=57047)

masada3336 12-13-2010 02:58 PM

Paypal button in mini cart?
 
I'd like to give customers an option to use Paypal that's more visible - at the bottom of the cart.php isn't too noticable!
Anyone have an idea how to add "Checkout with Paypal" to the menu_cart.tpl?
I'd like it to be a simple text field, rather than the button. I got it to work and log me into paypal using the below code, but when it returns me to the checkout page, paypal isn't selected as the checkout option - it only gives me my two options (credit card & gift certificate).
I guess another question is how to implement paypal as an option within the one-page checkout - It's not showing up, even though it works if a customer clicks it from the cart page.
Thanks!

Code:

  <li>
<a  href="{$current_location}/payment/ps_paypal_pro.php?mode=express&payment_id=`$smarty.get.paymentid`&do_return=1">Checkout with Paypal</a>

  </li>



All times are GMT -8. The time now is 06:47 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.