I am trying to centre the sidebox logo content images. I have tried in my stylesheet putting every combination of wp cc accept without success.
What is the instruction i need to centre the card logos?
Printable View
I am trying to centre the sidebox logo content images. I have tried in my stylesheet putting every combination of wp cc accept without success.
What is the instruction i need to centre the card logos?
There is a stylesheet hack that would involve limiting the amount of images or having a "clear:both" after everyone and then in the div using margin-left: auto and margin-giht: auto but it's a pain and doesn't really look good. The easieat way is to edit:
includes/templates/template_default/sideboxes/tpl_wp_cc_accept.php
and add the old html <center> and </center> inside the div,
Code:<div id="wpccacceptContent" class="sideBoxContent">
Hi,philip_clarke
I have two payment mods -- Protx and Worldpay, both take payment in GBP. I am going to use Protx also take payment in euro, but no Worldpay. so is that a way to make Worldpay not appear when the shop currency is in euro? Worldpay will appear only when the shop price is display in GBP but no euro.
can you help me?
thank you in advance!
There are two ways of doing this
- pay someone to change the code
- go to the Payment Zone box and select UK as the only country that you are going to use worldpay for
You might have to set up UK as a "zone" first but then it would work from the address.
You would go into ZC admin and then to "Locations / Taxes" then to Zone definitions, Insert a new zone (bottom of the page) called "GBP only" and then add the UK to that zone, go back to worldpay and select that zone.
This is the nearest you will get, and it might not work, I've never properly tested the zone functions in worldpay.
Philip.
If that part of worldpay doesn't work then PM me and I'll fix it. I inherited WorldPay so dealt with the more serious problems than the country ones, so have not examined that section.
Hi Philip or abbas1
I am having the same problem as above, my website is password protected and the callback just stays on the Worldpay thank you page.
Worldpay say this can be solved by setting the callback URL to something like http://username:[email protected]/. Is this correct and do you know which line of code I should change?
Thanks
Richard
How good is your PHP ?
You'd have to build a URL in
which is inside the page includes/modules/payment/worldpay.phpCode:function _build_callback()
PM me and I'll give you a hand.
Philip.
Hi Phillip, I am just getting Worldpay for my store and installed this mod, Worldpay is currently in test mode and the transactions are going through fine, I just have one question though lol is it supposed to auto-return you to the store in test mode? Mine doesn't on the test transactions and I wondered if it was just because of the testing and the auto-return, or even a link to return will happen when it goes live? Hope this makes sense LOL