Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

支払方法と配送方法のスペシャルケース問題対応 #2325

Merged
merged 2 commits into from Nov 16, 2017

Conversation

trebla-on
Copy link
Contributor

概要(Overview・Refs Issue)

共通支払い方法がありますが、「お支払方法が異なるためこの商品は同時に購入することはできません。」というエラーを表示しています
#2288

相談(Discussion)

修正内容
□カート画面
 支払方法を取得する時配送方法と商品区分チェックするようにロッジクを入れました。
 ― 配送方法1 商品区分A (郵便振替)
 ― 配送方法2 商品区分A (現金書留、銀行振込)
 ― 配送方法3 商品区分B (郵便振替、現金書留)

☆商品区分ごと可能な支払方法こちらです
商品区分A (郵便振替、現金書留)
商品区分B (郵便振替、現金書留)

カートに可能入れる商品はAとBなりました

□受注確認画面
 
シッピング1.
  配送方法は
   ― 配送方法1 
   ― 配送方法2 

シッピング2.
  配送方法は
   ― 配送方法3 

支払方法
  ― 郵便振替
  ― 現金書留

※支払方法か配送方法変更の後にバーリデト追加しましたので買えないケース場合はエラーメッセージ表示します

□購入できるケースこちらです
◇ケース1
シッピング1.
  配送方法:配送方法1  
シッピング2.
  配送方法:配送方法3 
支払方法:郵便振替

◇ケース2
シッピング1.
  配送方法:配送方法2  
シッピング2.
  配送方法:配送方法3 
支払方法:現金書留

※こちらの仕様は正しかどうか分かりませんので一旦ここまで実装します。

@t-nagahashi t-nagahashi added this to the 3.0.15 milestone May 22, 2017
@t-nagahashi t-nagahashi modified the milestones: 3.0.16, 3.0.15 Jun 5, 2017
@t-nagahashi t-nagahashi changed the title [WIP]支払方法と配送方法のスペシャルケース問題対応 支払方法と配送方法のスペシャルケース問題対応 Aug 23, 2017
@kiy0taka kiy0taka self-requested a review November 15, 2017 08:50
@kiy0taka kiy0taka merged commit 5f2a340 into EC-CUBE:master Nov 16, 2017
@kiy0taka
Copy link
Contributor

遅くなってすみません。レビューと動作確認できましたので、マージさせてもらいます。
ありがとうございました。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants