问题标签 [magento-1.8]
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.
magento - Magento getStoreConfig : 获取标签
首先我有一个像这样的模型类:
所以我从我的配置中得到这样的值:
我怎样才能得到标签?
magento - Creating a custom shipping rate computation for magento
I fairly new to Magento, and I'm trying to make my shipping rate customized. I set my flat rate as disabled, then opted for the table rates option. What I basically want is:
Get the State then Country:
Then if item's weight is:
However I do not know how to set the following options in the table rates tab. What I initially did was to set the condition to
I just realized that I want to add the computations, but I have no idea how. How do I implement my computation for the shipping rates?
I'm using Magento 1.8 by the way.
magento - 如果产品 SKU 包含斜杠(/),则无法在 magento api 中创建图像
我正在尝试按照此magento doc中的相同代码通过 magento image api 创建图像。
除了 SKU 包含斜杠(/)字符外,它的工作正常。
货号:SPA-1XCHOC12/DS0
这是错误显示在httpd/error_log
:
为了确定确切的问题,我添加了此代码
$this->_fault('not_created', $e->getMessage());
在app/code/core/Mage/Catalog/Model/Product/Attribute/Media/Api.php
这是错误:
文件media/catalog/product
夹权限是. 777
仍然显示相同的错误。
这是我的代码:
后值是sku = 'SPA-1XCHOC12/DS0'
和image_url='http://example.com/11233.jpg'
php - Missing template file in Magento causing invoicing not to work
I keep recieving the following error Magentos system.log whenever I try and invoice a pending order.
#xA;When I click to view/invoice a pending order the order details won't popup instead it just gets stuck as if the page has half loaded and then throws this above message into the error log.
Also, the above error message has been copy and pasted directly from the error log and the spaces in giftmessage.phtml are indeed there (no idea why).
The location the error message is pointing to doesn't exist in Magento and nor does it seem to exist in any of the extension on the site, so I'm not sure where that's coming from.
What I have done is check sales.xml for potential errors although I can't seem to find any.
Here a link to sales.xml if anybody wants to look:
I've also downloaded the same version of Magento and replaced the default files, again, didn't work.
Here is a giftmessage.phtml (without spaces) in a different location:
app/design/adminhtml/default/default/template/sales/order/view/giftmessage.phtml
And lastly I have tried copying the above file and adding it to the non-existent directory which also doesn't work with or with spaces.
Link to site: http://bit.ly/1mAxK2a
I'm really stuck on this one and would appreciate and help :)
magento - Magento 保存多对多模型
我创建了一个包含 3 个模型(学生、房间、学生房间)的自定义模块。studentroom 用于存储 student 和 room (manytomany) 之间的关系。我已经为学生和房间制作了表格+网格,我可以创建它们。我现在想在学生表单中添加一个多选来选择房间(直到现在还可以)。当我保存或编辑我的学生时,我如何在 studentroom 中保存或显示关联。有人有想法吗?具有相同功能的模块?
谢谢提前
magento - 用于不安全地址更改的致命错误 Magento 后端
我有 SSL。我在 SSL SSH 或 Apache 主题中搜索 mysql 请求 CPU 使用率。
我试试这个,我不安全的地址是,
不安全地址:https ://www.example.com
改变
不安全地址:http ://www.example.com
我的管理面板已关闭。错误是;
现在我的后端
如何修复以前的设置或如何在没有后端的情况下设置不安全的地址?
谢谢。
php - 没有页面显示magento中的类别
我想根据我在自定义导航菜单中选择的类别在 magento 中调用一个页面。但是,每当我加载我的栏时,它都不会显示任何指向我的类别的 href 链接。这是我为菜单所做的:
并且输出总是显示:
我也不知道如何设置只在每个类别中显示的产品。可能吗?
php - 在 Magento 中获取类别 URL 键
如何在 Magento 中获取类别的 URL 键。我在 CMS 的 URL 键字段中添加了以下文本:
这就是我目前尝试在锚点中显示我的类别 URL 的方式:
但是每当我检查我的输出时,它仍然显示如下:
我已经为此检查了谷歌和 magento 论坛,但我仍然找不到足够的答案。
另外,我试图在锚点中调用 URL 键,还是不同的 URL?
php - Magento:将项目添加到新订单
所以,这是我的问题:如果客户下了一个新订单,并且他/她有一个现有的待处理订单,其中包含一个延期交货的项目,那么这两个订单必须合并。所以我在活动中创建了一个观察者sales_model_service_quote_submit_before
。这个想法是,在这个观察者中,我检查客户的电子邮件并检查他/她是否有一个现有的挂单。如果存在这样的订单,我将旧订单的项目放入新订单并删除/取消旧订单。这是我的功能:
Mage:throwExeption 打印新报价,一切都正确,数量,总数......如果我打印 newOrder,一切都正确!但是下订单时使用旧数据,因此新订单没有旧项目。
什么或在哪里保存更改的订单/报价,以便将新数据用于创建订单?谢谢您的帮助!
magento - 如果购物车中有某种产品,则指定运输方式
我需要为某些产品设置特殊运输。如果购物车有此产品的某些指定运输方式(针对此特殊产品),则应仅提供。
是否可以不安装非免费模块?