Hello, I've come across a situation that likely re...
# suitecommerce
c
Hello, I've come across a situation that likely requires a customization to the add to cart process. I would prefer to do so by utilizing the Extensibility API as much as possible. However, I noticed that the natural add to cart method calls the 'Loggers' module, which appears to log information on the add to cart process. Is this specific functionality tied to APM? Since the cart component's 'addLine' method does not initiate this process on its own, it appears that we would lose this functionality all together. Is it recommended to implement the 'Loggers' module back into the custom add to cart process, or is this considered a private module? Also, this is for a SuiteCommerce Advanced instance. Thank you.