Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

valquiria23

Members
  • Posts

    722
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by valquiria23

  1. Hi @Jack_mcs , hope you are fine. I get this PHP Warning error in : PHP Warning: Use of undefined constant CHARSET - assumed 'CHARSET' (this will throw an Error in a future version of PHP) in /home3/xxx/public_html/catalog/includes/classes/seo.class.php on line 1827 in includes/classes/seo.class.php I chenged line 1827 From : if (CHARSET == 'utf-8') { to: if (defined('CHARSET') && (CHARSET == 'utf-8')) { Would you kindly confirm that the change I made is correct? Best regards Valqui
  2. thanks Jack. This change fixed the error, you are a genius !!! Have a nice day. Valqui
  3. Hi Jack @Jack_mcs, how are you? I dont have an entry in the Standard Boxes box, its empty. Use the fix you propose and it worked correctly. Is the following line of code the same with respect to the solution that you proposed? if ($box != (defined('TEXT_MAKE_BOX_SELECTION') && TEXT_MAKE_BOX_SELECTION )) { best regards Valqui
  4. Hi Jack @Jack_mcs, I dont have enabled any infobox in Box Control. I think the problem is in Deprecated features in PHP 7.2 + Unquoted strings: Unquoted strings that are non-existent global constants are taken to be strings of themselves. This behavior used to emit an E_NOTICE, but will now emit an E_WARNING. In the next major version of PHP, an Error exception will be thrown instead. any other idea? best regards Valqui
  5. Hi Jack @Jack_mcs, how are you? my error_log started to fill with the following warning: PHP Warning: Use of undefined constant TEXT_MAKE_BOX_SELECTION - assumed 'TEXT_MAKE_BOX_SELECTION' (this will throw an Error in a future version of PHP) in /home/mysite/public_html/catalog/includes/functions/sitemap.php on line 18 sitemap.php line 18 looks like this: if ($box != TEXT_MAKE_BOX_SELECTION) { Any clue how to fix it? Best regards. Valqui
  6. Hello Jack @Jack_mcs, Genius !! Now everything works correctly !! Thank you very much Jack and Happy Easter !! Best regards. Valqui
  7. Hello Jack @Jack_mcs, I have it uploaded correctly to: C:\ xampp \ htdocs \ frozen\ admin \ includes \ classes But nevertheless it keeps giving me the error. Any other idea? Best regards. Valqui
  8. Hello Jack @Jack_mcs, I hope you are very well and healthy. I am testing this addon on frozen and it gives me the following error: Fatal error: Class 'tableBlock_easy_populate' not found in C:\xampp7\htdocs\frozen\admin\easypopulate.php on line 248 Do you have any clues? Best regards Valqui
  9. Hi @henri_house Edit the file \includes\modules\header_tags\ht_jcm_whatsapp.php and delete line 41 Line 41 look like this : $oscTemplate->addBlock('<script defer src="https://use.fontawesome.com/releases/v5.2.0/js/all.js"></script>', $this->group); Best regards Valqui
  10. Hi Jack, @Jack_mcs ok, I managed to fix it. The FROZEN file: /admin/all_customers.php is missing a line of code: add : require ('includes / functions / all_customers.php'); between lines 41 and 42. Thank you very much Jack for this interesting addon. Have a nice day Valqui
  11. Hi Jack, @Jack_mcs I just tried this nice addon in Frozen and I get the following error: Fatal error: Call to undefined function tep_sort_order() in /home2/xxxxx/public_html/yyyyy/catalog/admin/all_customers.php on line 216 Any idea what it could be? Regards Valqui
  12. Playing with CE Phoenix v1.0.6.1. The most complete OSC ever made!

    1. Show previous comments  1 more
    2. valquiria23

      valquiria23

      Testing CE Phoenix v1.0.7.2 Beta!!! for now everything is working fantastic !!!

    3. DivebombInc

      DivebombInc

      Built my site yesterday using it. Like it a lot. Not a website guy, so this is fun. Site is already up and running though.

    4. valquiria23

      valquiria23

      Phoenix does not stop !!!

      CE Phoenix v1.0.7.5 was released today !!!

      You can download it here: https://github.com/gburton/CE-Phoenix

  13. Como siempre muy clara la explicación. Hoy le pregunte a 3 personas si sabían que significaba albarán y nadie sabia (yo tampoco), por eso fue mi sugerencia. En mi país le llaman "Remito". Tenes razón lo mejor que cada usuario lo adapte a sus necesidades. Saludos cordiales Valui
  14. Hola @raiwa, espero estés muy bien. Muchas gracias por el excelente trabajo que haces en el mantenimiento del pack de idioma Español. Quería sugerir un cambio para futuras versiones: En catalog/admin/includes/languages/espanol/espanol.php cambiaría const IMAGE_ORDERS_PACKINGSLIP = 'Albarán'; Por una de las siguientes posibilidades mas modernas: const IMAGE_ORDERS_PACKINGSLIP = 'Recibo'; const IMAGE_ORDERS_PACKINGSLIP = 'Comprobante'; Muchas gracias por considerarlo. Saludos Valqui
  15. Hi Jack, Thank you very much for your complete and detailed explanation. I'm going to give that thing a try. as always you give excellent support Jack, congratulations BR Valqui
  16. Hi Jack, @Jack_mcs Maybe it is not the correct topic to ask this question, but does this addon let you know if the number of users connected simultaneously is less than 200, for example? The other day I had 500 IPs from Singapore on my site on the whos_online and only one client from my country (it was me looking at the site in addition to google), that slowed the site down a lot. It also gave me this error sometimes: Warning: mysqli_connect () [function.mysqli-connect]: (42000/1203): User already has more than 'max_user_connections' active connections in includes / functions / database.php on line 20 I had to block singapore IPs ... But I wanted to create an alarm in case that amount of Ips happens again ... I appreciate your comments if this addon works for me or if there is another. Cheers Valqui
  17. Hola autopartes. Tenés dos opciones. Bajar la versión 1.0.5.5 usando el link de arriba y usar el paquete de @raiwa o seguir con la 1.0.5.6 y esperar que salga el paquete de idioma más actualizado e instalarlo. Yo esperaría un poco ya que @raiwa los actualiza muy seguido y tiene excelente soporte además de ser una persona muy amable. Saludos Valqui
  18. Muchas gracias Rainer!!! Se que están pasando un mal momento en España. Ojala todo mejore pronto, cuídate mucho!!!
  19. I will be very happy to try it. It would be very nice to be able to participate. I suggest you to leave the club open so that many people can participate and promote your edition. I am anxiously waiting for news! Get on with your wonderful work. regards Valqui
  20. @milerwan all my sites are in BS3 so this will surely work !!! Also thank you very much for your help !!
  21. thank you very much @milerwan . I'm in frozen so I'm going to try it. Thank you very much for continuing to make addons for frozen !!!
  22. Thank you very much @milerwan for your contributions to the community. I have a question, this version is for OSC EDGE BS or also works for Phoenix? Best regards Valqui
  23. Sorry Zahid, I couldn't test this addon yet. The corna virus appeared in my country and things are very crazy. I'll be back soon to support the community with whatever I can. Best regards Valqui
  24. Now it worked very well with the new link that you provide us. pagespeed = 98% WAW !!! the store https://www.obbstartersandalternators.com/ is very cool too. I congratulate you very good work !!
×
×
  • Create New...