smithveg Posted April 25, 2006 Posted April 25, 2006 How can i fix this error? smith **** Hello World! ^.^ I'm a Internet naive. Browse my working profile Malaysia Web Services - OPerion Website Marketing System
Guest Posted April 25, 2006 Posted April 25, 2006 In regard the first Warning. If osCommerce is up and running, just open the catalog folder and delete the install sub-folder. The second warning will depend upon whether you have osCammerce running in windows, linux, etc. If running in windows, right click the configure file and set to read only.
smithveg Posted April 25, 2006 Author Posted April 25, 2006 In regard the first Warning. If osCommerce is up and running, just open the catalog folder and delete the install sub-folder. The second warning will depend upon whether you have osCammerce running in windows, linux, etc. If running in windows, right click the configure file and set to read only. do i need to change the 'read only' to default if everytime i do the modification? ohya...i more problem is i found the button_quick_find.jpg in \..\\catalog\includes\languages\english\images\buttons i have create a flash that publish in .html... but i can't even find which php file is load that 'button_quick_find.jpg'........................that's why i cannot change it.... i'm still new to open source environemtn.... seeyou....waiting for ur reply... smith **** Hello World! ^.^ I'm a Internet naive. Browse my working profile Malaysia Web Services - OPerion Website Marketing System
smithveg Posted April 26, 2006 Author Posted April 26, 2006 hmm''...i can clear this 2 red bar already... thank you... ohya...let say i wan to delete the language selection... how can i do it?... i see the right hand side have a language box... how can i delete or set it to invisible.... smith **** Hello World! ^.^ I'm a Internet naive. Browse my working profile Malaysia Web Services - OPerion Website Marketing System
Guest Posted April 26, 2006 Posted April 26, 2006 What boxes are seen in the columns are defined in includes/column_left and includes_column_right. To stop a box from showing just place // in front of that box require (you can also move the boxes to different locations just by placing the require script in different positions). So, if you do not want languages box to show, go to includes/column_right.php and change if (substr(basename($PHP_SELF), 0, 8) != 'checkout') { include(DIR_WS_BOXES . 'languages.php'); include(DIR_WS_BOXES . 'currencies.php'); to if (substr(basename($PHP_SELF), 0, 8) != 'checkout') { // include(DIR_WS_BOXES . 'languages.php'); include(DIR_WS_BOXES . 'currencies.php');
smithveg Posted April 27, 2006 Author Posted April 27, 2006 What boxes are seen in the columns are defined in includes/column_left and includes_column_right. To stop a box from showing just place // in front of that box require (you can also move the boxes to different locations just by placing the require script in different positions). So, if you do not want languages box to show, go to includes/column_right.php and change if (substr(basename($PHP_SELF), 0, 8) != 'checkout') { include(DIR_WS_BOXES . 'languages.php'); include(DIR_WS_BOXES . 'currencies.php'); to if (substr(basename($PHP_SELF), 0, 8) != 'checkout') { // include(DIR_WS_BOXES . 'languages.php'); include(DIR_WS_BOXES . 'currencies.php'); hm.. thank you Oblongpeg... i can hide the language box already... by now, i try to add an attribute'weight' to my product... but i can't see any weight in my 'add new product' window... do i need to do some extra coding?... is it osCommerce only allow us to add product in /../catalog/admin... can i add my product directly into mysql table?... if i can interact directly to mysql, how can i retrieve the product photo, price... Thank in advance. smith. **** Hello World! ^.^ I'm a Internet naive. Browse my working profile Malaysia Web Services - OPerion Website Marketing System
ichi Posted April 27, 2006 Posted April 27, 2006 How can i fix this error? smith I have the same problem as you actualy only the second part and my operating system is linux does anybody know how to fix this ????????
smithveg Posted April 27, 2006 Author Posted April 27, 2006 I have the same problem as you actualy only the second part and my operating system is linux does anybody know how to fix this ???????? oh... that's easy after help from Oblongpeg... first error : you try to rename your /../install folder or delete it... this's to prevent others open your installation... second error : right click your /../catalog/includes/configure.php and set it to read-only... jus like that... see you smithveg **** Hello World! ^.^ I'm a Internet naive. Browse my working profile Malaysia Web Services - OPerion Website Marketing System
Recommended Posts
Archived
This topic is now archived and is closed to further replies.