
Originally Posted by
christon26
Until the add-ins page is updated, this is the location
http://########################.co.uk/versions/W....3.x_v2.07.zip
Ignore my previous posting about a new sidebox
What has happened is that by borrowing some people's installation ID's I've managed to find all of the secure logos (published below). Previously I thought it would be a good idea to used the javascript to install the logos into the sideboxes and the theory worked fine, unfortunately the output coming from RBS WorldPay is incompatible with Zen Cart's layout and results in a table going outside of the sidebox column layout. Since the program is on WorldPay's servers their is nothing I can do about this, although I am considering whether a top or bottom banner may be an option.
With regards to problems people are having with missed payments, there is also nothing I can do. It appears that when RBS merged WorldPay in and have moved the servers into one building, they have under estimated the bandwidth required. This means that worldpay is now a lot slower and does not appear to be keeping up with the number of requests. This is resulting in the system timing itself when trying to post the information to the shops to say that a cart has been paid. Once again there is nothing I can do about this, and we all have to wait and expect the odd missed order or payment until RBS sorts itself out. I expect they are all sitting around congratulating themselves over a smooth transfer and not realising that they've cocked up their instructions, their secure server certificate is out of date, and they don't have the bandwidth out to mark a shopping cart as paid.
The secure code for all the logos available is below, you will need to remove the images from includes/templates/template_default/sideboxes/tpl_wp_cc_accept.php to match with credit cards you can accept.
HTML Code:
<!-- Individual logos-->
<img src="https://secure.wp3.rbsworldpay.com/jsp/shopper/icons/WP_VISA.gif" border="0" alt="VISA payments supported by WorldPay" />
<img src="https://secure.wp3.rbsworldpay.com/jsp/shopper/icons/WP_VISA_DELTA.gif" border="0" alt="VISA/Delta payments supported by WorldPay" />
<img src="https://secure.wp3.rbsworldpay.com/jsp/shopper/icons/WP_VISA_ELECTRON.gif" border="0" alt="VISA/Electron payments supported by WorldPay" />
<img src="https://secure.wp3.rbsworldpay.com/jsp/shopper/icons/WP_ECMC.gif" border="0" alt="Mastercard payments supported by WorldPay" />
<img src="https://secure.wp3.rbsworldpay.com/jsp/shopper/icons/WP_ECMC_DEBIT.gif" border="0" alt="Mastercard payments supported by WorldPay" />
<img src="https://secure.wp3.rbsworldpay.com/jsp/shopper/icons/WP_AMEX.gif" border="0" alt="American Express payments supported by WorldPay" />
<img src="https://secure.wp3.rbsworldpay.com/jsp/shopper/icons/WP_DINERS.gif" border=0 alt="Diners payments supported by WorldPay">
<img src="https://secure.wp3.rbsworldpay.com/jsp/shopper/icons/WP_JCB.gif" border="0" alt="JCB" />
<img src="https://secure.wp3.rbsworldpay.com/jsp/shopper/icons/WP_LASER.gif" border=0 alt="Laser payments supported by WorldPay" />
<img src="https://secure.wp3.rbsworldpay.com/jsp/shopper/icons/WP_SOLO_GB.gif" border="0" alt="Solo payments supported by WorldPay" />
<img src="https://secure.wp3.rbsworldpay.com/jsp/shopper/icons/WP_MAESTRO.gif" border="0" alt="Maestro payments supported by WorldPay" />
<img src="https://secure.wp3.rbsworldpay.com/jsp/shopper/icons/WP_ELV.gif" border="0" alt="ELV payments supported by WorldPay" />
<!-- Powered by WorldPay logo-->
<a href="http://www.worldpay.com/" target="_blank"><img src="https://secure.wp3.rbsworldpay.com/jsp/shopper/icons/../pictures/poweredByRBSWorldPay.gif" border="0" alt="Powered By WorldPay" /></a>