It was a long-standing issue with Drupal where users thought they could control the search result display using the 'Search result' view mode, however that view mode served a different purpose (populating the text that ended up in the snippet highlighting the search term(s)) and was recently renamed to reflect said purpose.
That brought up the suggestion though that users should be able to control the search results per content type using view modes. Here is a request for this feature in Drupal 8; I would also like to suggest it for Backdrop.
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