Hi guys sorry to bug you but i am facing an issue ...
# suitecommerce
b
Hi guys sorry to bug you but i am facing an issue in the checkout app regarding the Change Address button. This is the thing, the template offers some variables so we can customize it as we need to. The "this.options" object has these properties (among others):
Copy code
showActionButtons: !this.options.hideActions,
showChangeButton: !!this.options.showChangeButton,
But where are those properties defined, configured? I feel that somewhere (in the config of the site?) because this.options object is coming as part of the getContext() in the Address.Details.View.js and the template is address_site.tpl. Also the Change Address is displayed based on the this.options but the click action is not triggering the change-address data action. Any ideas why this is happening? Anything willl be helpful, thank you so much!