Hello, I'm using PayPal Pro for payment processing but when the cart pops up it also gives me the Pay Pal checkout button option. Is there any way I can just have the "checkout" option that takes customers to the Foxycart form page?
Glad you found the answer - for others who might find this thread, you can hide the PayPal option on the cart using CSS in your cart template. Details on our wiki here: http://wiki.foxycart.com/snippets/start
Thanks for that - looking at your full page cart, the paypal option isn't visible as your CSS is indeed hiding it. It's not being hidden on Sidecart however - as your CSS is only applied to the full page cart template. Sidecart is just made up of the "cart include" template. The "Cart" template you're editing currently is the template for the full page cart.
What you could do is remove the style you've placed on your cart template, and instead add it to the "add code to the header/footer" configuration option, and add the styles to the header there like this:
Glad you found the answer - for others who might find this thread, you can hide the PayPal option on the cart using CSS in your cart template. Details on our wiki here: http://wiki.foxycart.com/snippets/start
Could you let us know what store this is for?
http://c1587.paas2.tx.modxcloud.com/
I checked the class, and its spot on:
.fc-action--payment--paypal-express-checkout
Thanks for that - looking at your full page cart, the paypal option isn't visible as your CSS is indeed hiding it. It's not being hidden on Sidecart however - as your CSS is only applied to the full page cart template. Sidecart is just made up of the "cart include" template. The "Cart" template you're editing currently is the template for the full page cart.
What you could do is remove the style you've placed on your cart template, and instead add it to the "add code to the header/footer" configuration option, and add the styles to the header there like this:
That will hide the paypal express option within the cart for both Sidecart and the full page cart.