Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

imusorka

Pioneers
  • Posts

    137
  • Joined

  • Last visited

Everything posted by imusorka

  1. There is nothing improper about the other search results and everyone above has been correct. Tone down your responses.
  2. @burt Either you are referring to ranking signals or your Google is different from what everyone else sees. What do you mean URLs "are not shown"?
  3. @Harald Ponce de Leon Could you please clarify? You are probably the most qualified to answer this question.
  4. Are there any plans to support CIM? We would like to be able to tokenize customers' payment data.
  5. Stumbled upon this. Almost a year old but still valuable stats. 2016 State of eCommerce: Cart Abandonment and Recapture Statistics Lack of trust signals Lack of guest checkout Navigation in checkout Lack of cart abandonment emails These are key, I think. Automatic cart abandonment emails would be of great benefit to osC. What do locals think about trust marks? Anyone uses them?
  6. Agreed. Account creation option at the end of the checkout would make it much more user-friendly. Our customer surveys show the same. Seeing this in one of the future releases of osC would be grand. As would quoting postage in the shopping cart and jumping straight to payment afterwards. The process has not changed in over ten years. Perhaps it is time?
  7. I think it would be best not to include the possibility of storing card details so as to safeguard inexperienced osC users from potential risks. In the US, you may not store cardholder data as per PCI DSS anyway. Are there similar regulations in the EU and Australia?
  8. Interestingly, Amazon asks for card details before the checkout confirmation page. They also use AJAX, which helps making the whole process so smooth. It's lightning fast on mobile.
  9. @Harald Ponce de Leon Agreed on the progress column. Step 1 is registered/guest user selection, which eliminates this elsewhere altogether. Step 3 is skipped if billing and delivery addresses are the same. Step 4 could be avoided by passing details from the shopping cart if it has a shipping quote and selection box. Down to 3 steps really. To have something like this in stock osC would be awesome. I'm pretty sure it's a piece of cake for you all mighty devs. :) What is wrong with entering card details before confirming the order? Isn't that how it is in osC and everywhere else?
  10. Attached is what we would like to have instead of the stock checkout. Single page with AJAX-powered sections (both for registered users and guest). Clean, fast and convenient. We find that customers have become very impatient. Many leave because there are too many pages and no guest option.
  11. We would like to have a one-page checkout for both guests and registered customers. Many add-ons intend to add a guest checkout or transform the stock checkout to a one-page layout but all of them are ancient. What is a good way forward today, using Edge?
  12. What version is compatible with Edge and is not affected by the cache issues mentioned above?
  13. @BrockleyJohn Installation is very straightforward but for some reason the code is not being inserted either in checkout_success.php or any of the pages activated to have the badge on. No errors are being generated either. What could be the cause?
  14. Getting the following error when all the relevant files are uploaded to the server, including the modified includes/application_top.php and includes/functions/database.php. Trying to troubleshoot other issues but it seems that I need to troubleshoot this add-on first. Catch 22. Please help. select code, title, symbol_left, symbol_right, decimal_point, thousands_point, decimal_places, value from currencies [TEP STOP]
  15. Just realized we went off topic here. I'll post my issue in the KISSer thread. To stay on topic, could you please clarify why you think that the file cache method for sessions is better than the database method supported by this add-on? Do you have comparative parse times?
  16. @Gergely Having changed it to file, I now get the following error. select code, title, symbol_left, symbol_right, decimal_point, thousands_point, decimal_places, value from currencies
  17. @Gergely We've always had sessions configured to be stored in /includes/work/ that is protected by an .htaccess file. Are you saying that the Database Optimizer is unnecessary in this case? Not quite sure what you mean. Please clarify.
  18. @MrPhil Those are identical. Odd thing is that another cron job for sitemaps works without any issues. Having tried to install the KissER debug add-on, we also see the following error: "select value from sessions where sesskey =". No other errors though. This is a common theme now then. Puzzled.
  19. I've attempted to install the Queries Debug GUI add-on to troubleshoot this further. I'm seeing a very similar error though. Warning: mysql_query() expects parameter 2 to be resource, object given in /home/xxx/public_html/includes/functions/database.php on line 53 - select value from sessions where sesskey = '83a8ba4357f4b3b4fba4ea4c72df7706' [TEP STOP] A suggestion I've found is that when mysqli_connect is used for database connection, mysql_ functions should not be used, especially since they are deprecated. However, changing those functions to be in line with mysqli, I'm getting the following errors. Warning: mysqli_query() expects parameter 1 to be mysqli, string given in /home/xxx/public_html/includes/functions/database.php on line 53 Warning: mysqli_errno() expects exactly 1 parameter, 0 given in /home/xxx/public_html/includes/functions/database.php on line 53 Warning: mysqli_error() expects exactly 1 parameter, 0 given in /home/xxx/public_html/includes/functions/database.php on line 53 - select value from sessions where sesskey = '83a8ba4357f4b3b4fba4ea4c72df7706' [TEP STOP] Can someone please provide insight on this? Many thanks in advance.
  20. Our cPanel error log is clean. Is there one built into osC? As for add-ons, I only found this one for v3.
  21. We do not use either of the tracking add-ons. Having removed the code for both, a blank page is returned when calling on database_optimizer_cron.php now.
  22. It gives the same error as before but three times followed by SHOW TABLES LIKE 'supertracker' and [TEP STOP]. Does this help to troubleshoot further?
  23. We use PHP 5.6.30. The cron job is confirmed to be set up correctly. It calls on the database_optimizer_cron.php file included in your add-on.
  24. @Jack_mcs Getting the following error when trying to run a Cron job: "mysqli_query() expects parameter 1 to be mysqli, null given in /home/xxx/public_html/admin/includes/functions/database.php on line 53". That line looks like this. Please advise. $result = mysqli_query($$link, $query) or tep_db_error($query, mysqli_errno($$link), mysqli_error($$link));
×
×
  • Create New...