As a follow-up to https://github.com/backdrop/backdrop-issues/issues/494#issuecomment-6787...
Proposals for how to indicate that a module is new: - add a JS toggle (checkbox) for "Show new modules" - list the new modules again, separately, at the very top of the page
I was working on this same thing in D8 and here are the related issues: https://www.drupal.org/node/1355526 (which we should already have in Backdrop) https://www.drupal.org/node/538904 (no real ocnsensus on filter vs grouping for new)
Recent comments
Hey there! That error message is definitely a head-scratcher. Even though you uninstalled Views, it sounds like something is still referencing a Views-related constant. Maybe a custom module or...
VIEWS_STORAGE_OVERRIDE
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