Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Cary

Members
  • Posts

    27
  • Joined

  • Last visited

Posts posted by Cary

  1. Installed Braintree Payment Module v2.01 which updated to 2.011. After entering all the Configuration and Credential settings provided by Braintree, we get this error on checkout_payment.php.

    Warning:  in_array() expects parameter 2 to be array, null given in /home/XXXXXXXXXX/public_html/includes/modules/payment/braintree_cc.php on line 1277

    Seems like it's looking for an option other than PayPal. Braintree > Configuration > Credit Cards under "Payment Types" (Enable the payment types to make available) only shows PayPal. I feel like this should show others like Visa, Mastercard, American Express, etc. If we select PayPal (which is the only option) it simply loops back to the same page (checkout_confirmation.php) without an error.

    Thoughts from anyone with experience setting up or using the Braintree App 2.01 on osCommerce 2.3.4? 

    BTW, we have the PayPal App 5.018 working and it's been running fine for years.

     

  2. From Earlier:

    Your case was created. We do strive to provide a response as soon as possible and remember you can also always log back into the this same portal and view/update your ticket. If you do not hear anything from us, chances are your spam settings or ISP may potentially be blocking our email. We suggest you check your spam settings.

    Our response will come from the email address [email protected]

    Our email address can be added to list of approved contacts to reduce it from being blocked

     

    https://www.paypal-support.com

  3. Same experiences as others. I've been looking at TLS1.2 as a potential issue also but https://www.ssllabs.com and https://gf.dev come back fine for TLS1.2. 

    But I get an error with Test Connection (PayPal > Configure > Details General > SSL Version > Test Connection)

    "Default Setting: Failed
    TLS v1.2: Failed"

    I can receive status from previous orders within admin (Orders > PayPal > Details)

    Transaction ID: XXXXXXXXXXXXXXX
    Payer Status: unverified
    Address Status: Confirmed
    Payment Status: Pending
    Payment Type: instant
    Pending Reason: authorization 

  4. Well that sucks. Dropped $50 on the add category and add product add-on license. I understand the need for income for past and future development but I'd at least hope the existing features work properly. I thought this add-on was a little quirky in the beginning but I've come to appreciate the complexity since we list the same products in multiple categories due to vehicle year. Can you at least provide a little direction on simply making the copy product work with all the images like the move product function works?

  5. On 4/27/2015 at 6:28 PM, phi148 said:

     

    Jack

     

    I have SEO URLS 5 by FWD Media installed.  Do you know how to modify this update (1.8) to have proper SEO URLS?

     

    I added the above, and that got all my sitemaps created, yet all my links are not SEO URL formatted.

     

    Any clues?

     

    Thanks!!!

    Bill

    Anyone get Google XML Sitemap to work with SEO URLs 5? XML links are not SEO URL formatted.

  6. Jack,

     

    I have the "Optimize Database Period" and "Analyze Database Period" to "1". Checked ALL option and selected "update" and below was the response. 

     

    Store database has been optimized.

    Customers tables were trimmed.
    Customers (old) tables were trimmed.
    Products Notifications table was cleaned. ( Removed 1 record: 0product: 1 )
    Credit Card data was removed from the orders table.
    Orphan entries were removed from the address book table.
    Orphan entries were removed from the products table.
    Sessions table was trimmed.
    Database was analyzed.
    Database was optimized.
    Initial size was 114835995.
    Final, optimized, size is 114637174.
    Space Recovered: 194.16 KB

     

    So, I still have +42k orders from as far back as 2010. I feel like I'm missing something but "Customers (old) tables were trimmed" is shown.

     

    Let me know what you think when time permits.

     

    Thanks!

    Cary

  7. Hey Jack,

     

    Thanks for all your input and contributions to OSC over the years. Maybe I'm misunderstanding one of the features to remove old customers and old orders. But, none of my customers are being removed. In Configuration -> Database Optimizer, we have Truncate Customers Old set to 365 days and Truncate Customer Orders Opt B set but old customers and orders (from 2011) still remain. The other functions seem to run and we get an email "Database has been optimized" with a "Space Recovered: 34.82 MB" the first time. 

     

    I found one error in the code admin/includes/modules/database_optimizer_common.php on line 41

    "case 'Oot A': break; //delete customers and leave orders"

    where I believe it should read

    "case 'Opt A': break; //delete customers and leave orders"

     

    But correcting that made no change with the old orders after running the Optimizer again.

     

    Thoughts? Do you need more details to diagnose?

     

    - Thanks!

    Cary

×
×
  • Create New...