ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 161 - Certified B2C Commerce Developer discussion

Report
Export

The developer has been given the following business requirement:

The shipping method, Free Standard Ground Shipping' has an exclusion for products *lth category equals or is child of electronics-televisions.' The marketing department has scheduled a sale offering a "Free Standard Ground Shipping" method for brand XyzTv televisions for the next 3 months.

What method accomplishes this while following best practices?

A.
Extend the code in cartridge/models/shipping/shippingMethod.js using module, super Module and add an exception for the specified brand.
Answers
A.
Extend the code in cartridge/models/shipping/shippingMethod.js using module, super Module and add an exception for the specified brand.
B.
Extend the CheckoutShippingservices controller using module.superModule and add an exception for the specified brand
Answers
B.
Extend the CheckoutShippingservices controller using module.superModule and add an exception for the specified brand
C.
Create an allow list for the existing shipping method by adding a product exclusion for 'brand equals XyzTV" to the exclusion list for "Free Standard Ground Shipping."
Answers
C.
Create an allow list for the existing shipping method by adding a product exclusion for 'brand equals XyzTV" to the exclusion list for "Free Standard Ground Shipping."
Suggested answer: C
asked 23/09/2024
Juan Tovar
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first