I am making a Drupal 8 fully decoupled app with React as front end.
I need a way to confirm user email addresses after registration.
The email sent by drupal points to the domain of drupal backend.
I need the link with the Front end's (React) domain name.
Is there a way I can alter it to achieve the desired result.
We are willing to use Drupal 8 and Commerce 2 to make our own marketplace. Do you think is possible ? Is Commerce 2 mature enought ?
We noticed that : when you order several products from several shops, you have to check out for each shop... Do you think it's possible to display the order for each shop but have ONE button to checkout wich will call a script that process all tje orders at once and use a system of paiement specialised in marketplace.
I'm trying to set up an ecommerce site using Commerce 2.0 For Drupal 8. Here's a briefly description of the expected behaviour.
A product can have multiple atributes which obviously will make the price different. But in my case there are some Atributes like SIZE or COLOR that have no impact on the product's price. (Product's price is the same if ordering a red, blue or green one)
How can i define those 2 attributes in a way like a Line Item (from the previous version - Commerce 1.0) in order to avoid generating thousants of product variations for nothing?