SKU already in use
I just installed commerce on Drupal 8. I created a Store, Product Type, and a few products. When I was creating the products I was often getting an error message that the sku was already in use. If I create a view based on the Product Variations and show "sku" and "Product Variation Title" I the result shows that there are skus that are not associa...
What rule to use to redirect users, unless already redirected?
I'd like users with certain roles to be redirected to the page /civicrm when they login, unless they've already been redirected elsewhere. For example, an email might have a link that directs them to the page /elsewhere. When I tried the module 'login destination' I can only achieve one or the other, never both - either the redirect works but a reg...