quanto costa spedire con pacco ordinario?
e il supplemento contrassegno per il pacco ordinario?
bass ??
spese spedizione
Moderatore: mod Generali
spese spedizione
www.bigmuscle.it
www.erboristeria-benessere.com
integratori sportivi,proteine,aminoacidi,creatina,glutammina.
www.erboristeria-benessere.com
integratori sportivi,proteine,aminoacidi,creatina,glutammina.
Re: spese spedizione
Adesso mi scambi pure per le poste italiane?oversize ha scritto:quanto costa spedire con pacco ordinario?
e il supplemento contrassegno per il pacco ordinario?
bass ??
http://www.poste.it
'iao
Sergio
http://www.oscomtemplate.com - E' disponibile il nuovo pacchetto free con forum di supporto
http://www.semilandia.it
http://www.semilandia.it
senza te sarei perso
cosa mi dici di questo errore,negli ordini dei clienti per stampare la fattura quando clicco mi dice:
1146 - Table 'bigmasww_bigmasww.TABLE_INVOICE' doesn't exist
select orders_id from TABLE_INVOICE where orders_id = '48'
cosa mi dici di questo errore,negli ordini dei clienti per stampare la fattura quando clicco mi dice:
1146 - Table 'bigmasww_bigmasww.TABLE_INVOICE' doesn't exist
select orders_id from TABLE_INVOICE where orders_id = '48'
www.bigmuscle.it
www.erboristeria-benessere.com
integratori sportivi,proteine,aminoacidi,creatina,glutammina.
www.erboristeria-benessere.com
integratori sportivi,proteine,aminoacidi,creatina,glutammina.
Manca la della tabella in database_table.php lato adminoversize ha scritto: cosa mi dici di questo errore,negli ordini dei clienti per stampare la fattura quando clicco mi dice:
1146 - Table 'bigmasww_bigmasww.TABLE_INVOICE' doesn't exist
select orders_id from TABLE_INVOICE where orders_id = '48'
Aggiungi questa riga
Codice: Seleziona tutto
define('TABLE_INVOICE', 'table_invoice');
Sergio
http://www.oscomtemplate.com - E' disponibile il nuovo pacchetto free con forum di supporto
http://www.semilandia.it
http://www.semilandia.it
prima che faccio guai , dove lo infilo??
<?php
/*
$Id: database_tables.php,v 1.1 2003/06/20 00:18:30 hpdl Exp $
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
Released under the GNU General Public License
*/
//Admin begin
define('TABLE_ADMIN', 'admin');
define('TABLE_ADMIN_FILES', 'admin_files');
define('TABLE_ADMIN_GROUPS', 'admin_groups');
//Admin end
// define the database table names used in the project
define('TABLE_ADDRESS_BOOK', 'address_book');
define('TABLE_ADDRESS_FORMAT', 'address_format');
define('TABLE_BANNERS', 'banners');
define('TABLE_BANNERS_HISTORY', 'banners_history');
define('TABLE_CATEGORIES', 'categories');
define('TABLE_CATEGORIES_DESCRIPTION', 'categories_description');
define('TABLE_CONFIGURATION', 'configuration');
define('TABLE_CONFIGURATION_GROUP', 'configuration_group');
define('TABLE_COUNTRIES', 'countries');
define('TABLE_CURRENCIES', 'currencies');
define('TABLE_CUSTOMERS', 'customers');
define('TABLE_CUSTOMERS_BASKET', 'customers_basket');
define('TABLE_CUSTOMERS_BASKET_ATTRIBUTES', 'customers_basket_attributes');
define('TABLE_CUSTOMERS_INFO', 'customers_info');
define('TABLE_LANGUAGES', 'languages');
define('TABLE_MANUFACTURERS', 'manufacturers');
define('TABLE_MANUFACTURERS_INFO', 'manufacturers_info');
define('TABLE_NEWSLETTERS', 'newsletters');
define('TABLE_ORDERS', 'orders');
define('TABLE_ORDERS_PRODUCTS', 'orders_products');
define('TABLE_ORDERS_PRODUCTS_ATTRIBUTES', 'orders_products_attributes');
define('TABLE_ORDERS_PRODUCTS_DOWNLOAD', 'orders_products_download');
define('TABLE_ORDERS_STATUS', 'orders_status');
define('TABLE_ORDERS_STATUS_HISTORY', 'orders_status_history');
define('TABLE_ORDERS_TOTAL', 'orders_total');
define('TABLE_PRODUCTS', 'products');
define('TABLE_PRODUCTS_ATTRIBUTES', 'products_attributes');
define('TABLE_PRODUCTS_ATTRIBUTES_DOWNLOAD', 'products_attributes_download');
define('TABLE_PRODUCTS_DESCRIPTION', 'products_description');
define('TABLE_PRODUCTS_NOTIFICATIONS', 'products_notifications');
define('TABLE_PRODUCTS_OPTIONS', 'products_options');
define('TABLE_PRODUCTS_OPTIONS_VALUES', 'products_options_values');
define('TABLE_PRODUCTS_OPTIONS_VALUES_TO_PRODUCTS_OPTIONS', 'products_options_values_to_products_options');
define('TABLE_PRODUCTS_TO_CATEGORIES', 'products_to_categories');
define('TABLE_REVIEWS', 'reviews');
define('TABLE_REVIEWS_DESCRIPTION', 'reviews_description');
define('TABLE_SESSIONS', 'sessions');
define('TABLE_SPECIALS', 'specials');
define('TABLE_TAX_CLASS', 'tax_class');
define('TABLE_TAX_RATES', 'tax_rates');
define('TABLE_GEO_ZONES', 'geo_zones');
define('TABLE_ZONES_TO_GEO_ZONES', 'zones_to_geo_zones');
define('TABLE_WHOS_ONLINE', 'whos_online');
define('TABLE_ZONES', 'zones');
define('TABLE_VISITORS', 'visitors');
define('TABLE_VISITORS_TRACE', 'visitors_trace');
define('TABLE_SHIP2PAY','ship2pay');
// FAQ SYSTEM 2.1
define('TABLE_FAQ', 'faq');
// FAQ SYSTEM 2.1
//TotalB2B start
define('TABLE_CUSTOMERS_GROUPS', 'customers_groups');
define('TABLE_MANUDISCOUNT', 'manudiscount');
//TotalB2B end
?>
<?php
/*
$Id: database_tables.php,v 1.1 2003/06/20 00:18:30 hpdl Exp $
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
Released under the GNU General Public License
*/
//Admin begin
define('TABLE_ADMIN', 'admin');
define('TABLE_ADMIN_FILES', 'admin_files');
define('TABLE_ADMIN_GROUPS', 'admin_groups');
//Admin end
// define the database table names used in the project
define('TABLE_ADDRESS_BOOK', 'address_book');
define('TABLE_ADDRESS_FORMAT', 'address_format');
define('TABLE_BANNERS', 'banners');
define('TABLE_BANNERS_HISTORY', 'banners_history');
define('TABLE_CATEGORIES', 'categories');
define('TABLE_CATEGORIES_DESCRIPTION', 'categories_description');
define('TABLE_CONFIGURATION', 'configuration');
define('TABLE_CONFIGURATION_GROUP', 'configuration_group');
define('TABLE_COUNTRIES', 'countries');
define('TABLE_CURRENCIES', 'currencies');
define('TABLE_CUSTOMERS', 'customers');
define('TABLE_CUSTOMERS_BASKET', 'customers_basket');
define('TABLE_CUSTOMERS_BASKET_ATTRIBUTES', 'customers_basket_attributes');
define('TABLE_CUSTOMERS_INFO', 'customers_info');
define('TABLE_LANGUAGES', 'languages');
define('TABLE_MANUFACTURERS', 'manufacturers');
define('TABLE_MANUFACTURERS_INFO', 'manufacturers_info');
define('TABLE_NEWSLETTERS', 'newsletters');
define('TABLE_ORDERS', 'orders');
define('TABLE_ORDERS_PRODUCTS', 'orders_products');
define('TABLE_ORDERS_PRODUCTS_ATTRIBUTES', 'orders_products_attributes');
define('TABLE_ORDERS_PRODUCTS_DOWNLOAD', 'orders_products_download');
define('TABLE_ORDERS_STATUS', 'orders_status');
define('TABLE_ORDERS_STATUS_HISTORY', 'orders_status_history');
define('TABLE_ORDERS_TOTAL', 'orders_total');
define('TABLE_PRODUCTS', 'products');
define('TABLE_PRODUCTS_ATTRIBUTES', 'products_attributes');
define('TABLE_PRODUCTS_ATTRIBUTES_DOWNLOAD', 'products_attributes_download');
define('TABLE_PRODUCTS_DESCRIPTION', 'products_description');
define('TABLE_PRODUCTS_NOTIFICATIONS', 'products_notifications');
define('TABLE_PRODUCTS_OPTIONS', 'products_options');
define('TABLE_PRODUCTS_OPTIONS_VALUES', 'products_options_values');
define('TABLE_PRODUCTS_OPTIONS_VALUES_TO_PRODUCTS_OPTIONS', 'products_options_values_to_products_options');
define('TABLE_PRODUCTS_TO_CATEGORIES', 'products_to_categories');
define('TABLE_REVIEWS', 'reviews');
define('TABLE_REVIEWS_DESCRIPTION', 'reviews_description');
define('TABLE_SESSIONS', 'sessions');
define('TABLE_SPECIALS', 'specials');
define('TABLE_TAX_CLASS', 'tax_class');
define('TABLE_TAX_RATES', 'tax_rates');
define('TABLE_GEO_ZONES', 'geo_zones');
define('TABLE_ZONES_TO_GEO_ZONES', 'zones_to_geo_zones');
define('TABLE_WHOS_ONLINE', 'whos_online');
define('TABLE_ZONES', 'zones');
define('TABLE_VISITORS', 'visitors');
define('TABLE_VISITORS_TRACE', 'visitors_trace');
define('TABLE_SHIP2PAY','ship2pay');
// FAQ SYSTEM 2.1
define('TABLE_FAQ', 'faq');
// FAQ SYSTEM 2.1
//TotalB2B start
define('TABLE_CUSTOMERS_GROUPS', 'customers_groups');
define('TABLE_MANUDISCOUNT', 'manudiscount');
//TotalB2B end
?>
www.bigmuscle.it
www.erboristeria-benessere.com
integratori sportivi,proteine,aminoacidi,creatina,glutammina.
www.erboristeria-benessere.com
integratori sportivi,proteine,aminoacidi,creatina,glutammina.
Una linea vale l'altra, se vuoi fare una cosa ordinata mettila in ordine alfabeticooversize ha scritto:prima che faccio guai , dove lo infilo??
'iao
Sergio
http://www.oscomtemplate.com - E' disponibile il nuovo pacchetto free con forum di supporto
http://www.semilandia.it
http://www.semilandia.it
- kikoleppard
- membro Senior
- Messaggi: 343
- Iscritto il: 25/05/2005, 18:12
- Località: Plovdiv-Bulgaria
- Contatta:
Re: spese spedizione
Sergio,Bass ha scritto:Adesso mi scambi pure per le poste italiane?oversize ha scritto:quanto costa spedire con pacco ordinario?
e il supplemento contrassegno per il pacco ordinario?
bass ??
http://www.poste.it
'iao
Sergio
sei grande - MI HAI FATTO ridere di nuovo . Saluti