Hi - on the chekout screen "Step 2 of 3 - Payment Information" where the customer can select their Payment Method, how can I make an image appear to the left of the radio option 'Credit Card via WorldPay' please?
Printable View
Hi - on the chekout screen "Step 2 of 3 - Payment Information" where the customer can select their Payment Method, how can I make an image appear to the left of the radio option 'Credit Card via WorldPay' please?
Apologies. To be clear. The PayPal option has a radio button, then the PayPal image then "Save time. Check out securely....." I'd like to have the radio button, a WorldPay image then "Credit card via WorldPay".
Hi Spinnywoman
This has already been answered by Philip on this thread. If you do a search you will find it. I remember seeing it there.
--------------------------------
I have a quick question -
I want to change the text 'I'll select a card later'
This text is not in the languages folder. It is in Includes/modules/payment/worldpay.php in the code snippet below.
I've changed it here and it seems to change the text. I was just wondering does anyone know if this is a problem to change?Quote:
function _cc_map(){
$arr = explode(',', MODULE_PAYMENT_WORLDPAY_ACCEPTED_CC_LIST);
$out = array(''=>'I\'ll select a card later');
foreach($arr as $val){
if(isset($this->cc_map[trim($val)]) ){
$out[trim($val)] = $this->cc_map[trim($val)];
}
}
return $out;
Hi Spinnywoman
Look at page 19 of this thread.
Jason
hi dont know if this will help anyones problems but i had an issues with cookies so I altered worldpay.php from
https://select.wp3.rbsworldpay.com/wcc/purchase
changed it to
https://secure.wp3.rbsworldpay.com/wcc/purchase
and the problem seems to have been resolved
select was there old page aparently and secure is the new one
Hi shadowknight
The change you mentioned from select to secure, was already completed in the latest version of the worldpay module....2.10 i think it is at the minute
If you arnt already using the latest version, i would strongly suggest upgrading :)
Scott
Many thanks for this - think I am on right track...
Hi, I ve just called worldpay and the white listing won't be compulsory until the beginning of next year.... Saved for now
Just upgraded to the 2.10 version and now when the customer returns to my site the payment success page is all screwed up, looks like a css problem?? Anyone experienced the same prob?? Any ideas greatly appreciated!
Oh, should have read the last 50 pages! My mistake!