In Brief....
Downloaded Blank Sidebox Contrib <Great!>
Made Copies.....
Renamed one set of copies PayPal_Logo
/includes/templates/template_default/sideboxes/tpl_paypal_logo_sidebox.php
/includes/modules/sideboxes/paypal_logos.php
/includes/languages/english/extra_definitions/paypal_logo_sidebox_defines.php
And edited contents as appropriate.
In the
/includes/languages/english/extra_definitions/paypal_logo_sidebox_defines.php
Any and all assistance is appreciated.... by me and those who are in close proximity to me.PHP Code:Placed the following.. (as per PayPal Site Instructions shown [URL="https://www.paypal.com/us/cgi-bin/webscr?cmd=xpt/cps/general/SolutionGraphics-outside"]here [/URL]... )
define('BOX_HEADING_PAYPAL_LOGO_SIDEBOX', 'We Accept!');
define('TEXT_PAYPAL_LOGO_SIDEBOX',
'<table border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="center">
<a href="#" onclick="javascript:window.open([B][COLOR=Red]\[/COLOR][/B]'https://www.paypal.com/us/cgi-bin/webscr?cmd=xpt/cps/popup/OLCWhatIsPayPal-outside[B][COLOR=Red]\[/COLOR][/B]',[B][COLOR=Red]\[/COLOR][/B]'olcwhatispaypal[B][COLOR=Red]\[/COLOR][/B]',[B][COLOR=Red]\[/COLOR][/B]'toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=400, height=350[B][COLOR=Red]\[/COLOR][/B]')[B][COLOR=Red]\[/COLOR][/B];">
<img src="https://www.paypal.com/en_US/i/bnr/vertical_solution_PPeCheck.gif" border="0" alt="Solution Graphics">
</a></td></tr></table>
');
Had to Add the Backslashes (in red) to get code to work at all.
I get the image and it acts like a link but I get no popup and it doesn't display the [URL="https://www.paypal.com/us/cgi-bin/webscr?cmd=xpt/cps/popup/OLCWhatIsPayPal-outside"]correct page[/URL],
it just appears to refresh the current page.
Can see at [URL]http://www.entertainingdirect.com/shop/index.php[/URL]
And Question # 2 because it is becoming bothersome....
Throughout ZC (Developers Tools Search Results, SideBox Layout etc.) my paths are displayed as:
D:\\\\\\\\\\\\\\\\inetpub\\\\\\\\\\\\\\\\entertainingdirect\\\\\\\\\\\\\\\\shop/includes/modules/shipping/
Why all the [B]\\\\\\\\[/B] ???????




