As a follow-up to #671...
When only one tab is shown (on mobile), having a downwards-pointing arrow when the rest of the tabs are expanded simply does not make any sense to me. Especially in the cases where the active tab is not the first one and we have tabs expanding upwards as well (the ones before the active tab). Can we please change that to an "x" close icon perhaps?
Also having the ellipsis changed to a left-pointing arrow when only one tab is shown does not make sense to me. Can we please change that to an ellipsis for consistency?
...so to summarize: ellipsis for all cases when there are more tabs to be expanded and an "x" close icon when the tabs are expanded (to convey the message that clicking there will actually close the expanded tabs).
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