Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Search the Community

Showing results for tags 'php7 worldpay'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • News and Announcements
    • News and Announcements
  • osCommerce v4.x
    • General Support
    • Migration from old osCommerce
    • Design and Templates
    • Apps / Add-ons
    • Translations
    • API and import/export
    • Marketplace integration
    • Manuals and How-to
    • Blog's discussion
  • osCommerce Online Merchant v2.x
    • General Support
    • osCommerce Online Merchant Community Bootstrap Edition
    • Add-Ons
  • Development
  • General
    • General Discussions
    • Live Shop Reviews
    • Security
    • Commercial Support Inquiries
    • Developer Feedback

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Real Name


Location


Interests


Website

Found 1 result

  1. Hi installing wordplay hosted payments 2.2 on 2.3.4.1 CE bootstrap 4 with php - 7.2.14 There are a couple of depreciated PHP elements in includes/modules/payment/rbsworldpay_hosted.php The first being line 16 - Function rbsworldpay_hosted { I changed to function __construct() { and that solved that one, but there is also a "Each" issue line number 153 while (list(, $value) = each($order_total_modules->modules)) { I have messed about with it but cannot get it to work, i know it has to be swapped around and be "foreach" but my amateur attempts are not working in this case my last attempt is foreach($order_total_modules->modules as (array $value)) { anyone with a bit more knowledge of PHP be able to correct it for me and the next person who will undoubtedly have the same issue Thank you for looking David
×
×
  • Create New...