博客

在安装完Magento2 的代码之后,magento的数据库大小是 17.3 M 左右。然后安装完magento2的数据库之后, 数据库的大小是 43.6M 左右

HeidiSQL 是一个功能非常强大的数据库客户端软件,采用 Delphi 开发,支持 Windows 操作系统.支持 MySQL、MariaDB、Percona Server 和微软的 SQL Server。 HeidiSQL软件允许你浏览你的数据库,管理表,浏览和编辑记录,管理用户权限等等。此外…

继续阅读

参考网址: https://community.magento.com/t5/Magento-1-x-Version-Upgrades/How-to-migrate-Magento-1-9-to-2-2-using-the-data-migration-tool/td-p/119555 参考文档: …

继续阅读

Magento安装之后前台首页显示不全 解决办法: 在浏览器地址中增加index.php 再访问。

1 . 使用composer下载Magento2.2.7 composer create-project –repository=https://repo.magento.com/ magento/project-community-edition magento_227 2.2.7 注意使用co…

继续阅读

IN Magento如何在单个事务中的多个表中插入数据,如果进程中有任何错误,则回滚。我可以编写自定义查询并使用事务,但我更愿意,如果我可以使用Magento方法。 Magento Database Transaction 操作代码如下: 下面是magento事务的案例 本文参考: https://…

继续阅读

php 抛出异常: 异常信息可以自己定义。也可以使用$e->getMessage() 来获取。 扩展(extend) PHP 内置的异常处理类 : https://www.php.net/manual/zh/language.exceptions.extending.php

在购买了阿里云服务器之后,如何使用: 参考方法:https://help.aliyun.com/product/25365.html?spm=a2c4g.750001.list.2.52497b136l6heV

Magento 插件StoreCredit 做退货退款插件处理 其中的一个功能要求,creditmemo 与新下单做关联。就是将退的钱用做哪个新的订单。 处理方法 遍历creditmemo 与 amasty_storecredit_customer_balance_history 判断 sales_…

继续阅读

Magento 社区版本各个模块解析 参考网址: https://blog.csdn.net/shuishui8310 参考地址: https://github.com/walexer

970/1491