Description of the need I just activated the Dashboard module for a group that is hoping to translate their site to Spanish soon and realized how helpful it could be to have translation/language related block(s) in the Dashboard. I'm not 100% certain what it would look like, but to start the conversation:
- Active languages (with number of content items / terms per language?)
- Count/Links to translate content/terms/blocks that has no translation yet
- Count/Links to content where the source was updated after the translation
- ??
GitHub Issue #:
3852
Recent comments
In a blog post titled "Github Tips and Tricks for Contrib Maintainers", I'd like to see some of the following topics: When is the README sufficient for documentation? When should...
Github Tips and Tricks for Contrib Maintainers
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