Itzys Posted July 10, 2006 Posted July 10, 2006 I only accept MC, Visa and AMX but my customers don't know that. How do I post the logos or a notice on the page that they enter their Credit Card informtion. In fact How do I enter The MC, Visa and AMX logo on different pages including the index page. Thanks Itzy
Guest Posted July 11, 2006 Posted July 11, 2006 I only accept MC, Visa and AMX but my customers don't know that. How do I post the logos or a notice on the page that they enter their Credit Card informtion. In fact How do I enter The MC, Visa and AMX logo on different pages including the index page. Thanks Itzy I added the credit card graphics to the index.php page located in your catalog/includes/languages/english subdirectory. That places it right where they can see it (mine is at the bottom of the page). You could add it to the footer page, and that would put it on all of the oscommerce pages that show, along with the Power By ... and Copyright.
creativehand Posted July 11, 2006 Posted July 11, 2006 hi on www.bedcorby.com we have put the logo in the /inlcudes/languages/english.php file using this code <center> <p><img src="images/ccard_main.jpg" alt="All major credit cards accepted"> </p></center> that way it is on the front page for every visitor to see, i have also put it on the left side of the page, so if a user enters on a different page, it will still be visible left side code: i have created a page called banner2.php in /includes/boxes/, the actual reference to the image is here <center><img src='images/cc_img.gif' width='141' alt='All Major Credit Card Accepted'></center><br>"; in includes/column_left.php i have the following line which then calls the banner page. require(DIR_WS_BOXES . 'banner2.php'); this way, i can easily add more stuff to the left, like supplier images (or anything) and its always just the one file to change regards jody
Recommended Posts
Archived
This topic is now archived and is closed to further replies.