Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

frankl

Members
  • Posts

    907
  • Joined

  • Last visited

  • Days Won

    48

Everything posted by frankl

  1. Not using osC any more so not really. Sorry.
  2. Lorraine check to see if the .htaccess file was written properly. Mine was written to all one line.
  3. # Braintree App for osCommerce Online Merchant v3.x ## Changelog **v3.000 01-Aug-2021** * Remove all TABLE_ FILENAME_ references and hardcode tables and filenames * Replace $HTTP_GET_VARS and $HTTP_POST_VARS with $_GET and $_POST * Update classes to be compatible with PHP 7.3.0 * Update Braintree PHP Client to v6.3.0. * Update SSL test to go to https://www.howsmyssl.com/a/check * Checking for updates now goes to my website rather than the osCommerce website Now in the apps section
  4. 3-4 weeks away as of 10th of June - 9 weeks ago. Delays happen, and are sometimes out of an organisation's control. What is not out of an organisation's control is communication. Harald wasn't good at it, you guys should have improved things on that front. It's better to communicate and receive some feedback (even negative feedback which can be highly constructive) rather than not communicate at all. Please let us know what's going on. Don't take us for granted. Otherwise when requests such as number three above are put out they will merely be met with apathy.
  5. Are you trying to use this for zencart? This is the osCommerce forum.
  6. I don't know, sorry. Perhaps try and see?
  7. Everything good. Business has been huge the past 12 months so I haven't had time to play with osC. Hope you are well.
  8. Hey Lee, I'm in the middle of wrangling a Magento 2 site we inherited over to osC so I won't be doing anything like that for a while. I haven't even had time to download Phoenix yet, way too busy. Sorry.
  9. @kumarpragmatic You would better invest your time in upgrading to the Community Edition of osCommerce and then installing the EZSocial addon osCommerce responsive is the best version of osCommerce. Download it here: https://github.com/gburton/Responsive-osCommerce EZSocial: https://apps.oscommerce.com/vVTNW&ezsocial-for-osc2-3-4bs-v1-0a EZSocial thread:
  10. @azpro Mijn ouders zijn Nederlands, ze emigreerden hier in 1959. Daarom is mijn Nederlands slecht 😀
  11. De plugin is van Juli, dus zal wel goed zijn. Heb je het geprobeerd? Als het niet werkt kan je het gewoon verwijderen.
  12. When I have time I can look at it, but time is at a premium these days so it might be a while.
  13. @LeeFoster Which ERP system are you using? I wrote an API to grab info out of osC
  14. These are the settings I have. which works fine. My OAuth Redirect URI is https, not sure if that's relevant. Alternatively, are you trying to collect any of the following: user_link user_gender user_age_range user_friends as these are no longer allowed to be accessed without an App review.
  15. No is the correct setting for Require App Secret For category I put Business and Pages.
  16. I haven't played with this addon, I'm merely relaying a message. What happens if you comment out that line entirely?
  17. In that case try this: Replace: $slicks[] = array('image' => $product_info['products_image'], 'htmlcontent' => null ); with: $slicks[] = array(); on line 42
  18. Apparently this is the solution: Just replace: $slicks[] = array('image' => $product_info['products_image'], 'htmlcontent' => null ); with: $slicks[] = ''; on line 42
  19. Check to ensure you have installed the header tag module and the order status corresponds with the status you have set for returns.
  20. Yes https://www.oscommerce.com/forums/topic/411460-rma-returns-system-for-osc234bs/?do=findComment&comment=1767564
×
×
  • Create New...