cancel
Showing results for 
Search instead for 
Did you mean: 

Catalog(Punchout) Vendor

Former Member
0 Kudos

Hi,

We have a Punchout Vendor, where the shopping cart is eligible for free shipping if it is 10$, less than 10$, no free shipping, Our requirement is if the user submits a shopping cart less than 10$, it should not submit and instead it should show up a message saying that the Order did not meet the minimum requirements for free shipping.

Please advice what is the best way we can achieve this requirement.

Regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi. Dinesh is correct, but to make it vendor specific you could define a custom attribute in table T77OMATTR called "minumum spend".

Then in PPOMA_BBP (before SRM 5) or in PPOMV_BBP (SRM 5) you can find the org unit for the vendor and assign the minimum spend value.

Then you can use function BBP_READ_ATTRIBUTES in the BBP_DOC_CHECK_BADI to read the minimum spend for that vendor and issue an error accordingly.

Regards,

Dave.

Former Member
0 Kudos

Thanks a lot for your replies.Will try and keep you posted.

Answers (1)

Answers (1)

Former Member
0 Kudos

you can check yr SC with BADI BBP_DOC_CHECK_BADI

and use filter criteria BUS2121

and build up the required logic for check the total value of SC for the required condition.

BR

Dinesh