• 哪一个数据库最适合Magento ?

    时间:2023-01-21 09:06:08

    Which database is best for more performance with Magento? 哪个数据库最适合用Magento进行更多的性能测试? My Magento store using more than 80k products with 2k category. 我...

  • 在magento中使用正则式

    时间:2023-01-16 16:00:23

    $sqlCondition = "IFNULL(_table_name.value, _table_name_default.value) REGEXP '^[^a-zA-Z]'"   $collection->getSelect()->where($sqlCondition)

  • Magento 2非常慢(开发者模式)

    时间:2023-01-15 23:06:05

    Recently I started developing magento 2 projects. 最近我开始开发magento 2项目。 First I tried on Windows with xampp and it was a mess... every refresh page was ...

  • 自定义 magento 后台订单显示内容(grid、view视图修改)

    时间:2023-01-15 05:32:44

    一、 后台订单列表grid页 1) 在订单grid列表中显示订单商品等,或联合查询其他表输出 奈何google又TM被封死了,百度能找到的方法,用起来不行。 因为我参照了 http://www.atwix.com/magento/adding-sku-column-to-orders-grid/(注...

  • Magento 2管理网格添加/更新按钮

    时间:2023-01-15 05:32:20

    In Magento 2.2.5, I am creating admin grid by following this tutorial(Using layout Block method. Not UI Component). 在Magento 2.2.5中,我按照本教程创建管理网格(使用布局块...

  • magento开发中文手册

    时间:2023-01-05 23:43:02

    Magento开发第一章手册简介Introduction对一个开发人员来说,电子商务开发也许是现今最具创造性的工作。在这个瞬息万变的网络世界,为了保持始终领先竞争对手一步,无论是对你自己还是你的客户,你都需要更具创造性的解决方案。只有最棒的用户体验才能把你的潜在客户真正转化为营业额。有组织的布局,方...

  • Magento 使用心得

    时间:2023-01-03 04:44:49

    Modules->模块Controller->控制器Model->模型Magento是这个星球上最强大的购物车网店平台。当然,你应该已经对此毫无疑问了。不过,你可能还不知道,Magento同样是一个面向对象的PHP框架。你可以配合Magento购物车程序强大的功能,开发动态WEB应...

  • 解决magento保存产品时耗时很长的问题

    时间:2023-01-02 17:05:17

    以前我在更新产品属性值(拿price为例)的时候,通常会这样做:foreach($product_ids as $id){ $product = Mage::getModel('catalog/product')->load($id); $product->setPrice(...

  • Magento 学习笔记第一天

    时间:2022-12-28 12:49:16

    Magento 学习笔记第一天 测试下代码显示效果: 1 <?php $parentItem = $this->getItem() ?>2 <?php $_order = $this->getItem()->getOrder(); ?>3 <?ph...

  • 55个高质量的Magento主题,助你构建电子商务站点

    时间:2022-12-24 17:53:17

    Magento是一个功能丰富的开源电子商务平台(译者注:基于PHP的Zend Framework开发),在网店的外观、商品管理以及其它功能上,它给商家提供了前所未有的灵活和易用性。通过挑选一个合适的Magento主题,你可以很容易的部署一个非常漂亮的电子商务平台,而一切几乎不用花什么时间。Magen...

  • Magento里显示指定分类的所有子分类

    时间:2022-12-24 05:03:53

    如何在magento左侧导航栏里显示父分类和子分类名,如果需要在magento显示指定分类的所有子分类,可以用以下的方法:<!--? php if($category--->hasChildren()) {  //判断是否有子目录 $ids = $category->getChil...

  • magento -- 给后台分类管理页的分类商品加一栏商品类型

    时间:2022-12-19 20:29:02

    当使用特定分类来控制前台的商品显示时,后台分类管理页的分类商品只有编号、名称、SKU和价格这几栏,选择特定商品相当不便。可以在这里多加一栏商品类型用来筛选商品,添加的方式很简单。打开文件/app/code/core/Mage/Adminhtml/Block/Catalog/Category/Tab/...

  • 在Magento 2中创建管理员菜单

    时间:2022-12-18 08:06:59

    在Magento 2中创建管理员菜单 第1步:创建menu.xml 第2步:添加菜单项 第3步:刷新Magento缓存 第1步:创建menu.xml 创建名为:menu.xml文件的管理菜单文件 app/code/Mageplaza/HelloWorld/etc/adminhtml/m...

  • Magento导出所有分类ID和名称到数组中

    时间:2022-12-16 19:57:58

    ​​//获取所有激活状态的分类模型集合 ​​ ​​$categories​​ ​​= Mage::getModel(​​ ​​'catalog/category'​​ ​​)->getCollection() ​​ ...

  • Magento: How to reset admin pssword

    时间:2022-12-14 23:21:17

    Magento: How to reset admin psswordIf you forget your admin password for Magento and you can’t remember the email or just want quick fix you can use o...

  • Magento:SQLSTATE [23000]:完整性约束违规:1062重复条目'100000001'用于密钥'UNQ_SALES_FLAT_ORDER_IN

    时间:2022-12-13 07:35:17

    I have installed Magento 1.9.0.1 and I am live since 1 month. The first order of a Client worked without Problem. But now following error message appe...

  • magento-2.2.6-1VM环境镜像-沙箱 - - 完全隔离的环境

    时间:2022-12-07 14:36:21

    打包处理下载地址:链接:https://pan.baidu.com/s/1HX0WjWEN8Wc-4TDvgEWMog 提取码:s2ls官方下载文档BITNAMI MAGENTO堆栈虚拟机Bitnami虚拟机包含一个安装和配置了Magento的最小Linux操作系统。使用Bitnami虚拟机映像需要...

  • 如何在magento中使用mysql转义?

    时间:2022-12-04 00:15:50

    I want to escape string in magento, but when I am using mysql_real_escape_string, i am getting warning. 我想在magento中转义字符串,但是当我使用mysql_real_escape_strin...

  • magento工作笔记1

    时间:2022-11-29 21:50:51

    Magento Service Temporarily Unavailable报错解决办法 Service Temporarily Unavailable是Magento常见的一个错误之一,通常会在Magento版本更新或者插件的安装及升级过程中出现该错误提示。需要注意的是,该提示在Magento及...

  • 从Magento 1.9中的产品中获取自定义属性

    时间:2022-11-27 16:37:16

    I'm trying to fetch some product data based on the products SKU. This is working, but I also need to get a custom added attribute at the same time, na...