Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

All Activity

This stream auto-updates

  1. Today
  2. You can download the authorize.net and paypal app addons here. Depending on the version of your shop and what version in on that site, they should work. You may also mention to your client that upgrading to V4 might be a better alternative. You can contact me if you want a quote or either of these.
  3. Hello Do you plan to offer a monetico payment addon for CIC/CMB french banks ? I can't migrate until this addon is available. Thanks for your answer.
  4. Hello Pandrei and thanks for your answer. The pre-installation check page indicated that all is ok so I did not think about this issue.
  5. I'm working with a merchant who's website was set up a very long time ago, and we're trying to get an updated payment gateway integrated. We were hoping to use the Authorize.net App, but it specifies osCommerce version 4.0 or newer. The merchant is currently on version 2.0, and no longer has a dedicated web developer or the means to make any large updates to his website's structure. Is it possible to still get apps for the version he is using? And if so, can you advise what payment gateways would be available?Thank you very much - and please let me know if you need any additional details! Sherry
  6. I'm working with a merchant who's website was set up a very long time ago, and we're trying to get an updated payment gateway integrated. We were hoping to use the Authorize.net App, but it specifies osCommerce version 4.0 or newer. The merchant is currently on version 2.0, and no longer has a dedicated web developer or the means to make any large updates to his website's structure. Is it possible to still get apps for the version he is using? And if so, can you advise what payment gateways would be available? Thank you very much - and please let me know if you need any additional details! Sherry
  7. Please close this topic. Totally started from scratch and issue no longer relevant.
  8. Talking to myself but : Found no way, and ended up changing the source code to inject the deried image URLs. Kind regards, Chris
  9. Learn how to boost customer loyalty and sales by offering exclusive discounts with the User Groups Extra Discounts module. Our comprehensive guide walks you through the setup process step-by-step, empowering you to customize discounts for user groups, manufacturers, products, and categories.
  10. The best solution is install a new version: https://www.oscommerce.com/wiki/Installation_and_Server_Requirements Customize its settings: languages, currencies etc Remove demo products, customers and orders and then import the data from old osCommerce: https://www.oscommerce.com/wiki/Importing_Data_from_Older_osCommerce_Version_to_New_One
  11. It is version of your MySQL: 5.5.68 As you can see it is less than required.
  12. Please follow this instructions: https://www.oscommerce.com/wiki/Connecting_to_App_Shop
  13. Can You please activate Security Key for domain name: https://www.stafino.it [bdcfb1c0ed206d34f9c5b6e1767ba8ce]. Therefore, we need for some support to installa App PrintShop, can you give some services to do this. Best Regards, Rizki
  14. Hello. I'm trying to install OsCo4 in prevision of a migration. I got this error when trying to connect to the database (Installation step #3) Error. MySQL/MariaDB version does not meet minimum requirements: 50568 Can't find any help on Google about error #50568 My host is OVH. Any help will be welcome. Florent Pre-installation Check Name Current Recommended Required PHP version 7.4.33 7.4.33 7.4.0+ MySQL database Yes MySQL 5.6.31+ MariaDB 10+ MySQL 5.6.31+ MariaDB 10+ zLib PHP module Yes Yes Yes PHP memory limit 512M 512M 256M cURL PHP module Yes Yes Yes fopen PHP function Yes Yes Yes hash PHP function Yes Yes Yes XML PHP module Yes Yes Yes spl_autoload_register PHP function Yes Yes Yes JSON PHP module Yes Yes Yes GD Image module Yes Yes Yes PathInfo-Support Yes Yes Yes Intl Internationalization PHP module Yes Yes Yes openssl Yes Yes Yes
  15. Yesterday
  16. Hello all. With the help of a developer at the time, my dad created a website making use of oscommerce v2 rc2 (in 2008). In the meantime, the developer who created it has left and no updates were done. What I am trying to do now is to migrate it to the most recent oscommerce version. What I wanted to know is what would be the best approach to do so. I am now familiar with oscommerce (or PHP), but I am a developer. Is the best solution to just start from scratch and import the databases so that data is not lost? Or is there any type of migration tool that facilitates this process? Any help/guidance would be greatly appreciated. Thanks in advance, Nil
  17. Thanks - I hadn't changed the header type - will give that a try and see what happens!
  18. Hello, A 400 Bad Request error when switching from a GET to a POST request usually indicates that there’s an issue with the way the data is being sent or received. Here are a few things you can check and try: Content-Type Header: Ensure that you’re setting the Content-Type header to application/x-www-form-urlencoded or application/json, depending on how you’re encoding your data. Data Serialization: If you’re sending JSON data, make sure to stringify your JSON object before sending it. For example: data: JSON.stringify(yourDataObject) Request Payload: Verify that the data you’re sending in the POST request matches the expected format of the server endpoint. If there’s a mismatch, the server might reject the request. Server-Side Handling: Check the server-side code (GetWidgetController) to ensure it’s correctly configured to handle POST requests and that it’s not expecting parameters only from the query string. Error Handling: Implement error handling on the server side to provide more informative error messages. This can help you pinpoint the exact cause of the issue. Debugging Tools: Use network debugging tools to inspect the HTTP request and response. Tools like Postman or browser developer tools can show you the headers, payload, and response body which can be very helpful. Here’s a sample AJAX POST request for reference: $.ajax({ type: 'POST', url: 'yourEndpoint', data: JSON.stringify({ comment: 'Your comment here' }), contentType: 'application/json', success: function(response) { // Handle success }, error: function(xhr, status, error) { // Handle error } }); Remember to replace 'yourEndpoint' with your actual endpoint and the data object with your actual data to be sent.
  19. Discover how to elevate your product offerings with the Zero Price module. Our comprehensive guide walks you through installation, configuration, and implementation, enabling you to seamlessly replace zero prices with "Free" on your website.
  20. Update - Worked out that the open_ssl is part of the yii security aspect as mentioned in the comments in the code below. If I comment out this code from the php_check.class.php then I successfully go to step 2. (I am not going to try and continue with step 2 until I can try and fix this issue.) openssl' => array( // needed in Yii: lib/vendor/yiisoft/yii2/base/Security.php:251 'required' => $this->lang['yes'], 'installed' => (extension_loaded('openssl')) ? $this->lang['yes'] : $this->lang['no'], 'passfail' => (extension_loaded('openssl')) ? true : false, 'fail_link' => 'https://www.oscommerce.com/wiki/Pre-installation_Check_-_Openssl I have open_ssl extension enabled in php.ini So can anyone provide info on things to check.
  21. Last week
  22. Hello everyone, I currently have an online store built with Bootstrap and I am considering migrating it to osCommerce. My main concern is to maintain the existing SEO optimization and the URL structure during and after the migration. I have read that platform migrations can negatively affect SEO ranking and URL structure if not handled correctly. Could anyone provide me with a detailed guide or best practices to carry out this migration efficiently without affecting SEO optimization and URL structure? Are there tools or plugins within osCommerce that can facilitate this process? I appreciate in advance any help or suggestion you can provide. Thank you! Tienda de Zapatos Mujer y Hombre | Zapateria de Mujer y Hombre
  23. Having done some more research I believe the issue I was having could have been a permissions thing. The code (UPDATE platforms....) I attached was from the inst_settings_class.php file which possibly was connecting to the oscommerce database using a mysql user with not enough permissions. But what I mistakenly decided to do beforehand was to redo the install fresh but now I have another issue in the installation. After step 1 going to step 2 I have the following error. PHP Warning: Undefined array key "module_openssl" in C:\inetpub\wwwroot\install\install_steps\php_check.class.php on line 178 Hoping someone can help on this one :-)
  24. Okay so using an update for account system from the team, the Order History Info is now stacking great in mobile view - SOLVED! The Order History overlap has improved slightly in mobile but still some overlap. I hope this can be fixed too. Great so far ...
  25. This functionality is now fully working in the updated Customer Modules. Lorraine
  26. Okay, So the new Customer Modules 1.0.1 works great! I updated, uninstalled, reinstalled then cleared the cache. The great thing about this is that if you override the Payment Options and don't select a payment it does not allow checkout, which is ideal. Great module, working as expected. Lorraine
  27. Is there anyone who can help me with this? I would love your guidance. Thanks!
  1. Load more activity
×
×
  • Create New...