I'm splitting this from https://github.com/backdrop/backdrop-issues/issues/4055 as this is a new feature, so we may want to push to a minor release (I personally have no opinion on that).
This is the respective of Issue #1335424: Title as a select, which was introduced in the 7.x version of the Link module with https://git.drupalcode.org/project/link/commit/0235032
As the "static" Title, I'm proposing a title where the user can select the value from a select dropdown. This is useful when admins want to limit the Title to several values. Eg. Home, Office, School, Other.
Admin form for field:

Entity field widget:

Recent comments
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
No problem, let's see how it evolves. I'd be happy to provide a suggested version if i could. I will keep that in mind and try learn this hook chain hopefully very soon. I will...
File hashing uploads made through TinyMCE