Giter Club home page Giter Club logo

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

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

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

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

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

カテゴリ説明などを保存するときの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タグを利用できるようにする必要があります。

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.