Page 1 of 2 12 LastLast
Results 1 to 10 of 730

Hybrid View

  1. #1

    Default Re: WorldPay Module version 2.0 - Support thread

    Quote Originally Posted by philip_clarke View Post
    I declare this module closed since worldpay has made it unfeasible for the "normal" person to display a shop receipt.

    THIS MODULE IS CLOSED
    Hi Philip

    What does this mean? I currently have your worldpay module installed. I've not tested it since reading this post. will it currenly work?

    When you say "normal". Has something changed.

    I'm panicking a little here.

    I noticed that RBS sent me some emails regarding changes that will be made next week.

    Jason

  2. #2
    Join Date
    Apr 2009
    Posts
    10
    Plugin Contributions
    0

    Default Re: WorldPay Module version 2.0 - Support thread

    Spoke to worldpay - and apparently they are looking into allowing base href tag -- and there are few extra restrictions still in a test mode that will be removed before it goes live. Please don't leave us Philip

  3. #3

    Default Re: WorldPay Module version 2.0 - Support thread

    Quote Originally Posted by jszemmel View Post
    Spoke to worldpay - and apparently they are looking into allowing base href tag -- and there are few extra restrictions still in a test mode that will be removed before it goes live. Please don't leave us Philip
    Hi jszemmel

    I hope you can keep us up to date with anything else they come back with. Thanks

  4. #4
    Join Date
    Jan 2009
    Posts
    11
    Plugin Contributions
    0

    Default Re: WorldPay Module version 2.0 - Support thread

    Well after complaining yet again about any movement here is the response I received:

    My apologies for this, to give you some background the reason these changes may not have been as satisfactory as we'd hope is that we are working to a deadline from Visa / Mastercard to become fully PCI compliant by the end of September which has been a massive operation for development and has meant that with the whitelist we have had to be more strict than is possibly necessary.

    We will be revisiting any outstanding issues and working to minimize the impact as much as possible following this and I would imagine any serious problems once this goes live will be quickly addressed.

    I am sorry that this has been an inconvenient time to sign up and that information has not been as clear as we would hope in this matter.

    For your information our complains procedure is detailed at:
    http://www.rbsworldpay.com/support/i...omplaints&c=UK

    And our cancellations form at:
    http://www.rbsworldpay.com/support/bg/cancellations/


    I have decided to switch to InternetSecure because who knows how long this will take.

    Philip, again thanks for all the work.

    Khalil

  5. #5

    Default Re: WorldPay Module version 2.0 - Support thread

    Could I just please confirm something?

    I processed a test payment through. I can see what happens to the Thank you page (It looks completly messed up) and I know why due to reading earlier posts.

    But the payment still seemed to go through and I received both rbs and zencart email receipts to confirm this. So, am I right to say that payments still work?

    If I work out how to correct the thank you page by hard coding absolute links etc then that will be the problem over?

    Has anyone been able to fix their thank you page yet by hard code?

    and thanks philip for your response to my earlier post and I hope there may be a way to carry on with this module.

  6. #6
    Join Date
    Sep 2008
    Posts
    605
    Plugin Contributions
    6

    Default Re: WorldPay Module version 2.0 - Support thread

    It depends on your templating system, the removal of the base href tag and then you recoding into files may very well harm the rest of you site depending on how it is configured. There's no way to know hence why I can't issue a patch.

    Philip.

  7. #7

    Default Re: WorldPay Module version 2.0 - Support thread

    Quote Originally Posted by philip_clarke View Post
    It depends on your templating system, the removal of the base href tag and then you recoding into files may very well harm the rest of you site depending on how it is configured. There's no way to know hence why I can't issue a patch.

    Philip.
    Good Morning Philip and all,

    I'm not a coder and don't really know what i've done but it works for me and should work for others and i'm sure those of you who actually know what they are doing can make this work as a temp patch for everyone or maybe not, but this does work for me.

    Make folder wp_callback

    includes/templates/YOUR_TEMPLATE/wp_callback

    Copy the following files into this folder and they will act as an override
    and not overwrite the main files of the Worldpay module or other files
    for that matter.





    includes/templates/template_default/templates/tpl_modules_wp_checkout_cancelled.php


    includes/templates/template_default/templates/tpl_modules_wp_checkout_success.php


    includes/templates/template_default/common/html_header.php


    includes/templates/template_default/common/tpl_header.php


    includes/templates/template_default/common/tpl_footer.php


    includes/templates/template_default/common/tpl_main_page.php






    Copy the contents of includes/templates/YOUR_TEMPLATE/css
    to
    includes/templates/YOUR_TEMPLATE/wp_callback

    Edit the html_header.php and hard code the location of your stylesheets

    <link rel="stylesheet" type="text/css" href="http://YOUR_WEBSITE/includes/templates/YOUR_TEMPLATE/wp_callback/stylesheet.css" />
    <link rel="stylesheet" type="text/css" href="http://YOUR_WEBSITE/includes/templates/YOUR_TEMPLATE/wp_callback/stylesheet_css_buttons.css" />
    <link rel="stylesheet" type="text/css" media="print" href="http://YOUR_WEBSITE/includes/templates/YOUR_TEMPLATE/wp_callback/print_stylesheet.css" />

    You can now edit the css sheets in order to change anything you might need to change for the Worldpay callback page.

    In both the
    tpl_header.php and
    tpl_footer.php you can make adjustments as or if needed.



    Edit tpl_main_page.php and turn off the sideboxes for this page as none of the graphics will be working anyway. Look for this
    and make changes as needed.

    * to turn off the header and/or footer uncomment the lines below<br />
    * to turn off the left and/or right columns uncomment the lines below<br />
    * $flag_disable_header = true;<br />
    * $flag_disable_left = true;<br />
    * $flag_disable_right = true;<br />
    * $flag_disable_footer = true;<br />




    I've tested this on both versions 1.3.7.1 and 1.3.8a

    This override will only effect the worldpay return pages and no others so if it doesn't work for you just delete the folder or rename it and you haven't messed with any of the working files of this fine module.

    I hope this helps someone as i would hate to lose this module it works perfectly for me and i would think from what i've seen here it is more secure then most if not all of the other payment modules available.

  8. #8
    Join Date
    Sep 2008
    Posts
    605
    Plugin Contributions
    6

    Default Re: WorldPay Module version 2.0 - Support thread

    Hint 1

    One thing to mentioned first. When editing files and then ftping them up, you need to have your browser open with your shopping cart page displayed with something in it and hit reload of press f5 every minute or so, this will stop your session timing out otherwise you'll end up having to log in frequently which is more time consuming to see your changes.

    Hint 2

    Above is a good and comprehensive guide, There is a way to test exactly what your customer will see when worldpay sucks things in.

    What's not mentioned is that to see how badly screwed up worldpay makes your site, you need to remove the base href tag from

    includes/templates/template_default/common/tpl_header.php

    PHP Code:
    <base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER DIR_WS_HTTPS_CATALOG HTTP_SERVER DIR_WS_CATALOG ); ?>" />
    by changing it to

    PHP Code:
    <!--base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER DIR_WS_HTTPS_CATALOG HTTP_SERVER DIR_WS_CATALOG ); ?>" /-->
    <base href="http://rbsworldpay.co.uk"  />
    This will screw your site up ! But this way you know the exact extent of how bad the missing base href tag is and will generate lots of 404's not found over at worldpay's site, but it's the best way to see how bad things are.

    The other thing to mentioned is that template_default may not be the template you are using to copy the files over to/ from the new folder, because you may already be using an overriding template. What you need to do is put

    HTML Code:
    <h1>HELLO WORLD 1</h1>
    and then 2 and then 3 etc.... in any file you find where the folder and filename ends in

    common/html_header.php

    which will tell you which one to copy over.

    Once you've done all of the editing it's best to still have the base href tag removed, put something in your shopping basket and go to world pay, then hit the cancel button on worldpay's website that will bring up the set of templates that you would have been editing

    If the cancel page displays correctly (and you can hit f5 to refresh it if you need to reedit, and upload) then there is a good chance that you can go and make a payment in test mode and see if the final page works. The final page is ONE SHOT meaning that it will dump your shopping cart and try and redirect you, so you can't edit and then hit reload, you need to play around with the cancelled transaction page.

    After you've done all this (and this is why I can't program the module to do this automatically), you can then "finally" put the base href tag back.

    Philip.

  9. #9
    Join Date
    Sep 2008
    Posts
    605
    Plugin Contributions
    6

    Default Re: WorldPay Module version 2.0 - Support thread

    Quote Originally Posted by JasonRocket View Post
    Hi Philip

    What does this mean? I currently have your worldpay module installed. I've not tested it since reading this post. will it currenly work?

    When you say "normal". Has something changed.

    I'm panicking a little here.

    I noticed that RBS sent me some emails regarding changes that will be made next week.

    Jason
    Your shop will not have been working for a very long time already. These aren't to do with future changes, worldpay has stripped the BASE (and SCRIPT) tags from your receipt payment page already.

    This basically means your customers have been presented with a page where the layout falls to pieces, any scripts fail to work, no images display, no links work etc...

    Basically the only option would be for you to go into you templates and handcode everything now, immediately. It can't be done automatically (by me) because everyone has different template structures so has to be done on a case by case basis. This make the worldpay gateway unworkable for ZC's structure.

    The story is told over the last few pages, but basically some stupid middle manager has got the wrong idea into their head and killed the system because of "security", when I've proven that it's not an issue and they have bigger security problems on their own website (look for the screenshots).

    Nothing I can do.

  10. #10
    Join Date
    Feb 2009
    Posts
    6
    Plugin Contributions
    0

    Default Re: WorldPay Module version 2.0 - Support thread

    Hi. I have World Pay and Zencart. I have read the posts about the updates and i wanted to ask something else.

    The errors i have is basically for Callback failure but the customer payments go through. The problem i have is that zencart doesn't empty the cart nor registers the order after the order has been made and a person has payed.

    Cab this at-least somehow be fixed? It was quite a hustle to get World Pay in the first place and i would really not want to change the gateway due to this. Is there anything that can be made to still use the module and have some sort of a solution?

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v154 WorldPay Module version 3.0 - Support thread
    By countrycharm in forum Addon Payment Modules
    Replies: 116
    Last Post: 31 Dec 2025, 11:36 AM
  2. MultiSite Module Support Thread
    By Gerome in forum All Other Contributions/Addons
    Replies: 2246
    Last Post: 29 Dec 2025, 10:13 AM
  3. v151 Codetrio Sphinx Search Version 1.0 Support Thread
    By imranulh in forum All Other Contributions/Addons
    Replies: 5
    Last Post: 16 Jul 2014, 01:24 AM
  4. Simple SEO URL (OLD version) [support thread]
    By yellow1912 in forum All Other Contributions/Addons
    Replies: 5053
    Last Post: 30 Jun 2014, 02:42 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg