Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Demitry

Members
  • Posts

    535
  • Joined

  • Last visited

  • Days Won

    26

Reputation Activity

  1. Like
    Demitry got a reaction from stitchontime in 1525 - Incorrect DATETIME value: '' error   
    Go into catalog/includes/functions/banner.php and find tep_activate_banners() function. 
    Change the $banners_query line to the following:
    $banners_query = tep_db_query("SELECT banners_id, date_scheduled FROM banners WHERE date_scheduled IS NOT NULL");
     
     
  2. Like
    Demitry got a reaction from osCommerce-Official in General thoughts about Add-On's   
    @jerrymeola
    You can search for add-ons related to your keywords criteria here:
    https://apps.oscommerce.com/
    There's not a list of all add-ons because it would be of no value to anyone, considering 20+ years of submitted add-ons. Personally, I have about 37 of my own.
    The new osC ownership expressed intent to revamp the add-ons site for osCv4 in the coming months.
     
     
  3. Haha
    Demitry reacted to jhande in Old dog last used osC v2.3.3.4 maybe back in the game   
    Thank you Jack.
    I believe using Wordpress for ecommerce a plugin or addition is required. I think Bluehost offered the bundle according to a support tech I talked to. It didn't make sense to me so I am shying away from that setup.
  4. Like
    Demitry reacted to macparts in 1525 - Incorrect DATETIME value: '' error   
    Thanks , That worked. Store finally came up. 
    Your sig line is so true. I want to use the @$#@$ thing not spent hours trying to get it installed and running. 
  5. Like
    Demitry reacted to psychopath in osCommerce v4 translation   
    That is OK, but I will not do any translations if I can not ask questions!
  6. Like
    Demitry got a reaction from Smoky Barnable in DDOS on shared servers   
    I just found out that they force SSL on all pages, which is not a big deal for me as long as it doesn't impact page loading speed,.. though it's not the way osCommerce is set up. 
    And, this is the first time I am using cloud hosting. I was with WebHostingHub for over 7 years, which is a sister company to InMotion hosting. They were good in the beginning, but their performance and QoS dropped off dramatically in recent times.
    I'm also impressed with HostArmada's tech support. It seems like it's a bunch of Bulgarians, but their English is great, so is their response time, and knowledge base. WebHostingHub's tech-support QoS deterioration is one of the main reasons I chose to look for another hosting company.
     
     
  7. Like
    Demitry reacted to Smoky Barnable in DDOS on shared servers   
    I'm liking the LiteSpeed Web Server.
  8. Like
    Demitry got a reaction from Smoky Barnable in DDOS on shared servers   
    I just got their Speed Reaper 3-year plan on November 30th. I did a bunch of research before landing on this company. So far, everything is great! 
    One thing to mention, their server date/time stamp is set to the European format, as in dd/mm/yyyy. That threw me off because I am used to the US format of mm/dd/yyyy. So, when it says that your next billing date is 04/12/2024, it's not April 12th.
    Also, their shared hosting is not ideal for certain types of customers. For example, if your site is dependant on heavy file downloads such as videos, their shared hosting would not be a good fit for both, storage and data transfer.
     
     
  9. Like
    Demitry reacted to Smoky Barnable in DDOS on shared servers   
    Thanks. I just signed up for the three year HostArmada plan. They are doing a cpanel transfer now.
  10. Like
    Demitry got a reaction from Smoky Barnable in DDOS on shared servers   
    Also, if you don't already, you should use Up-Time Robot. It's a free service that pings your site every 5 minutes and sends you an email or text to let you know when your site is down and again when it comes back up.
     
     
  11. Like
    Demitry got a reaction from Smoky Barnable in DDOS on shared servers   
    Check out HostArmada. They boast about their security and specifically DDoS attacks. Their Speed Reaper plan is a good one. Their renewal rates suck, but the first 3-yr discount is great. Plus, I cannot find any bad reviews for them. Though no dedicated IP for shared.
    Another one to concider is ScalaHosting. They have a VPS at $10/month with a 3-year commitment. Great reputation on this one too.
     
     
  12. Like
    Demitry reacted to jeanmi89 in Addons for orders.php   
    Bin finalement après plusieurs essais , ça a l'air de marcher comme ça:
    Merci beaucoup pour ton aide Demitry.
    Passe une bonne journée.
  13. Like
    Demitry reacted to cannuck1964 in Country State Selector BS v3.0   
    My version of osC is 2.3.4++
    I do a lot of upgrades and do not follow all of the osC releases.
    Tried the new one and same thing, no luck.  I think I will try upgrading my jQuery and bootstrap versions, maybe that will help, not sure when I did so last.
    thanks
    Peter
     
     
     
  14. Haha
    Demitry got a reaction from wettset in V4 ETA ?   
  15. Thanks
    Demitry got a reaction from Hotclutch in W3 osCommerce WIP   
    Try this for the first one.
    switch (isset($_GET['install'])) {
    or
    switch ((isset($_GET['install']) ? $_GET['install'] : null)) {
     
     
  16. Thanks
    Demitry reacted to Smoky Barnable in KissIT Image Thumbnailer Support   
    For those of you who would like to use this addon with PHP 8 the following change cleared this fatal error.
    In the image.php file, change:
    $trnprt_color = @imagecolorsforindex ( $this->_image, $trnprt_indx ); to:
    if ($trnprt_indx < imagecolorstotal($this->_image)){ $trnprt_color = imagecolorsforindex ( $this->_image, $trnprt_indx ); }  
  17. Haha
    Demitry got a reaction from osCommerce-Official in V4 ETA ?   
  18. Haha
    Demitry got a reaction from freakystreak in V4 ETA ?   
  19. Haha
    Demitry got a reaction from poj_ud in V4 ETA ?   
  20. Haha
    Demitry got a reaction from ruden in V4 ETA ?   
  21. Like
    Demitry got a reaction from ruden in Setup Warning   
    4) use another cart software, not related to osCommerce
     
     
  22. Like
    Demitry reacted to Jack_mcs in Easy Populate V 3.0   
    I will continue to support all of my addons since I have clients that use them. Whether or not I can offer the support here is unknown at the moment. Phoenix isn't allowed here but my addons work for other versions that are allowed so I don't know where that leaves things.
    As for it not working, it works fine in 1.0.8.0. I don't support minor upgrades, for free, since they come out too often and I have other things to do. This is the same for any developer, or at least it used to be. So if you want to always use the very latest version of Phoenix, you will have problems like this. You can post the problem you are having here, at least for now, and if it an easy fix I will post that. Otherwise, you will need to wait for the next release or pay for support.
  23. Like
    Demitry reacted to milkman45 in osCommerce v4 demo   
    The idea of DEMOS is great but to sign in and have a private viewing is crazy.
    A link to a dedicated page with sign in would have been better as allocated time is not possible for all.
    I don't understand the secrecy......
  24. Like
    Demitry reacted to ozEworks in Payment methods   
    Availability of payment methods is a deciding factor when choosing an ecommerce solution. If we want people to use os Commerce V4 versus other open source, we need to offer as many as possible free of charge out of the box - on and offline.
    In principal, I think all payment modules supported by the osCommerce team themselves should be included. Any not supported by them should be in the app store.
    All included should be free to use. 
    Offline needs to include Check.
    Online definitely needs to include Stripe. 
     
  25. Like
    Demitry reacted to Jack_mcs in Database Optimizer   
    1) There is a version for "Before 2.3". I don't recall I updated it for this version. Probably not. With Phoenix becoming more and more popular and with it changing often, managing multiple versions is just not possible any longer, at least for me. If you need an addon to work for older versions, you can 
    Use an older version. This is not a good idea since you will lose fixes and improvements. Convert the code to work with an older version. Pay someone to do the conversion. 2) This got through because of lack of time for testing older versions. To fix it, you can replace 
    <td align="center"> <?php echo tep_draw_bootstrap_button(IMAGE_UPDATE, 'fas fa-save', null, 'primary', null, 'btn-success btn-block btn-lg'); ?> </td> with
    <td align="center"><?php echo tep_image_submit('button_update.gif', IMAGE_UPDATE);?></td> 3) I'm not able to reproduce this but in searching for it, it seems to be a bug in php 7.1 and, maybe 7.2. I'm running 7.3 so it seems they fixed that problem. Applying the change below should prevent it but since I can't see the warning, I can't be sure. Change this line
    $dateOrder = date("Y-m-d", time() - ($config['orphan_orders'] * 86400)); to
    $dateOrder = date("Y-m-d", time() - (int)($config['orphan_orders'] * 86400));  
×
×
  • Create New...