Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

241

Members
  • Posts

    6,154
  • Joined

  • Last visited

Reputation Activity

  1. Thanks
    241 reacted to asro2004 in Stripe v3 module for SCA   
    I've updated the module to version 1.0.13 to remove a potential SQL injection and tidy the account saved cards display when there are multiple cards (thanks @Smoky Barnable).
    @mhsuffolk I'm afraid the current version does not support Apple Pay, etc but looking at the Stripe documentation, it does not look too difficult to add. It just involves adding an extra HTML element to host a 'Payment Request' button which is displayed for certain compatible browsers, and some javascript and server code to support the creation and processing of a 'PaymentRequest' in a similar fashion to the handling of the 'PaymentIntent' in the current version. I'll add it to my list of things to do.
  2. Like
    241 got a reaction from Demitry in Header Tags SEO   
    admin/includes/functions/header_tags.php line 104
    if (($fileSaved && $cntNewFiles) || (! $fileSaved && (count($existingFiles) != $cntNewFiles))) { count($existingFiles)
    Notice: Undefined variable: existingFiles
    Warning: count(): Parameter must be an array or an object that implements Countable
    $existingFiles is not an array or object
  3. Like
    241 got a reaction from valquiria23 in product warranty on Product info page   
    https://apps.oscommerce.com/q=warranty
    You could do it with attributes or just code it up.
×
×
  • Create New...