Coder Social home page Coder Social logo

category-content-plugin's Introduction

カテゴリコンテンツプラグイン

Build Status Build status SensioLabsInsight Coverage Status

概要

商品一覧のカテゴリごとに、コンテンツ(説明文や画像)を表示できるプラグインです。

フロント

商品一覧のカテゴリごとに、コンテンツを表示できる。

  • 表示中のカテゴリに登録されたコンテンツを表示する。
  • 表示中のカテゴリにコンテンツが登録されていない場合は、何も表示しない。

管理画面

カテゴリごとに、任意のコンテンツを登録することができる。

  • カテゴリ登録ページで、コンテンツの登録・編集が可能。
  • コンテンツにはHTMLタグが使用可能。

オプション

コンテンツの表示位置を変更することができる。

  • 商品一覧ページのtwigファイルに<!--# category-content-plugin-tag #-->と入力すると、その位置に表示を行う。

category-content-plugin's People

Contributors

hoand-vn avatar junpeko5 avatar kazumiiiiiiiiiii avatar ryo-endo avatar sanglephu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

category-content-plugin's Issues

カテゴリ説明などを保存するときのtwigタグの扱いについて

CategoryContent/Resource/template/default/category_content.twig
の記述指定ですが、

<div class="row no-margin">
    {{ PluginCategoryContent.content|raw }}
</div>

とrawだけの指定だと、

<img src="{{ app.config.front_urlpath }}/img/category/hogehoge.jpg">

と管理画面から保存してもtwigタグがそのまま表示されてしまうため、

<div class="row no-margin">
    {{ include(template_from_string(PluginCategoryContent.content)) }}
</div>

と修正しtwigタグを利用できるようにする必要があります。

EC-CUBE3.0.8で試したときに、カテゴリコンテンツの登録が表示されない

http://www.ec-cube.net/products/detail.php?product_id=1070
のページの画面キャプチャが見づらく、いまいち把握しきれていないのですが、カテゴリコンテンツの登録は、商品管理 > カテゴリ登録の画面で行えるということで間違いないでしょうか?

EC-CUBE3.0.8に入れて、プラグインを有効にしてみたのですが、カテゴリコンテンツを登録するところが見当たりません。
他のプラグインを無効にしても、表示されないように思います。

何が原因なのでしょうか?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.