[转]Magento Configurable Product】的更多相关文章

本文转自:https://docs.magento.com/m1/ce/user_guide/catalog/product-configurable.html A configurable product looks like a single product with drop-down lists of options for each variation. Each option is actually a separate simple product with a unique SK…
$attributes = array( 'product_type' => array( 'type' => 'int', 'input' => 'select', 'source_model' => 'mcatalog/source_eav_attribute_product_type', 'frontend_label' => '产品类型', 'is_global' => Mage_Catalog_Model_Resource_Eav_Attribute::SCO…
接着上一篇用API创建可配置的产品Configurable Product说事.Magento的产品类型可分为Simple Product.Group Product.Configurable Product.Virtual Product.Bundle Product.Downloadable Product.其中Simple的产品最简单,属于基础产品.Configurable Product和Bundle Product的产品是建立在这些Simple产品之上的. Configurable P…
有的产品,比如服装,同一件衣服有S.M.L.XL.XXL等尺码供客户选择,或者有多种颜色可以供客户选择,Magento中管这种有选项供客户选择的产品叫做可配置产品 (Configurable Product). 如何添加一个可配置产品呢? 步骤可以概括为: 创建可供客户选择的属性(Attribute),比如 Color.Size.Length等 创建将被分配到可配置产品的属性组合(Attribute Set),比如下面的例子我们创建一个叫做 clothes的属性组合 用每个变量单独创建一个个简单…
前台特性(Frontend Properties)在快速搜索中应用(Use in quick search) - 开启此选项,在客户使用Header中的 搜索功能时Magento将搜索所有产品这个Attribute的值.例如你为Color属性开启了快速搜索,那您的客户可以通过输入绿色或蓝色来搜索它们所需的这种颜色的产品.在高级搜索中应用(Use in advanced search) - 这更快速搜索有点类似.然而,在高级搜索中,每个Attribute将有选择区,而不仅仅是一个搜索框.开启此选项…
本文转自:https://magedirect.co/how-to-speed-up-magento-2-maximum-performance/ Introduction In this article, we’ll show you how to run a Magento 2 store at maximum speed. We will review the most popular techniques that you can quickly implement today. So,…
本文转自:https://www.goivvy.com/blog/magento-2-1-million-products Can Magento 2 handle 1 million products? I came across that question many times. It got me interested and I started searching the web. I didn’t find an answer so I decided to set up my own…
1,前台使用input-file type按钮提交文件到magento指定的控制器,controllers获取.csv文件,因为magento是在zend框架上实现的,可以使用如下代码获取文件的上传信息: /** * New zend File Uploader */ $uploadsData = new Zend_File_Transfer_Adapter_Http (); $filesDataArray = $uploadsData->getFileInfo (); 2,遍历获取的$file…
MAGENTO - APACHE SOLR INTEGRATION - PART II (SETUP) Tue, 03/01/2011 - 18:30 Tweet Development E-Commerce Magento Continuing with the short series about integrating Magento with Apache Solr (started in this post), we'll now see how to set up and put S…
magento -- SEO优化继续往前走一步 magento的SEO做的实在太好了,让其它的电子商务平台与之相比实在是不是一个重级的,这也许就是magento成功的原因.尽管现在结合apache,实现站内优化已经不是什么难事,但是有谁做到了magento这样,本来只有在程序员配合下的工作才能做的站内优化只要稍微懂得SEO的人都会做. 我做过测试,建立好一个magento站点,确定好了关键字后,上传产品,然后通过magento后台进行简单的优化,或者说你就只是发布了产品,然后什么也不做,过了一个…