eccubevn / ec-cube

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

[PLUGIN] Plugin cannot free display [現在送料無料です。] message #138

Open lqdung-lockon opened 6 years ago

lqdung-lockon commented 6 years ago

概要(Overview)

Plugin can not display free message [現在送料無料です。] without changing shopping cart template.

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

{% if is_delivery_free[cartKey] %} 現在送料無料です。 {% elseif BaseInfo.delivery_free_amount and BaseInfo.delivery_free_quantity %} あと「{{ least[cartKey]|price }}」または「{{ quantity[cartKey]|number_format }}個」のお買い上げで送料無料になります。 {% elseif BaseInfo.delivery_free_amount %} あと「{{ least[cartKey]|price }}」のお買い上げで送料無料になります。 {% elseif BaseInfo.delivery_free_quantity %} あと「{{ quantity[cartKey]|number_format }}個」のお買い上げで送料無料になります。 {% endif %}


- After changing like this, the plugin just needs to change the `is_delivery_free` variable and it will display the free message.
- Plugins will be easier to change and do not need to change the cart template.

## 再現手順(Procedure)

## 関連情報 (Ref)
Delivery free plugin plugin
ryo-endo commented 6 years ago

いまのコードとの差分を確認したいです。 どこかに実装じて、compareを確認できますか?

lqdung-lockon commented 6 years ago

いまのコードとの差分を確認したいです。 どこかに実装じて、compareを確認できますか?

@ryo-endo -san, this is compare code https://github.com/EC-CUBE/ec-cube/compare/experimental/sf...eccubevn:138_demo