gateway3d/product-layout 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

gateway3d/product-layout

最新稳定版本:2.3.0.3

Composer 安装命令:

composer require gateway3d/product-layout

包简介

Gateway3D Product Layout

README 文档

README

This module would add new tab to admin product detail screen called Gateway3d Product Layout. You can select here which layout will be used for displaying personalised iframe (from Gateway3d Personalise It module) on product view page on frontend.

Getting the Code via SSH & Composer

update "require" and "repositories" parts in main magento2 composer file

"require": {
    "gateway3d/product-layout": "@dev"
}


"repositories": [
    {
        "type": "vcs",
        "url": "git@bitbucket.org:gateway3d/product-layout.git"
    }
]

Then run following command

$ composer update

you should see something like this

Loading composer repositories with package information
Updating dependencies (including require-dev)             
  - Installing gateway3d/product-layout (dev-master e51a8bf)
    Cloning e51a8bf961ae49e5eb92cbc6c1e0e6cf9eed81db
Writing lock file
Generating autoload files

Updating the Database

Subsequently, the Magento command line tool must now also be used to update the database schema.Then you would be probably asked to recompile. After that set permissions and clean cache.

php bin/magento setup:upgrade
php bin/magento setup:di:compile
sudo chmod 777 var -R && sudo chmod 777 pub -R
 n98-magerun2.phar cache:clean && n98-magerun2.phar cache:flush && sudo chmod 777 var -R && sudo chmod 777 pub -R

统计信息

  • 总下载量: 2.02k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2021-10-01