Magento コミュニティ バージョン: 1.7.0.2
やあ、
過去 5 日間、私は自分の大きな問題の解決策をどこでも探していました。
サプライヤーから csv 製品カタログをインポートする方法。
私は 2 つのサプライヤーを持っ ています。手動で挿入した 200 個の製品を持つ最初のサプライヤーです。2 つ目 (新しいサプライヤー) は、1000 を超える製品を扱っています。
そのサプライヤーからすべての製品を含む csv ファイルを受け取りました。
今回はMagentoのインポート機能をフル活用して時間を大幅に節約したいと思います。しかし、私は進む方法がわかりません。
私の最初の問題は、新しいサプライヤーからの csv ファイルに次の属性があることです。
products_id、products_master、products_model、products_ean_code、products_name、products_description、products_image、products_image_extra1、products_image_extra2、products_image_extra3、products_image_extra4、products_image_extra5、products_image_extra6、products_quantity、products_price、products_manufacturer、products_status
私のMagentoストアには次の属性があります:
sku,_store,_attribute_set,_type,_category,_root_category,_product_websites,activation_information,color,colors,computer_manufacturers,contrast_ratio,cost,country_of_manufacture,country_orgin,cpu_speed,created_at,custom_design,custom_design_from,custom_design_to,custom_layout_update,description,dimension,enable_googlecheckout,farge特集,仕上げ,ギャラリー,性別,gift_message_available,harddrive_speed,ハードドライブ,has_options,image,image_label,in_depth,manufacturer,max_resolution,media_gallery,megapixels,memory,meta_description,meta_keyword,meta_title,minimal_price,model,msrp,msrp_display_actual_price_type,msrp_enabled,name, navn_eller_initialer,news_from_date,news_to_date,options_container,page_layout,personalisering,price,processor,ram_size,required_options,response_time,room,screensize,shape,shirt_size,shoe_size,shoe_type,short_description,sko_size,sko_size_m,small_image,small_image_label,special_from_date,special_price,special_to_date,status,tax_class_id,thumbnail,thumbnail_label,updated_at,url_key,url_path,visibility,weight,qty,min_qty,use_config_min_qty,is_qty_decimal,backorders,use_config_backorders,min_sale_qty,use_config_min_sale_qty,max_sale_qty,use_config_max_sale_qty, is_in_stock,notify_stock_qty,use_config_notify_stock_qty,manage_stock,use_config_manage_stock,stock_status_changed_auto,use_config_qty_increments,qty_increments,use_config_enable_qty_inc,enable_qty_increments,is_decimal_divided,_links_related_sku,_links_related_position,_links_crosssell_sku,_links_crosssell_position,_links_upsell_sku,_links_upsell_position,_associated_sku,_associated_default_qty,_associated_position,_tier_price_website,_tier_price_customer_group,_tier_price_qty,_tier_price_price,_group_price_website,_group_price_customer_group,_group_price_price,_media_attribute_id,_media_image,_media_lable,_media_position,_media_is_disabled,_super_products_sku,_super_attribute_code,_super_attribute_option,_super_attribute_price_corr
Magento がサプライヤからの csv ファイルを受け入れるようにするには、どのように段階的に進める必要がありますか?
PS私はMagentoを初めて使用するため、できるだけシンプルで具体的なソリューションが必要です.自分でストアを構築したとしても、私はプログラマーではありません.
私が得ることができるどんな助けのためにも、みんなに前もって感謝します:-)
エスペン