

neilwillis
Members-
Content count
82 -
Joined
-
Last visited
Profile Information
-
Real Name
Neil Willis
-
neilwillis started following Kirod
-
Kirod started following neilwillis
-
Hi Guys, Been using this for about 2 years now and it works fine... What i wanted to know is how to get the format of the text boxes a little cleaner? As you can see from the screen shot below it looks a little messy: I also wanted to know if the order/ mess of all the options is normal. Is there a way to have this into a list rather than just random? Thanks, Neil
-
Hi Guys, Does anyone know how i can get the tables containing the text box moved over to the left? I can?t remember what page is needed to be edited. This is what i am getting and it?s throwing out my pages: Thanks, Neil
-
How Did You Hear About Us - Support
neilwillis replied to hobbzilla's topic in General Add-Ons Support
Almost. It shows the line, but just says NONE. -
How Did You Hear About Us - Support
neilwillis replied to hobbzilla's topic in General Add-Ons Support
Hi sakkiotto, This is just what i am looking for... any luck yet? Neil -
How Did You Hear About Us - Support
neilwillis replied to hobbzilla's topic in General Add-Ons Support
Hi, I have been using this feature for a few months now and it?s great! However; can anyone point me in the right direction to get the source to show up on the orders page? When we print the order we have to go back into the customer details and write it into the order we have printed. Cheers, Neil -
Enable/Disable categories contribution
neilwillis replied to tlelliott77's topic in General Add-Ons Support
Same problems as others I think... The contrib. removes the category from the ?list box?, but ?Main Categories? box still lists the category I want to deactivate. Any ideas? Neil Did you ever solve this? -
UK-Based: Default osCommerce Installation.
neilwillis replied to Alpha Ray's topic in General Add-Ons Support
Same Problem, A customer just phoned to let me know. Anyone got a fix for this? Thanks Neil -
Option Type Feature v1.6 (for osc 2.2 MS2)
neilwillis replied to Chandra's topic in General Add-Ons Support
Sorry I didn?t. I decided to use the Imprint Contribution as I never got it to work. Neil -
How did you fix this? I just installed and spotted the typo! , but get the following too: 1054 - Unknown column 'customers_group_id' in 'field list' select customers_group_id from customers where customers_id = '' [TEP STOP] Cheers Neil
-
Jim, You are a genius! :thumbsup: THANKS A LOT FOR THIS HELP!!! Regards Neil
-
OK, After hitting my head a few times i got it working - well almost! It all looks fine and shows up during checkout, but when i go into orders the entered options are nowhere to be seen. Almost as if they didn?t get passed to the order. Any clues, Neil
-
Hi Howslow, There is a contribution that will do this, but unless you have a clean install you can run into problems. MAKE SURE YOU BACK UP!!! Option Type Feature Neil
-
Option Type Feature v1.6 (for osc 2.2 MS2)
neilwillis replied to Chandra's topic in General Add-Ons Support
Fixed it.... Now i am just getting a dropdown box that says "TEXT" where the input box should be. AGAIN I checked my configure.php this time and its uploaded.. Any ideas? -
Option Type Feature v1.6 (for osc 2.2 MS2)
neilwillis replied to Chandra's topic in General Add-Ons Support
I can?t believe the main problem I had.... When uploading it failed on configure.php as the permission was set to 444!!! Duh. Anyways... I have now tried and tested a clean install and it works a treat. My problem now is I have just modified my real site and I am getting the following warning and I don?t know why (a little new to php) Parse error: parse error, unexpected $ in /home5/webs/ssl/cart/catalog/includes/functions/general.php on line 1290 This is the code of the last few lines: // nl2br() prior PHP 4.2.0 did not convert linefeeds on all OSs (it only converted \n) function tep_convert_linefeeds($from, $to, $string) { if ((PHP_VERSION < "4.0.5") && is_array($from)) { return ereg_replace('(' . implode('|', $from) . ')', $to, $string); } else { return str_replace($from, $to, $string); } } // BMC CC Mod Start include('../../../../includes/functions/encrypt.php'); // BMC CC Mod End ////rmh referral // Returns an array with sources // TABLES: sources function tep_get_sources($sources_id = '') { $sources_array = array(); if (tep_not_null($sources_id)) { $sources = tep_db_query("select sources_name from " . TABLE_SOURCES . " where sources_id = '" . (int)$sources_id . "'"); $sources_values = tep_db_fetch_array($sources); $sources_array = array('sources_name' => $sources_values['sources_name']); } else { $sources = tep_db_query("select sources_id, sources_name from " . TABLE_SOURCES . " order by sources_name"); while ($sources_values = tep_db_fetch_array($sources)) { $sources_array[] = array('sources_id' => $sources_values['sources_id'], 'sources_name' => $sources_values['sources_name']); } } return $sources_array; //// //CLR 030228 Add function tep_decode_specialchars // Decode string encoded with htmlspecialchars() function tep_decode_specialchars($string){ $string=str_replace('>', '>', $string); $string=str_replace('<', '<', $string); $string=str_replace(''', "'", $string); $string=str_replace('"', "\"", $string); $string=str_replace('&', '&', $string); return $string; } ?> Can anyone see where its going wrong? Look forward to your replies ! Neil -
Option Type Feature v1.6 (for osc 2.2 MS2)
neilwillis replied to Chandra's topic in General Add-Ons Support
Hi Grorge, Any chance of getting your product_info.php code? Thanks Neil