[Catalog Promotion] Cart catalog promotion becomes ineligible#13112
Conversation
AdamKasp
commented
Sep 15, 2021
| Q | A |
|---|---|
| Branch? | master |
| Bug fix? | no |
| New feature? | no |
| BC breaks? | no |
| License | MIT |
…products in the cart
| Feature: Seeing current prices of products after catalog promotion becomes ineligible | ||
| In order to buy products in its correct prices | ||
| As a Customer | ||
| I want to have products with its current prices in the cart |
There was a problem hiding this comment.
I want to have products with their original prices in the cart?
There was a problem hiding this comment.
the current sentence has more sense for me because in this scenarios I want to have a valid and current price, for customer, it is irrelevant if it is original or discounted (by different catalog promotion for example)
There was a problem hiding this comment.
I was referring that the price that Customer sees is always current for they :) but it's not relevant for know, I would only change its to their 🖖
| And I specified the billing address as "Ankh Morpork", "Frost Alley", "90210", "United States" for "Jon Snow" | ||
| And I proceed through checkout process | ||
| Then I should be on the checkout summary step | ||
| And I should see product "T-Shirt" with unit price "$20.00" |
There was a problem hiding this comment.
Cannot we check it before the final stap? Even on the cart itself?
There was a problem hiding this comment.
TBH yes we can :D, we need to run order Processor after admin changed something so each step after addressing is valid, going through the entire checkout was easy in behat and also it checks what I want :)
There was a problem hiding this comment.
Maybe we could just update the cart? It's not a blocker for merge, but with all these steps it seems like it's necessary to go through the checkout to see the result. And there is in the cart in the scenario's description 💃
6e707be to
a285b53
Compare
a285b53 to
fd4886e
Compare
|
Thank you, Adam! 🎉 |