プラグインや決済モジュールの Smarty テンプレートで利用している Smarty 関数
Open
- Dominant language
- PHP
- Stars
- 92
- Forks
- 97
- Avg merge
- 4d 2h
- Merged PRs (30d)
- 9
Description
refs https://github.com/EC-CUBE/ec-cube2/pull/876
refs https://github.com/EC-CUBE/ec-cube2/issues/684
refs https://github.com/EC-CUBE/ec-cube2/issues/815
refs https://github.com/EC-CUBE/ec-cube2/pull/876 (元のメソッドが削除されたため、`html_radios_ex` も削除した)
EC-CUBE独自のカスタム Smarty 関数で、既に廃止されたものがプラグインや決済モジュールで使用されているケースがあります。
これらのほとんどは、ベースとなった Smarty 関数で代替できるため、 `SC_View::lower_compatibility_smarty()` にて置換をします。
https://github.com/EC-CUBE/ec-cube2/blob/f52f6e2d55c988b1cb572877fb6518880ffe17f0/data/class/SC_View.php#L284-L298
互換性維持のため、プラグインや決済モジュールの Smarty テンプレートで利用している既に廃止された Smarty 関数があればコメントにてお知らせください
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.