Item should have attribute for supported payment modes #282
Replies: 4 comments
-
|
Pramod, tagging you since Ravi suggested you have thoughts on this |
Beta Was this translation helpful? Give feedback.
-
|
I thought we did have attributes that can carry promotional tags. Could we use that instead of fully structured payment object? Also, remember to make catalogue caching easier and have all dynamic info come through during select call. But if we can't leverage existing tags we can explore additional tags. @core-wg-admin |
Beta Was this translation helpful? Give feedback.
-
|
@pramodkvarma @BLR-0118 FYR, the current As you can see it has a property called Each of these I believe it would be more useful to tag each item with a reference to a particular Payment policy rather than a single attribute of payment i.e payment mode. That would make it more generic and would allow a larger set of use cases to be covered. However to enabled this, there are two changes to be made here. Firstly, the Secondly, the Similarly, the |
Beta Was this translation helpful? Give feedback.
-
|
Would like to see a sample json before and after (based on above proposal) to make it easier for me to fully understand. Or if there is wiki/doc page on it point me to that. Thanks. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Buyers often prefer to select items, from a catalog, based on the payment criteria (e.g. cash, digital). Currently, when catalog displays an item, it is not clear what the payment criteria is for that item. Item should support an attribute for supported_payment_modes with enums of "Cash", "Digital".
Beta Was this translation helpful? Give feedback.
All reactions