Zen Cart Logo
Forums / Setting Up Categories, Products, Attributes / Delete Pay Pal Logo on checkout pages

Delete Pay Pal Logo on checkout pages

Views: 1,077

Results 1 to 4 of 4
3 Jan 2014, 7:09 PM
#1
addlink avatar

addlink

New Zenner

Join Date:
Sep 2010
Posts:
67
Plugin Contributions:
0

Delete Pay Pal Logo on checkout pages

Running 139f zen cart.
I recently had to update the Pay Pal module, but both icons on checkout do not work right.
Users must use "go to checkout" icon to complete an order. This is a pain because users keep clicking on the pay pal icons. How can I delete these? There is one on shopping_cart and checkout_payment both of which I have no idea where these files are, or how to edit them, or if they even can be edited to remove the two paypal icons. Any tips on how to do this?
Appreciate it.
Addlink
See attachments

3 Jan 2014, 7:50 PM
#2
twitchtoo avatar

twitchtoo

Totally Zenned

Join Date:
Apr 2007
Location:
Ontario, Canada
Posts:
1,733
Plugin Contributions:
14

Re: Delete Pay Pal Logo on checkout pages

In admin you can turn the button off here:
Express Checkout Shortcut Button
Off

Attachment 13634

You may need to hide the paypal code here:

includes/templates/YOUR_TEMPLATE/templates/tpl_shopping_cart_default.php
includes/templates/YOUR_TEMPLATE/templates/tpl_checkout_payment_default.php

It may also show on the split login page depending on the settings in your admin.

3 Jan 2014, 8:05 PM
#3
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,089
Plugin Contributions:
56

Re: Delete Pay Pal Logo on checkout pages

twitchtoo:

In admin you can turn the button off here:
Express Checkout Shortcut Button
Off
I believe that this setting was introduced in Zen Cart v1.3.9h ... so it's not in the OP's v1.3.9f PayPal settings. For v1.3.9f, if you don't want to display the express checkout button(s), you can add the following to your stylesheet.css:

#PPECbutton { display: none; }
24 Jun 2015, 5:33 PM
#4
addlink avatar

addlink

New Zenner

Join Date:
Sep 2010
Posts:
67
Plugin Contributions:
0

Re: Delete Pay Pal Logo on checkout pages

Hi, Thanks for this info, but I can't find these files:
includes/templates/YOUR_TEMPLATE/templates/tpl_shopping_cart_default.php
includes/templates/YOUR_TEMPLATE/templates/tpl_checkout_payment_default.php