Description of the need This is something I don't believe is possible with Views (in Backdrop or Drupal), but that I think would be handy. If you want to create a 'related' block, you can filter results based on matching terms in the current node being viewed (e.g. https://drupal.stackexchange.com/a/205924/16537), but as far as I know you can't do this with other data (e.g. content type).
If I want to have all content on my site show a related block next to it, and have that block show other content of the same type, I have to create separate views' displays for each content type. But if this feature were to be added, I could create just one views' display that would work everywhere.
And ideally the same could be done for other data (e.g. content created in the same month as current node, content scheduled to be published on the same day as current node, content with the same field value as current node, etc.).
Proposed solution Basically a views' filter that lets you compare to the same data on the node being viewed (based on the URL I guess).
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