Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Search the Community

Showing results for tags 'shopping_cart'.

  • 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. Moin, bitte um eure Hilfe bei der Fehleranzeige The each() function is deprecated. This message will be suppressed on further calls in ..../includes/classes/shopping_cart.php on line xxx. Auf https://foren.myoos.de/viewtopic.php?t=1931 finden sich folgende Lösungsvorschläge: Aus while (list($key, $value) = each($array)) { wird foreach ($array as $key => $value) { , was auch gut funktioniert. Aus while(list(, $val) = each($inputarr)) { wird foreach ($inputarr as $val) { . Auch klar. In .../includes/classes/shopping_cart.php, function count_contents(), findet sich jetzt aber while (list($products_id, ) = each($this->contents)) {. Meine Lösungsversuche nach obigem Muster waren leider nicht erfolgreich. Hat jemand einen Tipp? Danke.
×
×
  • Create New...