eccubevn / ec-cube

EC-CUBE official repository
http://www.ec-cube.net
Other
1 stars 2 forks source link

[3n][plugin] Change content in template #127

Closed hoand-vn closed 6 years ago

hoand-vn commented 6 years ago

概要(Overview)

期待する内容(Expect) or 要望 (Requirement)

再現手順(Procedure)

環境 (environment)

関連情報 (Ref)

nhpkhanh-lk commented 6 years ago

概要(Overview)

今回のテンプレートであると、プラグインでコンテンツを変更した時、以下の問題があります。 現状として Use EccubeTwigBlock in FrontEnd  ■できること: Addition a apartment into template  ■できないこと:   ・Edit apartment of template   ・Delete apartment of template   ・Change template in Admin still using replace_string ( same 3.0 version )

期待する内容(Expect) or 要望 (Requirement)

 ソリューションを教えてください。  Replace stringsを考えています。

再現手順(Procedure)

 商品タグ機能拡張プラグインを有効  フロント画面でタグをTextからURLに変更すると  => Can not implement

環境 (Environment)

関連情報 (Ref)

chihiro-adachi commented 6 years ago

既存のHTML要素を変更する場合は、TemplateEvent::addSnippetを使用してください。

hoand-vn commented 6 years ago

@chihiro-adachi could give example ?

ryo-endo commented 6 years ago

@hoand-vn FYI https://github.com/EC-CUBE/sample-payment-plugin#%E7%94%BB%E9%9D%A2%E3%81%B8%E3%81%AE%E4%BB%8B%E5%85%A5%E3%81%AB%E3%81%A4%E3%81%84%E3%81%A6

hoand-vn commented 6 years ago

ah i see,

it's mean, we will using JavaScript at client to change anything.

hoand-vn commented 6 years ago

using Snippet for all cases