且构网

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

Magento

    我有一页名为产品"的页面.在此页面中,我需要显示由相应类别名称分隔的所有项目.结构如下所示i have one page with the name "products". in this page i need to display all the ......

    我正在使用某种magento导航调整,它在主导航中显示类别和产品:I'm using some kind of magento nav tuning, which displays categories and products in main nav......

    我对商店中的所有产品都应用了特价规则.一旦一切都结束了,特价商品就会显示在除产品页面以外的所有页面上(这将显示完整的产品信息).我正在使用自定义主题.我的自定义主题有什么问题吗? I applied the special price rule to ......

    我根据Mage_Catalog_Block_Product_List制作了自己的产品列表页面:I made my own product list page based on Mage_Catalog_Block_Product_List: app/c......

    我尝试跟踪产品类别从magento到GA(在转化>电子商务>总览下),但是使用magento默认核心GA.php文件,其中包括以下部分: / app / code / core / Mage /GoogleAnalytics/Block/G......

    在magento中,如何从产品ID中获取每个产品的类别ID.In magento how to get the category id of each product from its product ID. $items = $reques......

    我想创建在Magento的管理员部分多选属性下拉,这样我可以插入属性以序列化方式的值到数据库中.I want to create a multi-select attribute dropdown in magento's administrator ......

    我最近在Magento 2中创建了一个模块.现在我从数据库的前端phtml文件中获取数据.代码如下.I recently created a module in Magento 2. Now I get the data from the databa......

    我试图安装magento到我的网络主机,在安装期间我得到数据库连接错误我输入所有的值正确(已联系我的网站托管,以确保,因为我这里的遗憾)他们说, magento论坛的额外支持。我找不到修复。任何想法/帮助将是非常赞赏。 I am trying to i......

    Magento结帐方法是否记录在数据库中的任何地方.Is the Magento checkout method recorded anywhere in the database.我知道可以在会话期间访问该值,即注册,来宾等,但是下订单后该值是否记......

    我的情况是我的网站上有一个1.5 GB的sqldump文件.我拿了它,并将其转储到Magento的新副本上的虚拟盒ubuntu环境中,并还原了我的文件系统.相当标准.但是,当我在浏览器中访问本地副本时,它会立即将我重定向到实时站点.另外,我的local......

    我不会更改字符串:$message = $this->__('There is already an account with this email address. If you are sure that it is your email a......

    我在magento的最新版本中发现了一个奇怪的错误:高级搜索"工具无法正常工作.I have found a strange bug in the latest release of magento: Advanced Search tool does......

    一个客户希望完成一个Magento网站,而我以前从未使用过它.我想,当然,我将使用Bootstrap创建一个标准站点,并只查询数据库中的产品".现在,我一直在研究它,看来使用Magento的唯一方法是创建一个看起来并不友好的Bootstrap主题.A ......

    我已经搜索过高低,找不到解决方案,没有运气。我的主人告诉我他们太忙了,无法提供帮助。 Magento 1.4.2 // SSL证书 1-当我将商品添加到购物车时,页面会重新加载,我的商品会被添加到购物车中。 [good] 2-接下......

    我已经四处寻找解决方案,但没有运气.我的主人告诉我他们太忙了,无法提供帮助.I've searched high and low for a solution to this, with no luck. My host told me they ar......

    我对整页缓存情况下的magento打孔如何工作感兴趣.总体而言,这与企业版及其全页缓存和打孔机制如何工作没有直接关系.I am getting interested in how hole punching might work in magento ......

    我正在使用Magento CE 1.7.0.2,最近从1.4.2.0升级了.并且在后端中编辑/创建客户地址时,国家/地区下拉字段为空白-没有可供选择的选项.在前端地址下拉菜单中也不起作用.I'm using Magento CE 1.7.0.2, ha......

    我创建了一个可配置产品,它有三个选项:颜色,大小和样式。 在产品页面中,每个选项在下拉菜单中都有默认文本选择选项... ,但我希望文本应该是选择颜色,选择大小和选择样式。我在应用程序中编辑了函数getJsonConfig \code\core\Mage......