问题标签 [magento-go]

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 投票
0 回答
307 浏览

magento - 如何在 Magento Go CMS 页面中获取产品详细信息?

我想在 Magento Go CMS 页面中显示特定的产品详细信息。

通常在 Magento 中,我们可以通过{{block type="catalog/product" ..}}使用特定模板插入块来做到这一点 - 但在 Magento Go 中,模板文件在哪里?

我怎样才能做到这一点?

0 投票
1 回答
72 浏览

magento - magento go中是否允许创建新的phtml?

magento go中是否允许创建/添加新的phtml?请让我知道,因为我是 magento 的新手。

0 投票
1 回答
936 浏览

magento - Magento Go Home Page(CMS) 产品布局显示列表视图

我正在 Magento 中创建 Webstore Go 我的 Webstore 主页(CMS)包含 3 列布局

布局更新 XML 如下。

带有网格布局的主页中的产品显示。但是我需要用列表布局显示产品如何更改产品布局以及更改哪一行代码。
感谢您的提前帮助我希望解决方案是可用的

0 投票
1 回答
451 浏览

magento - Magento Go - 在网格视图中的产品描述上方添加属性

我想在类别视图(网格)中的产品描述上方添加品牌名称(或在这种情况下为我创建了新属性的设计师名称),但无法弄清楚。

由于它的 Magento Go 我无法访问代码,除了类别本身的 XML 更新。

我到处寻找,并会重视任何帮助。

谢谢

0 投票
4 回答
23525 浏览

magento - 在产品页面中显示自定义属性?

我是 Magento Go 的新手,我想在产品描述页面中有两个自定义字段:功能和规格。看来我需要使用“自定义属性”来实现这一点,所以我这样做了,但是自定义属性不会显示在产品页面中?我如何使它出现在产品页面中?

0 投票
1 回答
37 浏览

html - 超越父 div

我的 magentoGo 网站有问题。

我在需要 100% 宽度的内容中有 3 个 div,但由于内容未居中,其他页面出现问题。它需要具有特定的宽度,以便内容在页面上居中。

我尝试了 3 个 div 的绝对位置,给它们 100% 的宽度,左:0;右:0;和一个具有特定数字的顶部,因此它不会与页脚一起相互重叠

但是在检查之后,页脚会粘在我放在主页中的位置,并且它不会根据页面的内容移动。

请帮忙。

这是我的网站http://devozoo.gostorego.com/

0 投票
0 回答
583 浏览

javascript - Using JavaScript to change add to cart button background for Magento Go

I am fairly new to jquery and javascript, but certain that I can use it to get the result I desire. I would like to have the background-image of the add to cart button change on click. From my research,on this site and others,I have come to the code pasted below;for which the html is only the snippet for the button, which I copied from the Magento Go store source. I feel I am close but I think that I am not "identifying?"(for lack of the proper term) the class of the button correctly. If I had access to the php templates I think I would have an easier time customizing but this is the route that was chosen. I appreciate any insight given.

0 投票
1 回答
983 浏览

php - 如何在magento go中将子类别产品分配给它们各自的父类别

我正在研究 magento go。我有很多类别及其子类别。

所有子类别都有很多产品,而父类别没有分配任何产品。

My question is how can i assign all the sub category products to their respective parent category.

请帮助我,因为手动操作会花费很多时间。

0 投票
1 回答
1148 浏览

php - 使用 phpmyadmin 创建新用户及其角色

我是Magento的新手。我想使用 phpmyadmin 创建一个新用户及其角色,因为我无权访问我的管理员帐户,我不知道为什么会这样?我认为我这边可能会出现任何问题。谁能帮我解决这个问题?

任何帮助将不胜感激。

0 投票
2 回答
4014 浏览

magento - 禁用magento中简单产品的添加到购物车按钮

我有一个 magento 网站,我正在销售布料。在那里,我创建了一个组产品来销售不同尺寸的产品。我需要将产品作为一个整体销售,而不是作为单个产品销售。所以我禁用了输入值。

现在我需要在单个产品页面中禁用添加到购物车按钮,而不是在分组项目中。

这意味着我需要一起销售整个集团,而不是单一产品。我该怎么办?

希望您能够帮助我。谢谢你。