更新一家商店的tax_class_id [英] update tax_class_id for one store

查看:44
本文介绍了更新一家商店的tax_class_id的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我通过Magmi将产品导入到Magento,现在想更改某些商店/商店视图的tax_class_id.

I import products via Magmi to Magento and would like to change the tax_class_id now for some stores / store views.

为此,我希望有一个仅包含商店视图属性的额外文件.

For that I would love to have an extra file that just contains the attributes for the store view.

例如:

sku;    store;          tax_class_id
test;   de_de,it,de_it; 6

如您所见,我想将storeview de_de,它和de_it的 tax_class_id 更改为6.

As you can see, I would like to change the tax_class_id for the storeview de_de, it, and de_it to 6.

但是,当我运行此文件时,它将 tax_class_id 的默认值更改为6.这意味着所有存储的 tax_class_id 被设置为6.也是类似的测试

But when I run this file it changes the default value of tax_class_id to 6. That means that tax_class_id for all stores is set to 6. Also a test like

sku;    store;          tax_class_id
test;   de;             1
test;   de_de,it,de_it; 6

不起作用.

所以我不确定我是否正确理解了文档: http://wiki.magmi.org/index.php?title=Magmi_Behaviour_-_store_column

So I am not sure if I understand the documentation correctly: http://wiki.magmi.org/index.php?title=Magmi_Behaviour_-_store_column

我在看错东西吗?有人可以帮忙吗?

Am I watching at the wrong thing? Can someone help?

修改

另外,当我设置默认值并且仅更新一个商店时,默认值是我更新的最后一个(商店将被忽略)

Also when I set a default value and only update it for one store, the default value is the last one I updated (store is ignored)

sku;    store;          tax_class_id
test;   admin;          1
test;   de_de,it,de_it; 6

有人知道吗?

推荐答案

您可能想尝试使用网站"列.

You may want to try using the "websites" column.

开发人员已声明该文档已过时,并且网站"列重新出现: https://github.com/dweeves/magmi-git/issues/23

The developer has stated that the documentation is out of date, and the "websites" column is back in play: https://github.com/dweeves/magmi-git/issues/23

我发现使用此列是更改某些网站/商店中某些属性的最佳方法.

I've found using this column is the best way to make changes to certain attributes in certain websites/stores.

这篇关于更新一家商店的tax_class_id的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆