Cancelling A Shipment, How?

https://docs.magento.com/user-guide/sales/shipment-cancel.html talks about cancelling a shipment, this documentation is for both community and commerce editions, can shipments be canceled in the community edition? I see other pages online that talk about this but I don’t see any button and can’t find the “Cancel Shipment” anywhere in the source code. The use case is for when …

Recommend resource to learn to customize PWA Studio?

I’m newbie to learn PWA Studio to build a new Storefront. I would like to ask what is the recommend resource to learn to customize PWA Studio? If someone ask similar question about Magento extension developement, I would suggest like Mage2tv, Alan Storm blog… I would expect the similar resource for PWA Studio(paid resource is …

hosting options

We have a Magento 2 website hosted on server guy. Server guy emailed us saying we should upgrade to Breeze.io. Not sure what all these different platforms or companies are. Can someone please explain these different programs and why a website would use them? Cloudflare Breeze.io Server guy Are these ALL website hosts? Is cloudflare …

Changing the properties of a view knockout js

I have a property in a js file (view/container.js) that is used to check if a div is visible or not called giftWrapVisible [ giftWrapVisible: ko.observable(false) ] Is there a way for me to change giftWrapVisible to true in another different js file (action/check.js) ? submitted by /u/Ok-Outcome-9064 [link] [comments]