且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Magento

    这是一个非常笼统的问题,但这是可行的:我正在尝试在Magento中创建自定义付款模块.我创建了一个常规"模块,该模块与Magento事件/观察者模型挂钩.但是,我如何告诉Magento将某个模块视为付款模块,以便它显示在管理后端中以及结帐页面上?Thi......

    我正在创建一个模块,以在将其添加到购物车时自定义产品价格,但无法正常工作.我正在使用 checkout_cart_product_add_after 方法.I'm creating a module to customize my products p......

    我试图运行创造了Magento管理附加产品属性的脚本.但是,该属性不会出现在管理后端.I am trying to run a script that creates additional product attribute in magento ad......

    是否可以直接链接到产品标签? is it possible to Link direct to product tabs? 喜欢 mysite.com/onclick =转到tab3 mysite.com/ onclick=go to tab3 等 ...

    希望这是对问题的更好解释: 我试图传递产品我的产品详细信息页面上的SKU使用 _setCustomVar 进行分析。 我在Magento 1.4.0.1上运行,我的Analytics异步代码被默认的GA模块插入到< head> 部分中,......

    我尝试安装新的magento 2.I try to install a new magento 2.如果我以管理员身份登录,则所有菜单和链接都将不起作用(也将注销).If I login in the admin all the menus and l......

    当我以管理员身份创建新客户时,我希望能够选择与新客户​​相关联的商店.我发现通过覆盖此文件:I want to be able to choose what store to associate a new customer with when I c......

    我想在Magento的类别列表页面上显示观看次数.这些数据看起来曾经可以通过report/product_collection访问,但我找不到正确访问它的方法.I'd like to display a view count on a category......

    我已经成功为每个需要的特定类别创建了一个自定义下拉菜单,但其中一个需要加载子类别中的子类别,并且无法使其工作。I have successfully created a custom drop-down-menu for each specific c......

    我正在做一个magento定制站点,我需要添加产品的其他属性,例如类型,版本等.我是magento的新手,如何将新的自定义块添加到产品详细信息页面.我已经创建了一个模块,并且正在使用以下代码.I am doing a magento customaiz......

    我想知道是否有任何方法可以将侧边栏导航的URL更改为指向实际类别.I was wondering if there is any way to change URLs of sidebar navigation to point to actual c......

    我试图在类别列表页面(catalog/product/list.phtml)上显示所有等级的价格,但仅获得单个产品的基本价格.I'm trying to display all tier prices on category listing page ......

    我想修改标题前缀和后缀,但是似乎缺少该选项.我搜索配置=>设计=> HTML头但是HTML Head下拉列表似乎丢失了.I wanted to modify my title prefix and suffix but this optio......

    我知道在Magento 1.4.2.0中,这样获得父级ID I know that in Magento 1.4.2.0 one gets parent id's like solist( $parentId ) = Mage::getModel('c......

    我们正在Magento商店中进行一些SEO优化,我需要一些有关更改类别网址的最佳方法的建议.我们的SEO承包商希望更改以下网址:We are doing some SEO optimizations on our Magento store front......

    我有用于在Ruby中列出产品的代码,但正在努力添加产品,这是我的代码,我将savon gem用于HTTP/SOAP请求,基于此处的代码I have got the code working for listing products in Ruby bu......

    我们正在对我们的 Magento 店面进行一些 SEO 优化,我需要一些关于更改类别 URL 的最佳方法的建议.我们的 SEO 承包商想从以下位置更改一堆网址:We are doing some SEO optimizations on our Mag......

    内部Magento模板代码我想获得原始产品图片的宽度和高度(创建产品时由管理员上传),以便进行相应的调整。Inside Magento templating code I want to get the width and height of the ......

    我正在尝试在页面的after_body_start部分中为主题的每个页面添加一些HTML.I am trying to add a bit of HTML to every page of my theme in the after_body_star......

    如何获取至少在一种产品中使用的某些属性的属性值? How I can get attribute values for some attribute that are used at least in one product? ...