Payment icons - deleting them
Hi,
I have made one image for my shopping cart that shows all the icons I wasnt displayed and this works fine in firefox SITE HERE
but when tested in IE there are 7 icons that are being called to show but they are marked as an 'X' so the files must be missing. Basically I dont want the icons to show at all...what do I need to change? I know I can turn off the images within admin but wont this stop people from being able to pay using those methods if I turn the accept to 0 (off)????
Bit confused...can anyone help? :dontgetit
Re: Payment icons - deleting them
Admin->Credit Cards->Credit Card Enabled - Show on Payment
- off
- as text
- as images
Take your pick
Re: Payment icons - deleting them
Thanks for the reply but this doesn't make any difference..they still show in the shopping cart in the side box...
I have set it to 0 now but they are still there - here
(in IE and not firefox)
any other ideas?
Thanks
Re: Payment icons - deleting them
That's got nothing to do with core Zen Cart files or settings. That's an addon sidebox you've added, called "ccaccept".
If you want that to not display, turn that sidebox off, and/or uninstall the addon.
Re: Payment icons - deleting them
Thanks again for your quick reply.
If I turn off the sidebox the main image that I want displayed there obviously disappeares. I still want this one image to show but not the other individual images.
Any other ideas?
Many thanks
Re: Payment icons - deleting them
Edit the sidebox contents -- however the addon's readme/documentation suggests you do it.
Re: Payment icons - deleting them
:smile:
Thank you...I deleted the following from the php file
Code:
$content .= '<img id="ccMC" class="cc_img" src="images/cc_logos/logo_ccMC.gif" />' . "\n" .'<img id="ccVisa" class="cc_img" src="images/cc_logos/logo_ccVisa.gif" />' . "\n" .
'<img id="ccAmex" class="cc_img" src="images/cc_logos/logo_ccAmex.gif" />' . "\n" .
'<img id="ccDiscover" class="cc_img" src="images/cc_logos/logo_ccDiscover.gif" />' . "\n" .
'<img id="ccEcheck" class="cc_img" src="images/cc_logos/logo_ccEcheck.gif" />' . "\n".
'<img id="ccPaypal" class="cc_img" src="images/cc_logos/PayPal_mark_37x23.gif" />' . "\n".
'<img id="Google" class="cc_img" src="images/cc_logos/GC_small.gif" />' . "\n";
seems to work ok now...
Thank you for your time and help :bigups: