profpixel Posted August 6, 2004 Posted August 6, 2004 Hi All, Well the sun is out in London UK and I would like to add some credit card logos to the WorldPay module at the "Payment Information" page. Where the shopper selects the payment method they wish to use. I don't know PHP well enough to code it myself so wondered if anyone had a snippit that would do this for me? Thanks a lot! :D Quote
Anna Posted August 6, 2004 Posted August 6, 2004 WorldPay provide the following snippet on their support site. It'll automatically show all the card you can accept through them: <script language="JavaScript" src="https://www.worldpay.com/cgenerator/cgenerator.php?instId=XXXXX"></script> Replacing the X's with your WorldPay Installation ID. hth Anna Quote
profpixel Posted August 6, 2004 Author Posted August 6, 2004 Hi Misty Anna, Thanks for that...I am trying to get the images/image to display on a specific page+place...I guess I would want to use my own image too... sorry to be picky! I am not sure where to insert the code for this in the WP module? Thanks again! Quote
Anna Posted August 6, 2004 Posted August 6, 2004 It depends on whether you want to show the images only if the WorldPay module is enabled, or always? I'll try to help but I've heavily modded (ie messed badly around with ) the standard code! You can put that snippet anywhere in the body of chekout_shipping.php I think, or in footer.php, etc [FYI the images and snippets are available from the top right link at http://support.worldpay.com/admin/index.html and then in the "How should I make the changes?" section.] Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.