Magento:产品sku和url

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Magento:产品sku和url相关的知识,希望对你有一定的参考价值。

Following sql statement collect product sku with store url

select catalog_product_entity.sku,catalog_product_entity_varchar.value from catalog_product_entity,catalog_product_entity_varchar where
catalog_product_entity_varchar.attribute_id=87 and catalog_product_entity_varchar.store_id=0 and catalog_product_entity_varchar.entity_id=catalog_product_entity.entity_id
  1. select catalog_product_entity.sku,catalog_product_entity_varchar.value from catalog_product_entity,catalog_product_entity_varchar where
  2. catalog_product_entity_varchar.attribute_id=87 and catalog_product_entity_varchar.store_id=0 and catalog_product_entity_varchar.entity_id=catalog_product_entity.entity_id

以上是关于Magento:产品sku和url的主要内容,如果未能解决你的问题,请参考以下文章

Magento2 可配置产品解决SKU流程

Magento:在发票上包含可配置的产品 Sku - 目前仅显示相关的简单产品

sql Magento查询搜索产品SKU

在 magento 产品导入数据流配置文件中显示 SKU

在Magento | Magento教程中按属性(SKU名称等)加载类别或产品

magento 如何批量修改 sku