Description of the need
The documentation for updates is based around a manual update on the server. However we have an updater in the UI, which many people will use to update Backdrop.
The upcoming release, 1.24.0 includes an update to the .htaccess file in the root directory (likely to have changes) and the .htaccess file in files/ and the release notes for the preview state:
'The .htaccess file has been modified to include settings for PHP 8. (See #5906)'
Site owner who just use the updater might not see these release notes and may not know. @klonos has suggested on Zulip that the updater will only update the core folder so at least customisations won't be broken, but how should they get the updates?
Proposed solution
Site owner should be guided through updating the files without losing their customisations. Not sure how best to do this.
Recent comments
In a blog post titled "Github Tips and Tricks for Contrib Maintainers", I'd like to see some of the following topics: When is the README sufficient for documentation? When should...
Github Tips and Tricks for Contrib Maintainers
Thanks Alejandro. That was the clues I needed.
Ubercart - Programmatically add product to cart and straight to Checkout
Have you tried uc_cart_add_item()? You need to provide the nid of the product. Then you can use backdrop_goto('cart/checkout'); to send the user to the checkout screen. uc_cart_add_item...
Ubercart - Programmatically add product to cart and straight to Checkout