on ‎2018 Oct 26 10:54 AM
We are using Product Reference to maintain relationship between Source & Target Product like below:
insert_update ProductReference;active[default=true];description;preselected[default=false];quantity[default=1];referenceType(code,itemtype(code))[unique=true, default='KITS'];source($catalogVersion,code)[unique=true,forceWrite=true,allownull=true];target($catalogVersion,code)[unique=true,allownull=true]
;;DESC;false;1;KITS:ProductReferenceTypeEnum;"BASE_PRD";"KIT_1"; ;;DESC;false;1;KITS:ProductReferenceTypeEnum;"BASE_PRD";"KIT_2";
BASE_PRD = Source and KIT_1 & KIT_2 = Target
Now can have to add kits to cs mandatory when source product is added to cart. Do we have any OOTB implementation? or What is the best approach to achieve it?
Request clarification before answering.
We do not have any oob requirement. I am not really sure the advantage of preselected field here. I thought preselected will select the reference product. U might write an interceptor to add this. It's a custom implementation
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We had also the same requirement!! Is there any one can reply to that Question please.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.