定制 wizzaro/magento2-porto-theme-language-pl-pl 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

wizzaro/magento2-porto-theme-language-pl-pl

Composer 安装命令:

composer require wizzaro/magento2-porto-theme-language-pl-pl

包简介

Polish language extension for Magento 2 Porto Theme

README 文档

README

Install

composer require wizzaro/magento2-porto-theme-language-pl-pl

Translations for 'Item in Cart' missing in mini cart hack

  1. Create file:
app/design/frontend/<theme_folder>/<theme_folder>/Magento_Checkout/web/template/cart-items.html

For porto theme is:

app/design/frontend/Smartwave/porto/Magento_Checkout/web/template/cart-items.html
  1. Copy content from:
vendor/magento/module-checkout/view/web/template/summary/cart-items.html
  1. Replace:
<div class="title" data-role="title">
    <strong role="heading">
        <translate args="maxCartItemsToDisplay" if="maxCartItemsToDisplay < getCartLineItemsCount()"/>
        <translate args="'of'" if="maxCartItemsToDisplay < getCartLineItemsCount()"/>
        <span data-bind="text: getCartLineItemsCount()"></span>
        <translate args="'Item in Cart'" if="getCartLineItemsCount() === 1"/>
        <translate args="'Items in Cart'" if="getCartLineItemsCount() > 1"/>
    </strong>
</div>

to:

<div class="title" data-role="title">
    <strong role="heading"><span data-bind="text: getItemsQty()"></span>
        <!-- ko if: getItemsQty() == 1 -->
        <!-- ko i18n: 'Item in Cart' --><!-- /ko -->
        <!-- /ko -->
        <!-- ko if: getItemsQty() > 1 -->
        <!-- ko i18n: 'Items in Cart' --><!-- /ko -->
        <!-- /ko -->
    </strong>
</div>
  1. Deploy static content and clear cache

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-05-22

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固