MJBwebpro Posted August 10, 2005 Posted August 10, 2005 how do i add my credit card logo to my home page and where should i put it creativesuperbuys.com
dootch Posted August 10, 2005 Posted August 10, 2005 Anywhere you want... I would suggest the footer in includes/footer.php here is an example <?php echo FOOTER_TEXT_BODY ?> </td> </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> <tr> <td valign=top align=center><img src="/images/creditcards.gif"></td> </tr> </table> how do i add my credit card logo to my home page and where should i put it creativesuperbuys.com <{POST_SNAPBACK}>
MJBwebpro Posted August 10, 2005 Author Posted August 10, 2005 how do i add my credit card logo to my home page and where should i put it creativesuperbuys.com <{POST_SNAPBACK}> how do i add this there <!-- PayPal Logo --><table border="0" cellpadding="10" cellspacing="0" align="center"><tr><td align="center"></td></tr> <tr><td align="center"><a href="#" onclick="java script:window.open('https://www.paypal.com/us/cgi-bin/webscr?cmd=xpt/popup/OLCWhatIsPayPal-outside','olcwhatispaypal','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no', width='400', height='350');"><img src="https://www.paypal.com/en_US/i/bnr/horizontal_solution_PPeCheck.gif" border="0" alt="Solution Graphics"></a></td></tr></table><!-- PayPal Logo -->
Gil_e_n Posted August 10, 2005 Posted August 10, 2005 ...Do you know html? Always BACK UP your files and your database before making any changes. Before asking questions, check out the Knowledge Base. Check out the contributions to see if your problem's solved there. Search the forums. Useful threads: Store Speed Optimization How to make a horrible shop Basics for design change How to search the forums Useful contributions: Easypopulate Fast, Easy Checkout Header Tag Controller
niknakgroup Posted August 10, 2005 Posted August 10, 2005 using the xample above: <?php echo FOOTER_TEXT_BODY ?> </td> </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> <tr> <td valign=top align=center><img src="/images/creditcards.gif"></td> </tr> </table> replace <img src="/images/creditcards.gif"> with the paypal image stuff you just posted above. One word of warning - you may just want to display a PayPal logo - that bit of code you posted has a link to PayPal - this link will be on every page of your site and drain away some of your valuable page weighting, resulting in slightly lower search engine postioning. You will also be donating page weighting to PayPal - do they really need it? Do you? Make your own choices..... Please note - if I have suggested a contrib above, it doesnt mean it will work! Most of the contribs are not ones I've used, but may be useful for your particular problem.... Have you tried a refined search? Chances are your problem has already been dealt with elsewhere on the forums..... if (stumped == true) { return(square_one($start_over) } else { $random_query = tep_fetch_answer($forum_query) }
Recommended Posts
Archived
This topic is now archived and is closed to further replies.