

luckyno
Members-
Content count
190 -
Joined
-
Last visited
1 Follower
About luckyno
- Birthday 02/26/1985
Profile Information
-
Real Name
Luca
-
Gender
Male
-
Location
Giubiasco (Switzerland)
- Website
-
These are not my addons, but users' addons from past. The first one adds a popup to open up slave products in the master product page, the other one adds a checkbox instead of an input field for quantity. It is written into the addons names :)
-
does the contribution works correctly now?
-
-
The contribution has been upgraded to V 1.25. Please ask your questions only in this support thread. I've included old bugfixes and changes suggested by users starting from year 2006 in this thread. db_developer spotted error on october 11. has been corrected.
-
I checked and I didn't change it... I saw it, but it sounded strange, so I didn't upload the file.
-
Hi Jack, after upgrading from 3.18 to 3.22 I've this error in administration/header_tags_seo.php : Failed to open file: /home/www/blabla/root/catalog/configuration.php All the website works, I don't know where it comes from. I checked both configure files... but...
-
I've super contact us enhancement in my shop, but it does not work correctly with recaptcha: <?php /* $Id: contact_us.php 1739 2007-12-20 00:52:16Z hpdl $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2003 osCommerce Released under the GNU General Public License */ require('includes/application_top.php'); require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_CONTACT_US); // start modification for reCaptcha require_once('includes/classes/recaptchalib.php'); // end modification for reCaptcha $error = false; if (isset($HTTP_GET_VARS['action']) && ($HTTP_GET_VARS['action'] == 'send')) { $name = tep_db_prepare_input($HTTP_POST_VARS['name']); $email_address = tep_db_prepare_input($HTTP_POST_VARS['email']); // BOF Super Contact us enhancement 1.41 $order_id = tep_db_prepare_input($HTTP_POST_VARS['order_id']); if ($order_id <> NULL){ $enquiry = 'Order ID: ' . $order_id . "\n\n" . tep_db_prepare_input($HTTP_POST_VARS['enquiry']); }else{ $enquiry = tep_db_prepare_input($HTTP_POST_VARS['enquiry']); } $emailsubject = tep_db_prepare_input($HTTP_POST_VARS['reason']) . ' ' . EMAIL_SUBJECT; // start modification for reCaptcha // the response from reCAPTCHA $resp = null; // was there a reCAPTCHA response? $resp = recaptcha_check_answer (RECAPTCHA_PRIVATE_KEY, $_SERVER["REMOTE_ADDR"], $_POST["recaptcha_challenge_field"], $_POST["recaptcha_response_field"]); if (tep_validate_email($email_address)) { tep_mail(STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS, $emailsubject, $enquiry, $name, $email_address); if (CONTACT_US_LIST !=''){ $send_to_array=explode("," ,CONTACT_US_LIST); preg_match('/\<[^>]+\>/', $send_to_array[$send_to], $send_email_array); $send_to_email= eregi_replace (">", "", $send_email_array[0]); $send_to_email= eregi_replace ("<", "", $send_to_email); tep_mail(preg_replace('/\<[^*]*/', '', $send_to_array[$send_to]), $send_to_email, $emailsubject, $enquiry, $name, $email_address); }else{ tep_redirect(tep_href_link(FILENAME_CONTACT_US, 'action=success')); //tep_redirect(tep_href_link(FILENAME_CONTACT_US, 'action=send')); } // EOF Super Contact us enhancement 1.41 } else { if (!tep_validate_email($email_address)) { $error = true; $messageStack->add('contact', ENTRY_EMAIL_ADDRESS_CHECK_ERROR); } if (!$resp->is_valid) { $error = true; $messageStack->add('contact', ENTRY_SECURITY_CHECK_ERROR); }else{ tep_redirect(tep_href_link(FILENAME_CONTACT_US, 'action=success')); //tep_redirect(tep_href_link(FILENAME_CONTACT_US, 'action=send')); } } } $breadcrumb->add(NAVBAR_TITLE, tep_href_link(FILENAME_CONTACT_US)); ?> it stays on the page, and does not send the message.
-
HeaderTags_SEO_V_3.2.2 supports rc2a?
luckyno replied to 92110509's topic in General Add-Ons Support
Why not? HT SEO clearly works with RC2a -
Why not try to collaborate with this one from mario valdez? :) http://www.mariovaldez.net/software/oscpmwin/ It could be good to try to include fckeditor. www.fckeditor.net
-
I updated the package... missing files and your last bugfix Geotex. I'm not a coder, but I try to help the community :)
-
Hi Jack, I found a bug in V 3.10: If the file where header tags are added, has a point in the name, like: index3.1.9.php all pages go blank because includes/header_tags.php makes an error. The error log: PHP Parse error: syntax error, unexpected T_DNUMBER in /var/www/vhosts/www.aaa.com/httpdocs/muletto/includes/header_tags.php on line 173, To remove the error: 1) rename all files where you have added header tags code (remove all points) 2) go in the database and remove those files from the header tags table 3) re-upload a fresh: includes/header_tags.php Hope this helps someone!
-
How can we avoid to have same title and description for every page if ha category has more than one page? EX: Page 1, Page2, Page 3 of the category are for google pages with duplicate description and title. Something like: Category Name - Products from 10 to 20 - Website name will be good.
-
Purchase Without Account Updated & Admin Functionality
luckyno replied to a topic in General Add-Ons Support
I've this problem with version 2.0e and RC2a. It was a vanilla install and I simply uploaded your files, but when I create an account it says: 1048 - Column 'guest_account' cannot be null. I already found this solution: http://forums.oscommerce.com/index.php?s=&...t&p=1282724 but I don't know if it is good. -
add it to the cell or div where you inserted the module.
-
[Contribution] All In One FCK WYSIWYG Editor
luckyno replied to luckyno's topic in General Add-Ons Support
you need to upload the fckeditor directory... in admin/fckeditor.