Help with getting things done and fixing problems.
| Topics | Comments |
Posted |
Last comment |
|---|---|---|---|
| Problem adding styles using additional style sheets | 16 | 7 years 3 months ago | 6 years 11 months ago |
| Issue with cache | 5 | 7 years 3 months ago | 6 years 6 months ago |
| Views admin interface not showing labels | 3 | 7 years 3 months ago | 7 years 2 months ago |
| Site name inconsistency between front page and sub-pages Accepted answer | 4 | 7 years 3 months ago | 7 years 3 months ago |
| Broken menu links in the header Accepted answer | 2 | 7 years 3 months ago | 7 years 3 months ago |
| Problems with the 1.11.0 release | 7 | 7 years 2 months ago | 7 years 2 months ago |
| hook_form_alter and missing profile data Accepted answer | 2 | 7 years 2 months ago | 7 years 2 months ago |
| Missing Entity_plus module | 1 | 7 years 2 months ago | 7 years 2 months ago |
| Profile field creation date | 7 | 7 years 2 months ago | 7 years 2 months ago |
| Can't get Home page layout to work | 1 | 7 years 2 months ago | 7 years 2 months ago |
| E-Commerce Solutions for BackdropCMS | 9 | 7 years 2 months ago | 3 years 6 days ago |
| No thumbnails in library | 10 | 7 years 2 months ago | 2 years 7 months ago |
| Content Types and Configuration Management | 1 | 7 years 2 months ago | 7 years 2 months ago |
| Import Users | 10 | 7 years 2 months ago | 5 years 2 weeks ago |
| Full config export/import problem | 3 | 7 years 2 months ago | 7 years 2 months ago |
| jquery ui - how to use | 3 | 7 years 2 months ago | 5 years 10 months ago |
| organic groups or "group module"? | 18 | 7 years 1 month ago | 3 years 2 months ago |
| What modules are used in the "Backdrop Forum"? | 15 | 7 years 1 month ago | 6 years 1 week ago |
| Media content type? | 2 | 7 years 1 month ago | 7 years 1 month ago |
| How to localize registration emails? | 7 | 7 years 1 month ago | 6 years 11 months ago |
| weird 403 errors | 14 | 7 years 1 month ago | 7 years 1 month ago |
| Form submits differently using 'enter' and submit button. | 0 | 7 years 1 month ago | 7 years 1 month ago |
| Adding new profile field takes forever | 4 | 7 years 1 month ago | 7 years 1 month ago |
| For anyone using login toboggan module | 2 | 7 years 1 month ago | 7 years 1 month ago |
| Exactly how are user password fields supposed to work? | 5 | 7 years 1 month ago | 7 years 1 month ago |
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