Is there any guide I can look at where I can change the values Summary (getSummary in API) using the extensibility API?
s
Steve Goldberg
03/10/2022, 2:51 PM
I don't quite understand what you want to do, getSummary() just returns pre-defined values based on the status of the cart. These values are not changeable with code - they change depending on the contents of the cart.
s
suiteExperimenter
03/10/2022, 3:14 PM
Like changing or manipulating the values coming out from the getSummary.
I just do not want lean towards the old way of extending the modules.
I wanted to make most out of the extensibility API. Also, avoidning the manipulating the DOM
s
Steve Goldberg
03/10/2022, 5:51 PM
OK, well to answer this question like I did the other one: this is not something we allow with the extensibility API.