问题标签 [magmi]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
2265 浏览

magento-1.7 - magmi import group price

https://github.com/tim-bezhashvyly/magmi-grouped-price-plugin

It says to add the column group_price:customer_group in csv.

However it is not working can anyone tell me how to group price using this plugin or there is anyother way.

0 投票
1 回答
526 浏览

sql - Magento: moving related products to associated products

With my infinite wisdom of Magento (which was practically non-existent 3 months ago), I decided to tell my wife, aunt, sister-in-law and other housewives of our family to help and help us fill our webshop with grouped products and have them add the products that should be associated with that grouped product to the 'related products'-list. (aargh!)

Now, near the end of filling the 9000+ products we have in the webshop, I discovered that it is absolutely required to have them all in the "associated products"-list instead of the "related products"-list. Is there a way to edit all grouped products in such a way where I can convert the entire collection of "related products" to "associated products"?

Things I've tried myself:

  • I've tried exporting and importing with MagMI, but I couldn't figure out how to do it correctly.. importing prices, categories, stock (qty), setting other attributes.. everything works, except this.
  • I've tried diving in to the complex eav-model of Magento's database to see if I could just change an ID somewhere in the hope that THAT would solve it, but I kinda lost my way in the forrest of Magento's tables. (thank goodness for database backups)

Can anyone tell me how to move these "related products" to the "associated products" list?

0 投票
1 回答
542 浏览

magmi - 不能用magmi上传图片。

我最近将我的网站移至新服务器(共享)。我使用 installtron 进行了备份,并将所有内容都放在新服务器上。

一切都很顺利,但我在通过 magmi 上传我的提要时遇到了一些困难。我在使用图像属性处理器时遇到错误。弹出以下错误:

下载错误,URL http://mydomain.com无法访问。

愚蠢的是,他指向的图像链接正在工作并指向图片,但不知何故它没有上传它。这在我以前的网站上工作。我很确定它与写权限有关,但我不知道它是哪一个。权限全部设置为 755(共享主机)

有人有什么想法吗?

0 投票
0 回答
1058 浏览

magento - MAGMI CLI 警告时区

有人知道为什么我在通过 CLI 启动 Magmi 导入时收到此警告消息吗?

PHP 警告:strftime():依赖系统的时区设置是不安全的。您需要使用 date.timezone 设置或 date_default_timezone_set() 函数。如果您使用了这些方法中的任何一种,但仍然收到此警告,您很可能拼错了时区标识符。我们在第 400 行的 /var/www/vhosts/negozi-linklibri.com/httpdocs/master/magmii/engines/magmi_productimportengine.php 中为 'IST/1.0/DST' 选择了 'Europe/Dublin'

我的 php 时间设置是正确的,实际上我不再在 web GUI 中看到该警告。

谢谢

0 投票
0 回答
314 浏览

magento - MAGMI 配置错误

运行 MAGMI 时出现以下错误。我验证了用户名、数据库名、密码、端口等都是正确的。对我需要解决的问题有更好的了解吗?日志没有太大帮助,只是显示登录过程完成等,然后再显示:

我的第一个想法是用户名/密码,但事实并非如此。

0 投票
1 回答
2646 浏览

magento - Magento Magmi:多种商店/语言的属性导入

我的商店中有一个名为“颜色”的属性,并希望以不同的语言显示颜色名称。对于产品导入,我使用 MAGMI v0.7.18。MAGMI Wiki说:

首先导入管理值:

完成后,以下 csv 模型将生成“已翻译”值:

这正是我所做的!

我的管理员导入:

我的店面导入:

但是导入完成后,属性就混乱了。见这里

对这个问题有任何想法吗?

谢谢!

0 投票
1 回答
1238 浏览

magento - MAGMI 无法更新 magento 产品图片

我正在使用 magmi 来创建和更新产品及其图像。问题是如果图像已经存在,MAGMI 不会更新图像。它可以创建新图像,但不能更新现有图像。

在图像属性处理器中,我将图像导入模式设置为覆盖现有图像,但它不起作用。

我的 CSV 文件如下所示:

任何人?

问候法比奥

0 投票
1 回答
560 浏览

magento - MAGMI 如何处理简单 sku 的更新?

我目前正在使用 magmi 导入产品,我不清楚导入器如何处理可配置产品和简单的产品关系。simple_skus目前,您可以通过设置CSV 文件中的字段将可配置产品与简单产品相关联。

我的问题是 magmi 如何处理这个领域的变化?如果从简单 sku 的列表中删除了 SKU,是否删除了关联?当检测到新的 SKU 时,magmi 会添加关联吗?

0 投票
0 回答
345 浏览

sorting - Magmi 可配置导入 - 简单的 Skus 排序顺序

有没有办法在导入时定义附加到可配置的简单产品的排序顺序?

在我的 CSV 文件中,我按照我想要的方式对它们进行了排序,但在管理员中,它似乎只是按 ID 重新排序。

谁能解释我该怎么做?

我的导入如下所示: simples_skusP50-50,P75-75,P100-50,P100-100,P150-100,P150-150

但是一旦导入管理员,它们就会按以下顺序出现:P100-100,P100-50,P150-100,,P150-150,P50-50,P75-75(我认为这是按 ID 排序的)

请帮忙!

0 投票
6 回答
32014 浏览

magento - 更改 Magento 产品的属性集。

我想更改 Magento 的属性集。我搜索了一下,大家都建议删除该产品并使用新的属性集重新导入它。

我做了同样的事情,但是在导入数据后我看不到产品评论和与产品相关的博客文章。

谁能告诉我在重新导入具有新属性集的产品后是否可以获得产品评论和相关的博客文章。