-
Content count
393 -
Joined
-
Last visited
-
Days Won
3
OSC-Sevilla last won the day on June 13 2012
OSC-Sevilla had the most liked content!
Profile Information
-
Real Name
George
-
Gender
Male
-
Location
Sevilla, Spain
Recent Profile Visitors
-
domiosc started following OSC-Sevilla
-
OSC-Sevilla started following Kirod
-
Kirod started following OSC-Sevilla
-
OSC-Sevilla started following Open discussion on speeding up osCommerce
-
-
OSC-Sevilla started following imnict
-
imnict started following OSC-Sevilla
-
Solved the issues - I see two tables -"who´s online and sessions"..... Nevermind - thanks all
-
My store is havily modified, The addon is insatalled and working, however. The addon tells me i have 72 tables for backup. My SQL Server says 74. Hence when i restore form backup im missing things. How to edit the addon to catch all...? IE. the backups are not backing everything up. Any ideas??
-
[Contribution] OPI: OsC Product Image Module
OSC-Sevilla replied to Parikesit's topic in General Add-Ons Support
After some successful head scrathing the issue is solved. For reason only known to OSC the copied site, identical contained an issue. This issue was the "Aministation table" in the SQL SERVER. I simply updated this table and all went back to normal! -
[Contribution] OPI: OsC Product Image Module
OSC-Sevilla replied to Parikesit's topic in General Add-Ons Support
I have two web stores that are identical, both use the smae exact code. For some reason on one of the stores the "NEW DIRECTORY " button has stopped showing.... What would be the cause of this. Everything else is working just fine. Just a pointer would help. Thank you. -
NEW! Complete Order Editing Tool!
OSC-Sevilla replied to jhilgeman's topic in General Add-Ons Support
I am modding order editor to incoporate my lead time addon that shows if the product carries a lead time and how many days, during editing the order the operatoer can change these the specs: this piece of code refers to a checkbox that shows which product(s) have lead times <td class="dataTableContent" valign="top"><input type="checkbox" title="Lead time Active: <?php echo $order->products[$i]['lead_time_days']; ?> DAYS" name="<?php echo "update_products[" . $orders_products_id . "][lead_time]"; ?>" <?php if (ORDER_EDITOR_USE_AJAX == 'true') { ?>onClick="updateProductsField('update', '<?php echo $orders_products_id; ?>', 'products_lead_time', this.checked, this)"<?php } ?> <?php if($order->products[$i]['lead_time']=='1'){ echo "checked=\"true\""; }?>"></td> The problem i am having is the data form the check box enters mySQL as " true " or " false" - is all well and good but i would like it to go in as "1" or "0" If i deactivate AJAX, it goes in as "on".... My db is currently VARCHAR (5). I have googled searched high and low but not found a straight forward solution. All this is carried out on edit_orders.php: // Update orders_products Table $Query = "UPDATE " . TABLE_ORDERS_PRODUCTS . " SET products_model = '" . $products_details['model'] . "', products_name = '" . oe_html_quotes($products_details['name']) . "', products_price = '" . $products_details['price'] . "', final_price = '" . $products_details['final_price'] . "', products_tax = '" . $products_details['tax'] . "', products_quantity = '" . $products_details['qty'] . "', products_lead_time = '" . $products_details['lead_time'] . "', products_lead_time_days = '" . $products_details['lead_time_days'] . "' WHERE orders_id = '" . (int)$oID . "' AND orders_products_id = '$orders_products_id';"; tep_db_query($Query); Any ideas folks?? -
Attribute Product Codes [Contribution]
OSC-Sevilla replied to Rochdalemark's topic in General Add-Ons Support
BINGO!!!!!! Boom we are back in the game! NIce one! -
Any Idea how to add UHTML to Admin MAIL.php???
-
[Contribution] QTpro - Quantity Tracking Professional
OSC-Sevilla replied to zonetown's topic in General Add-Ons Support
You Sir are "The Man"!! -
Attribute Product Codes [Contribution]
OSC-Sevilla replied to Rochdalemark's topic in General Add-Ons Support
Does anyone have this working ok with QT-PRO installed?????????????? admin side working ok, storing suffix, showing OK on shopping_cart.php, but not on roder, inovices packing slips, checkout_confirmation.php was working before QT-PRO.... -
ULTIMATE Seo Urls 5 - by FWR Media
OSC-Sevilla replied to FWR Media's topic in General Add-Ons Support
I have the exact same issue! -
ULTIMATE Seo Urls 5 - by FWR Media
OSC-Sevilla replied to FWR Media's topic in General Add-Ons Support
I use both english and spanish: the defualt is spanish, so when pages loads its in spanish - when i change languages from the drop down to say english, i get index.php?language=en now whilst thats in the browser url i clcik special, and see. specials.php/en resulting in "No input file specified.".... for everything else its fine. Whats going on here, tralled trought about 150 pages... you guys are the pros whats the score????? -
[Contribution] OPI: OsC Product Image Module
OSC-Sevilla replied to Parikesit's topic in General Add-Ons Support
FIXED - it was an jquery upgrade error, went from 1.4 to 1.7 and it didnt like it -
[Contribution] OPI: OsC Product Image Module
OSC-Sevilla replied to Parikesit's topic in General Add-Ons Support
Having a slight problem - Moved severs, all working fine except: When browsing images on the server to add photos I can see all the first tier subdirectories but when i click on the subdirectory i just see whats in the products folder and not the subdirectory. image attached -
[Contribution] Products Specifications
OSC-Sevilla replied to kymation's topic in General Add-Ons Support
FIXED! - -
[Contribution] Products Specifications
OSC-Sevilla replied to kymation's topic in General Add-Ons Support
IS it just me or the product_reviews.php - in modules is not compatable with multi languages???? (TAB section corresponding to reviews) can anyone confirm this? working fine in english but not on any other.