Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

All Activity

This stream auto-updates

  1. Past hour
  2. Please close this topic. Totally started from scratch and issue no longer relevant.
  3. Today
  4. Talking to myself but : Found no way, and ended up changing the source code to inject the deried image URLs. Kind regards, Chris
  5. 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.
  6. 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
  7. It is version of your MySQL: 5.5.68 As you can see it is less than required.
  8. Please follow this instructions: https://www.oscommerce.com/wiki/Connecting_to_App_Shop
  9. 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
  10. 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
  11. Yesterday
  12. how many products? how much specialization was done?
  13. 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
  14. Thanks - I hadn't changed the header type - will give that a try and see what happens!
  15. 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.
  16. 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.
  17. 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.
  18. Last week
  19. 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
  20. 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 :-)
  21. 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 ...
  22. This functionality is now fully working in the updated Customer Modules. Lorraine
  23. 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
  24. Is there anyone who can help me with this? I would love your guidance. Thanks!
  25. @lampinoSome old addons can be found here. You can get updated versions here. The latter has a version that should work with your shop.
  26. Hi, I need to amend the left hand menu on the account page. When I try to look at any of the account pages in the designer, they just show as empty pages. when I look in the design boxes temp the data is in there : and in settings: So is there a way to get the data account pages to show up in the designer? and where is account-menu options held? I can't find it in the menu section - there is just account and account box. Is it in the database or a php file? Really need an answer to this one quickly! Thanks Steve
  27. Hi, probably just a typo but the text is in a H3 not a H2, also if it was possibly I would just put a unique class on the H2/3 and set the before on that. Thanks Steve
  28. Hi, Have you tried adding a css entry for the image to set it's width to 100%? As long as the container sizes are fixed you should then get a standard image size. Thanks Steve
  29. Sorry for the late reply not sure if this will help but there are two tables : design_boxes design_boxes_tmp I think what you see in the designer comes from the design_boxes_tmp version but live site uses design_boxes. I think they are moved over when you click save. It might be worth checking that they are set up the same in both tables. Hope that helps Thanks Steve
  1. Load more activity
×
×
  • Create New...