-
Content count
722 -
Joined
-
Last visited
-
Days Won
7
Everything posted by valquiria23
-
osCommerce v4 public demo
valquiria23 replied to osCommerce-Official's topic in News and Announcements
Very good observation and excellent solution @bonbec. Another option would be to put that information in tabs, so everything stays on the same page. BR Valqui- 7 replies
-
- oscommerce
- v4
-
(and 1 more)
Tagged with:
-
Hi @osCommerce-OfficialVery nice change, simple, nice and easy to use. What other changes are coming? what will happen to the old app store? Are changes coming to forum? Best regards and success with the new site Valqui
-
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
valquiria23 replied to spidometrs's topic in General Add-Ons Support
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 -
thanks Jack. This change fixed the error, you are a genius !!! Have a nice day. Valqui
-
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
-
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
-
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
-
Hello Jack @Jack_mcs, Genius !! Now everything works correctly !! Thank you very much Jack and Happy Easter !! Best regards. Valqui
-
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
-
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
-
Support thread for JcM WhatsApp Floating Button V1.3
valquiria23 replied to JcMagpie's topic in General Add-Ons Support
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 replies
-
- support thread
- jcm
- (and 4 more)
-
New management and osCommerce v4
valquiria23 replied to osCommerce-Official's topic in News and Announcements
Hello @osCommerce-Official, Congratulations on the changes!!! Hopefully you can give Oscommerce the leadership that it sadly lost many years ago. If it wasn't for the wonderful people of the CE, there would be no one left in that forum. First of all, it would be nice to know your real name since it's nice to know that behind a nick name there is a real person. I would like to know what will happen to the contents of the Forum and its posts that are not related to V4. are you going to keep or eliminate them? What will happen to all the apps that are in apps.oscommerce.com ? Are you going to keep them on or delete them? If you are going to delete them, I think the community is not going to like it. Greetings and good luck. Valqui -
Hola Amigos como estan? Cual de los paquetes de idiomas sirve para OsC Responsive BS versiones EDGE o Gold ? Gracias a todos!!! Valki
-
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
-
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
-
BS Slick Image Gallery Question - 2.3.4.1 CE Compatible Image Gallery Module for Product Info
valquiria23 replied to Bobber's topic in Templates and Images
Has anyone managed to adapt this addon to work in Phoenix 1.0.6.0?- 15 replies
-
- 2.3.4.1 ce
- bootstrap
- (and 8 more)
-
Playing with CE Phoenix v1.0.6.1. The most complete OSC ever made!
- Show previous comments 1 more
-
-
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.
-
valquiria23 reacted to this
-
Phoenix does not stop !!!
CE Phoenix v1.0.7.5 was released today !!!
You can download it here: https://github.com/gburton/CE-Phoenix
-
Español pack para OsC Responsive BS EDGE o Gold
valquiria23 replied to valquiria23's topic in Languages and Zones
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 -
Español pack para OsC Responsive BS EDGE o Gold
valquiria23 replied to valquiria23's topic in Languages and Zones
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 -
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
-
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
-
Español pack para OsC Responsive BS EDGE o Gold
valquiria23 replied to valquiria23's topic in Languages and Zones
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 -
Español pack para OsC Responsive BS EDGE o Gold
valquiria23 replied to valquiria23's topic in Languages and Zones
Muchas gracias Rainer!!! Se que están pasando un mal momento en España. Ojala todo mejore pronto, cuídate mucho!!! -
Fastest osCommerce ever - Solomono oSc got 99/100 in google page speed
valquiria23 replied to Solomono's topic in Solomono - new level osCommerce templates's Announcements
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 -
@milerwan all my sites are in BS3 so this will surely work !!! Also thank you very much for your help !!