Follow-up to https://github.com/backdrop/backdrop-issues/issues/940
I decided to create this issue because I was having some trouble deciding how to properly architect a posts view for Backdrop core. The easiest thing to do would be to use a page display. But, in Backdrop would people prefer to have a layout with a block display instead? In either case, do we put a link to this page into the menu by default?
There are some questions that need to be answered around the best way to do this. Opening for discussion.
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