Was thinking about how to improve Project Browser, and thought it would be nice to have a "recommended downloads" panel. But how would PB know what to suggest? Let's allow a user to store info about the site at admin/config/system/site-information. Maybe a main field for "Club site" or "church site" or "NGO" etc, then a tag field for subcategories.
If we add that field to the installer, we could even have recommendations for downloads show up right away on the front page, instead of the add content text.
GitHub Issue #:
1543
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