SELECT 1 AS `status`, `e`.`entity_id`, `e`.`attribute_set_id`, `e`.`type_id`, `e`.`created_at`, `e`.`updated_at`, `e`.`sku`, `e`.`short_description`, `e`.`price`, `e`.`special_price`, `e`.`special_from_date`, `e`.`special_to_date`, `e`.`image`, `e`.`small_image`, `e`.`thumbnail`, `e`.`news_from_date`, `e`.`news_to_date`, `e`.`required_options`, `e`.`image_label`, `e`.`small_image_label`, `e`.`thumbnail_label`, `e`.`url_key`, `e`.`links_purchased_separately`, `e`.`links_exist`, `e`.`price_type`, `e`.`weight_type`, `e`.`price_view`, `e`.`swatch_image`, `e`.`tax_class_id`, `e`.`codicesaptecnica`, `e`.`costruttoredrop`, `e`.`costruttoredrop_value`, `e`.`codiceoriginale`, `e`.`isooforigin`, `e`.`specweightnetmass`, `e`.`diametro_interno`, `e`.`diametro_interno_value`, `e`.`diametro_esterno`, `e`.`diametro_esterno_value`, `e`.`spessore`, `e`.`spessore_value`, `e`.`codice_internazionale`, `e`.`dimensione_a`, `e`.`dimensione_a_value`, `e`.`dimensione_b`, `e`.`dimensione_b_value`, `e`.`dimensione_r`, `e`.`dimensione_r_value`, `e`.`dimensione_foro`, `e`.`dimensione_foro_value`, `e`.`sconto_articolo`, `e`.`dimensione_esterna`, `e`.`dimensione_esterna_value`, `e`.`dimensione_interna`, `e`.`dimensione_interna_value`, `e`.`dettaglio_1`, `e`.`dettaglio_1_value`, `e`.`dettaglio_2`, `e`.`dettaglio_2_value`, `e`.`dettaglio_3`, `e`.`dettaglio_3_value`, `e`.`materiale`, `e`.`materiale_value`, `e`.`numero_denti`, `e`.`numero_denti_value`, `e`.`dimensione_esterna_freno`, `e`.`dimensione_esterna_freno_value`, `e`.`dimensione_interna_freno`, `e`.`dimensione_interna_freno_value`, `e`.`spessore_freno`, `e`.`spessore_freno_value`, `e`.`numero_denti_freno`, `e`.`numero_denti_freno_value`, `e`.`tipo`, `e`.`tipo_value`, `e`.`dimensione_c`, `e`.`dimensione_c_value`, `e`.`codice_iso_cuscinetti`, `e`.`codice_iso_cuscinetti_value`, `e`.`data_consegna`, `e`.`articoli_sostitutivi`, `e`.`diametro_esterno_2`, `e`.`diametro_esterno_2_value`, `e`.`altezza`, `e`.`altezza_value`, `e`.`altezza_2`, `e`.`altezza_2_value`, `e`.`famiglia_prodotto`, `e`.`famiglia_prodotto_value`, `e`.`descrizione_estesa`, `e`.`mescola`, `e`.`mescola_value`, `e`.`availability`, `e`.`availability_value`, `price_index`.`price`, `price_index`.`tax_class_id`, `price_index`.`final_price`, IF(price_index.tier_price IS NOT NULL, LEAST(price_index.min_price, price_index.tier_price), price_index.min_price) AS `minimal_price`, `price_index`.`min_price`, `price_index`.`max_price`, `price_index`.`tier_price`, `e`.`short_description`, `e`.`price`, `e`.`special_price`, `e`.`special_from_date`, `e`.`special_to_date`, `e`.`image`, `e`.`small_image`, `e`.`thumbnail`, `e`.`news_from_date`, `e`.`news_to_date`, `e`.`required_options`, `e`.`image_label`, `e`.`small_image_label`, `e`.`thumbnail_label`, `e`.`url_key`, `e`.`links_purchased_separately`, `e`.`links_exist`, `e`.`price_type`, `e`.`weight_type`, `e`.`price_view`, `e`.`swatch_image`, `e`.`tax_class_id`, `e`.`codicesaptecnica`, `e`.`costruttoredrop`, `e`.`costruttoredrop_value`, `e`.`codiceoriginale`, `e`.`isooforigin`, `e`.`specweightnetmass`, `e`.`diametro_interno`, `e`.`diametro_interno_value`, `e`.`diametro_esterno`, `e`.`diametro_esterno_value`, `e`.`spessore`, `e`.`spessore_value`, `e`.`codice_internazionale`, `e`.`dimensione_a`, `e`.`dimensione_a_value`, `e`.`dimensione_b`, `e`.`dimensione_b_value`, `e`.`dimensione_r`, `e`.`dimensione_r_value`, `e`.`dimensione_foro`, `e`.`dimensione_foro_value`, `e`.`sconto_articolo`, `e`.`dimensione_esterna`, `e`.`dimensione_esterna_value`, `e`.`dimensione_interna`, `e`.`dimensione_interna_value`, `e`.`dettaglio_1`, `e`.`dettaglio_1_value`, `e`.`dettaglio_2`, `e`.`dettaglio_2_value`, `e`.`dettaglio_3`, `e`.`dettaglio_3_value`, `e`.`materiale`, `e`.`materiale_value`, `e`.`numero_denti`, `e`.`numero_denti_value`, `e`.`dimensione_esterna_freno`, `e`.`dimensione_esterna_freno_value`, `e`.`dimensione_interna_freno`, `e`.`dimensione_interna_freno_value`, `e`.`spessore_freno`, `e`.`spessore_freno_value`, `e`.`numero_denti_freno`, `e`.`numero_denti_freno_value`, `e`.`tipo`, `e`.`tipo_value`, `e`.`dimensione_c`, `e`.`dimensione_c_value`, `e`.`codice_iso_cuscinetti`, `e`.`codice_iso_cuscinetti_value`, `e`.`data_consegna`, `e`.`articoli_sostitutivi`, `e`.`diametro_esterno_2`, `e`.`diametro_esterno_2_value`, `e`.`altezza`, `e`.`altezza_value`, `e`.`altezza_2`, `e`.`altezza_2_value`, `e`.`famiglia_prodotto`, `e`.`famiglia_prodotto_value`, `e`.`descrizione_estesa`, `e`.`mescola`, `e`.`mescola_value`, `e`.`availability`, `e`.`availability_value`, `stock_status_index`.`stock_status` AS `is_salable` FROM `catalog_product_flat_2` AS `e`
INNER JOIN `catalog_product_index_price` AS `price_index` ON price_index.entity_id = e.entity_id AND price_index.customer_group_id = 0 AND price_index.website_id = '1'
LEFT JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id WHERE ((((`e`.`costruttoredrop` = 'costruttoredrop') OR (`e`.`costruttoredrop` = '75')))) AND (e.entity_id IN (1347298, 1346950, 1346958, 1346966, 1346986, 1346764, 1346794, 1346798, 1346847, 1346848, 1347276, 1347278, 1346759, 1346760, 1346766, 1346852, 1346899, 1346927, 1346932, 1346946, 1346968, 1346980, 1346982)) ORDER BY FIELD(e.entity_id,1347298,1346950,1346958,1346966,1346986,1346764,1346794,1346798,1346847,1346848,1347276,1347278,1346759,1346760,1346766,1346852,1346899,1346927,1346932,1346946,1346968,1346980,1346982)
LIMIT 5
Go to |
Brand
Manunfacturer
|
Item
Original code manufaturer
|
Description
Item description
|
Weight (Kg)
Unit weight
|
Min qty |
Price
Unit price
|
Availability
Availability
Available |
Incoming goods |
Non disponibile |
Information request |
Insufficient quantity in stock |
Replaced item |
|
Delivery date
Delivery dates are estimated only, not binding
|
Qty
Requested quantity
|
Cart |
SAP TECNICA
|
1139360
|
TIE ROD
|
***
|
1
|
***
|
|
08/09/2025
The date is intended as indicative and not binding on the shipping date
|
|
|
SAP TECNICA
|
1123026
|
TIE ROD
|
***
|
1
|
***
|
|
08/09/2025
The date is intended as indicative and not binding on the shipping date
|
|
|
SAP TECNICA
|
1123036
|
TIE ROD
|
***
|
1
|
***
|
|
08/09/2025
The date is intended as indicative and not binding on the shipping date
|
|
|
SAP TECNICA
|
1123047
|
TIE ROD
|
***
|
1
|
***
|
|
08/09/2025
The date is intended as indicative and not binding on the shipping date
|
|
|
SAP TECNICA
|
1123129
|
TIE ROD
|
***
|
1
|
***
|
|
08/09/2025
The date is intended as indicative and not binding on the shipping date
|
|
|
Insufficient quantity in stock
Replaced item
Attention
Register or LOGIN to view all data