Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

DanielaQ

Pioneers
  • Posts

    72
  • Joined

  • Last visited

Everything posted by DanielaQ

  1. Pleaseee! I need to resolve this last problem, because the module IS WORKING, but continues with the problem of the images suppose to show on supplier area. When you logging the first thing: the supplier.gif dont show and if i check the images properties is looking for domain/images/categories/supplier.gif; supposed to look for domain/shop/catalog/images/categories/supplier.gif If i go to Categories/Products, the category image is screen correctly (domain/shop/catalog/images/category_software.gif) but not again in the categories products: is looking for domain/images/icons/folder.gif supposed to look for domain/shop/catalog/admin/images/icons/folder.gif So its for shure i have some problems in the paths; i try in the configure.php but all the changes i made ends with a warninh of some line in application_top, like in the beggining; and t the same time the "defines" of images confusing me when is refering to the supplier module, like: define('DIR_WS_IMAGES', DIR_WS_ADMIN . '../images/'); or define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . '../images/'); or define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/'); Any suggestions please?? I need to move on with this job, i dont want to install any other contribution till these is really working. Thanks
  2. Hi! No, i'm installing it in a basic store, have anything except this contribution. I solved the mayor problems; but still have one with the images paths, and i canntot find the answer: In the supplier_area.php the image supposed to show (supplier.gif) didnt show, and when i see the image properties, the document is looking for http://www.robbierendo.com.ar/admin/images/categories/supplier.gif obviusly it thasnt exist; but i cannot finf where "glues" admin/ Of course, when your logged as supplier, cannot see the images.. the only images show is from categories, but in the others /admin comes again!. If you want to see, can login with user: prueba pass: prueba http://www.robbierendo.com.ar/shop/catalog/supplier/supplier_area.php That's all.. i'm hearing suggestions!! I want it works! Saludos, Daniela (sorry for my english)
  3. I solved the bad url in the links Categories/Products , Order History , Suppliers Statistic , Products Most Viewed) also have problems with paths; i have to put the complete path in the filenames.php Still have a problem in the Static, but im sure can fix it. But cannot find the solution with images: In the supplier_area.php the image supposed to show (supplier.gif) didnt show, and when i see the image properties, the document is looking for http://www.robbierendo.com.ar/admin//images/categories/supplier.gif obviusly it thasnt exist; but i cannot finf where "glues" admin/ Of course, when your logged as supplier, cannot see the images.. /admin comes again!. That's all.. i'm hearing suggestions!! Saludos, Daniela
  4. Now i can acces to the supplier area, and login; but also have other problem: when i access to supplier/supplier_area.php the image supposed to show (supplier.gif) didnt show, and when i see the image properties, the document is looking for http://www.robbierendo.com.ar/shop/catalog/supplier/admin/images/categories/supplier.gif The other links (Categories/Products , Order History , Suppliers Statistic , Products Most Viewed) disnt work, goes to dead pages, That's all.. i'm hearing suggestions!! Daniela
  5. I found the path error, i didnt noticed than my hosting server change the "paths" if are on unix or windows servers. Now i can acces to the supplier area, and login; but also have other problems: To start when i acces to my admin, all is working except whn try to acces to the categories.php: Parse error: syntax error, unexpected ';', expecting ')' in \\hmfsw\web\dtcwin093\robbierendo.com.ar\public_html\shop\catalog\admin\categories.php on line 373 if ($action == 'new_product') { $parameters = array('products_name' => '', 'products_description' => '', 'products_url' => '', 'products_id' => '', 'products_quantity' => '', 'products_model' => '', 'products_image' => '', 'products_price' => '', 'products_weight' => '', 'products_date_added' => '', 'products_last_modified' => '', 'products_date_available' => '', 'products_status' => '', 'products_tax_class_id' => '', 'manufacturers_id' => ''; This is the 373 line $pInfo = new objectInfo($parameters); The others problems is when i access to supplier/supplier_area.php the image supposed to show (supplier.gif) didnt show, and when i see the image properties, the document is looking for admin//admin/images/categories/supplier.gif The other links (Categories/Products , Order History , Suppliers Statistic , Products Most Viewed) disnt work, goes to dead pages, but i'm sure its a related problem with the acces to categories.php That's all.. i'm hearing suggestions!! Daniela
  6. Hi Web-project! I'm using the osCommerce 2.2-MS2, with PHP 5.1.2 and i updated the supplier/configure.. I know the problem is in some path... i try a lot of options, using like example the configure.php of my shop, but i can´t find the way it works. so that's why i copy my /supplier/configure. Thanks
  7. Checking again, its like yor problem with application_top , but its NOT the same problem because i can acces to my admin and add suppliers, with images. The problem is when try to login in the supplier limk: http://www.robbierendo.com.ar/shop/catalog/supplier/supplier_area.php I guess the problem is with the configure.. but i cannot find the way to solve. The error is the same: Warning: require(/home/wi930872/public_html/shop/catalog/admin/includes/functions/compatibility.php) [function.require]: failed to open stream: No such file or directory in \\hmfsw\web\dtcwin093\robbierendo.com.ar\public_html\shop\catalog\supplier\includes\application_top.php on line 34 Fatal error: require() [function.require]: Failed opening required '/home/wi930872/public_html/shop/catalog/admin/includes/functions/compatibility.php' (include_path='.;E:\php5\ext;E:\php5\PEAR;E:\php5\PhpCommon') in \\hmfsw\web\dtcwin093\robbierendo.com.ar\public_html\shop\catalog\supplier\includes\application_top.php on line 34 This is my shop/catalog/supplier/includes/configure.php <?php /* $Id: configure.php,v 1.14 2003/02/21 16:55:24 dgw_ Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2002 osCommerce Released under the GNU General Public License */ // define our webserver variables // FS = Filesystem (physical) // WS = Webserver (virtual) define('HTTP_SERVER', 'http://www.robbierendo.com.ar'); // eg, http://localhost or - https://localhost should not be NULL for productive servers define('HTTP_CATALOG_SERVER', 'http://www.robbierendo.com.ar/'); define('HTTPS_CATALOG_SERVER', ''); define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', '/home/wi930872/public_html/shop/catalog/'); // where your pages are located on the server. if $DOCUMENT_ROOT doesnt suit you, replace with your local path. (eg, /usr/local/apache/htdocs) define('DIR_WS_S_ADMIN', 'supplier/'); define('DIR_WS_ADMIN', 'admin/'); define('DIR_FS_ADMIN', DIR_FS_DOCUMENT_ROOT . DIR_WS_ADMIN); define('DIR_FS_S_ADMIN', DIR_FS_DOCUMENT_ROOT . DIR_WS_S_ADMIN); // define our Catalog path / or /catalog/ define('DIR_WS_CATALOG', '/shop/catalog/'); define('DIR_FS_CATALOG', DIR_FS_DOCUMENT_ROOT . DIR_WS_CATALOG); define('DIR_WS_IMAGES', DIR_WS_ADMIN . '/images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . '/images/'); define('DIR_WS_INCLUDES', DIR_FS_DOCUMENT_ROOT . DIR_WS_ADMIN . 'includes/'); define('DIR_WS_SUPPLIER_INCLUDES', DIR_FS_DOCUMENT_ROOT . DIR_WS_S_ADMIN . '/supplier/includes/'); define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/'); define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/'); define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/'); define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/'); define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/'); define('DIR_WS_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'includes/languages/'); define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/'); define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/'); define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/'); define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/'); // define our database connection define('DB_SERVER', 'localhost'); define('DB_SERVER_USERNAME', 'ESTO ESTA BIEN'); define('DB_SERVER_PASSWORD', 'ESTO ESTA BIEN'); define('DB_DATABASE', 'ESTO ESTA BIEN'); define('USE_PCONNECT', 'false'); define('STORE_SESSIONS', 'mysql'); ?> I need some help, please, this is my third day around these... thanks! Daniela
  8. I guess the problem is with the configure.. but i cannot find the way to solve. The error is the same: Warning: require(/home/wi930872/public_html/shop/catalog/admin/includes/functions/compatibility.php) [function.require]: failed to open stream: No such file or directory in \\hmfsw\web\dtcwin093\robbierendo.com.ar\public_html\shop\catalog\supplier\includes\application_top.php on line 34 Fatal error: require() [function.require]: Failed opening required '/home/wi930872/public_html/shop/catalog/admin/includes/functions/compatibility.php' (include_path='.;E:\php5\ext;E:\php5\PEAR;E:\php5\PhpCommon') in \\hmfsw\web\dtcwin093\robbierendo.com.ar\public_html\shop\catalog\supplier\includes\application_top.php on line 34 This is my shop/catalog/supplier/includes/configure.php <?php /* $Id: configure.php,v 1.14 2003/02/21 16:55:24 dgw_ Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2002 osCommerce Released under the GNU General Public License */ // define our webserver variables // FS = Filesystem (physical) // WS = Webserver (virtual) define('HTTP_SERVER', 'http://www.robbierendo.com.ar'); // eg, http://localhost or - https://localhost should not be NULL for productive servers define('HTTP_CATALOG_SERVER', 'http://www.robbierendo.com.ar/'); define('HTTPS_CATALOG_SERVER', ''); define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', '/home/wi930872/public_html/shop/catalog/'); // where your pages are located on the server. if $DOCUMENT_ROOT doesnt suit you, replace with your local path. (eg, /usr/local/apache/htdocs) define('DIR_WS_S_ADMIN', 'supplier/'); define('DIR_WS_ADMIN', 'admin/'); define('DIR_FS_ADMIN', DIR_FS_DOCUMENT_ROOT . DIR_WS_ADMIN); define('DIR_FS_S_ADMIN', DIR_FS_DOCUMENT_ROOT . DIR_WS_S_ADMIN); // define our Catalog path / or /catalog/ define('DIR_WS_CATALOG', '/shop/catalog/'); define('DIR_FS_CATALOG', DIR_FS_DOCUMENT_ROOT . DIR_WS_CATALOG); define('DIR_WS_IMAGES', DIR_WS_ADMIN . '/images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . '/images/'); define('DIR_WS_INCLUDES', DIR_FS_DOCUMENT_ROOT . DIR_WS_ADMIN . 'includes/'); define('DIR_WS_SUPPLIER_INCLUDES', DIR_FS_DOCUMENT_ROOT . DIR_WS_S_ADMIN . '/supplier/includes/'); define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/'); define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/'); define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/'); define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/'); define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/'); define('DIR_WS_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'includes/languages/'); define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/'); define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/'); define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/'); define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/'); // define our database connection define('DB_SERVER', 'localhost'); define('DB_SERVER_USERNAME', 'ESTO ESTA BIEN'); define('DB_SERVER_PASSWORD', 'ESTO ESTA BIEN'); define('DB_DATABASE', 'ESTO ESTA BIEN'); define('USE_PCONNECT', 'false'); define('STORE_SESSIONS', 'mysql'); ?> I need some help, please, this is my third day around these... thanks! Daniela
  9. Hi !! How did you solve it? I have the same problem. Thanks!!!
  10. No one in the world have the file???
  11. This is my includes/functions/flah_carousel.php: <?php /* osCommerceX, osCommerce Lab http://www.oscommercex.com Version 3.2 05.04.2009 Copyright © 2009 osCommercex Released under the GNU General Public License */ //// // Sets the status of a flash_carousel product function tep_set_flash_carousel_status($flash_carousel_id, $status) { return tep_db_query("update " . TABLE_FLASH_CAROUSEL . " set status = '" . $status . "', date_status_change = now() where flash_carousel_id = '" . $flash_carousel_id . "'"); } //// // Auto expire flash_carousel products function tep_expire_flash_carousel() { $flash_carousel_query = tep_db_query("select flash_carousel_id from " . TABLE_FLASH_CAROUSEL . " where status = '1' and now() >= expires_date and expires_date > 0"); if (tep_db_num_rows($flash_carousel_query)) { while ($flash_carousel = tep_db_fetch_array($flash_carousel_query)) { tep_set_flash_carousel_status($flash_carousel['flash_carousel_id'], '0'); } } } //// // Save xml file function savefile($xmldata, $filename){ $directory = FLASH_CAROUSEL_DIRECTORY; if(isset($directory)){ $directory = FLASH_CAROUSEL_DIRECTORY .'/';; } $filename_dir = DIR_FS_CATALOG . $directory . $filename; if ($fp = fopen($filename_dir, 'w+')){ fwrite($fp, $xmldata); fclose($fp); return true; } else return false; } //// // (turkce) xml dosyasini olustur // (english) build xml file function build_xml($data){ $xmlfile='<?xml version="1.0" encoding="'.CHARSET.'"?>'."\n"; $xmlfile.="<products>\n"; $xmlfile.= $data; $xmlfile.="</products>\n"; savefile($xmlfile, 'kampanya.xml'); } function flash_carousel_file($opt='1'){ $flash_carousel_info = explode('::', FLASH_CAROUSEL_STYLE); if($opt=='1') $flash_directory = FLASH_CAROUSEL_DIRECTORY.'/'.$flash_carousel_info['0'].'/'.$flash_carousel_info['1'].'/kampanya.swf'; elseif ($opt=='2') $flash_directory = FLASH_CAROUSEL_DIRECTORY.'/'.$flash_carousel_info['0'].'/'.$flash_carousel_info['1'].'/kampanya'; elseif ($opt=='3') $flash_directory = $flash_carousel_info['0'].'/'.$flash_carousel_info['1'].'/kampanya'; return $flash_directory; } // Added version 3.2 06.04.2009 function flash_carousel_product_name($product_name){ $product_name = strip_tags($product_name); $patterns[0] = '/€/'; $replacements[0] = '€'; $product_name = preg_replace($patterns, $replacements, $product_name); $product_name = xmlspecialchars($product_name); return $product_name; } // Added version 3.2 06.04.2009 function flash_carousel_price($price){ $patterns[0] = '/€/'; $replacements[0] = '€'; $price = preg_replace($patterns, $replacements, $price); return $price; } // Added version 3.2 06.04.2009 function xmlspecialchars($text) { return str_replace(''', ''', htmlspecialchars($text, ENT_QUOTES)); } // Added version 3.2 06.04.2009 if(!function_exists('str_split')) { function str_split($string,$string_length=1) { if(strlen($string)>$string_length || !$string_length) { do { $c = strlen($string); $parts[] = substr($string,0,$string_length); $string = substr($string,$string_length); } while($string !== false); } else { $parts = array($string); } return $parts; } } ?>
  12. Hi! I downloaded the 3.2_1 few days ago, so i have to supose its the last version. I checked the flash_carousel and search the function, i founded: // Added version 3.2 06.04.2009 function flash_carousel_product_name($product_name){ $product_name = strip_tags($product_name); $patterns[0] = '/€/'; $replacements[0] = '€'; $product_name = preg_replace($patterns, $replacements, $product_name); $product_name = xmlspecialchars($product_name); return $product_name; } // Added version 3.2 06.04.2009 I u like I can copy all the file , Thanks!
  13. Hi! No, I'm sure i'm not missed anystep (now i used to wrtite in a paper all the files i modified. i checked the application_top.. and its ok: // auto expire special products require(DIR_WS_FUNCTIONS . 'specials.php'); tep_expire_specials(); // auto expire flash carousel products require(DIR_WS_FUNCTIONS . 'flash_carousel.php'); tep_expire_flash_carousel(); // auto expire featured products require(DIR_WS_FUNCTIONS . 'featured.php'); tep_expire_featured(); Any other idea?? Thanks for replying!!
  14. Hi friends, i reinstalled the OSCOMMERCE_FLASH_CAROUSEL_3.2_1 with no problems. In the admin the carousel appears and I can see the carousel module, no problem in that part. But when i open my site in one part these error: Fatal error: Call to undefined function flash_carousel_product_name() in /home/sg000258/public_html/tienda/catalog/includes/modules/flash_carousel.php on line 97 One thing i remember of my customized store is in the part where is the error i have the FEATURED PRODUCTS insted of NEW_PRODUCTS so, in the 13 step of the installating, in the catalog/admin i added the sentence before FEATURED (intead new_products). Anyone can help me? My store is working and i want to fix it! If someone would like to check: http://www.skateargentino.com.ar/tienda/catalog/
  15. I find the answer, and solve it. But the Flash modelue appears in the admin, but no in the catalog.. I still searching...
  16. I checked all twice.. maybe the error is something with the database.. but i dont get an idea.. i still seraching, thankss!
  17. Hi friends.. I downloaded and instaled the last version, but when i want toi acces to my shop, i get these message: 1146 - Table 'sg000258_shop.TABLE_FLASH_CAROUSEL' doesn't exist select flash_carousel_id from TABLE_FLASH_CAROUSEL where status = '1' and now() >= expires_date and expires_date > 0 [TEP STOP] Some help?? Thanks!!!
  18. Hello friends!!! I downloaded this AJAX Orders Editor Oneill, i didnt uploaded the modified files, cause in some i found different codes or words (as you prefer). I read abou this in these forum twice but no one gives an answer, hope the creaator or someone could help me. Thanks!! Daniela catalog/admin/invoice.php: <td class="main"><?php echo tep_address_format($order->customer['format_id'], $order->customer, 1, '', ' '); ?></td> I have : <td class="main"><?php echo tep_address_format($order->customer['format_id'], $order->billing, 1, '', ' '); ?></td> catalog/admin/packingslip.php: <td class="main"><?php echo tep_address_format($order->customer['format_id'], $order->customer, 1, '', ' '); ?></td> I have: <td class="main"><?php echo tep_address_format($order->customer['format_id'], $order->billing, 1, '', ' '); ?></td> catalog/admin/orders.php: ' <td class="dataTableContent" align="right" valign="top">' . $currencies->format(tep_add_tax($order->products[$i]['final_price'], $order->products[$i]['tax']), true, $order->info['currency'], $order->info['currency_value']) . '</td>' . "\n" . I have: <td class="dataTableContent" align="right" valign="top">' . $currencies->format(tep_add_tax($order->products[$i]['final_price'], $order->products[$i]['tax'], true), true, $order->info['currency'], $order->info['currency_value']) . '</td>' . "\n" .
  19. Ok, i modified the file and uploaded without problems.. now i'm starting with the rest of procces. Hope no have more porblems. Thank U!!! Daniela
  20. Hello my friends around the world!! I tried to install this contribution a lot of times.. and never was sucessful. Months later.. i try to do it.. but i allways have the same error when i try to import the rotator.sql. The error is: Error consulta SQL: CREATE TABLE `rotator` ( `rotator_id` int( 11 ) NOT NULL AUTO_INCREMENT , `products_id` int( 11 ) NOT NULL default '0', `rotator_date_added` datetime default NULL , `rotator_last_modified` datetime default NULL , `expires_date` datetime default NULL , `date_status_change` datetime default NULL , `status` int( 1 ) default '1', PRIMARY KEY ( `rotator_id` ) , KEY `idx_products_id` ( `products_id` ) ) ENGINE = MYISAM DEFAULT CHARSET = utf8 COLLATE = utf8_unicode_ci; MySQL ha dicho: #1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci' at line 11 [ Volver ] Can anyone help me please?? I'm using the osCommerce 2.2-MS2 / PHP Version 4.3.11 Thanks!!!
  21. Hello my friends around the world!! I tried to install this contribution a lot of times.. and never was sucessful. Months later.. i try to do it.. but i allways have the same error when i try to import the rotator.sql. The error is: Error consulta SQL: CREATE TABLE `rotator` ( `rotator_id` int( 11 ) NOT NULL AUTO_INCREMENT , `products_id` int( 11 ) NOT NULL default '0', `rotator_date_added` datetime default NULL , `rotator_last_modified` datetime default NULL , `expires_date` datetime default NULL , `date_status_change` datetime default NULL , `status` int( 1 ) default '1', PRIMARY KEY ( `rotator_id` ) , KEY `idx_products_id` ( `products_id` ) ) ENGINE = MYISAM DEFAULT CHARSET = utf8 COLLATE = utf8_unicode_ci; MySQL ha dicho: #1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci' at line 11 [ Volver ] Can anyone help me please?? I'm using the osCommerce 2.2-MS2 / PHP Version 4.3.11 Thanks!!!
  22. Hi friends around the world! I get this very nice contribuicion, but already beginning to have a problem that will not allow me to move forward on the installation. The first problem: When i import the file rotator.sql, I get an error as if it were bad in the last line ... I copy the code I have in the sql I downloaded. If someone has installed this application, could be copied rotator.sql ? I also send the error. My rotator.sql: CREATE TABLE `rotator` ( `rotator_id` int(11) NOT NULL auto_increment, `products_id` int(11) NOT NULL default '0', `rotator_date_added` datetime default NULL, `rotator_last_modified` datetime default NULL, `expires_date` datetime default NULL, `date_status_change` datetime default NULL, `status` int(1) default '1', PRIMARY KEY (`rotator_id`), KEY `idx_products_id` (`products_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; The error: Thank you very much! Daniela
  23. Hi friends around the world! I get this very nice contribuicion, but already beginning to have a problem that will not allow me to move forward on the installation. The first problem: When i import the file rotator.sql, I get an error as if it were bad in the last line ... I copy the code I have in the sql I downloaded. If someone has installed this application, could be copied rotator.sql ? I also send the error. My rotator.sql: CREATE TABLE `rotator` ( `rotator_id` int(11) NOT NULL auto_increment, `products_id` int(11) NOT NULL default '0', `rotator_date_added` datetime default NULL, `rotator_last_modified` datetime default NULL, `expires_date` datetime default NULL, `date_status_change` datetime default NULL, `status` int(1) default '1', PRIMARY KEY (`rotator_id`), KEY `idx_products_id` (`products_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; The error: Thank you very much! Daniela
  24. Can find ... Anyone knows if there?s a contribution about these type of product? The "product" can be built with the parts choseen by the client. The price of the components are diferent, so they have diferent prices. How i Re-calculate the final prize?? Its like a "customized" order. Thank you. Daniela
×
×
  • Create New...