I have a d8 eCom site using the commerce module. Another person built the site. I looked at the folder structure and I noticed that sites, modules, and themes folders do not exist at the root level. Rather exists at root/web directory. Normally, all my d8 sites have the sites, modules, and themes folders at the root directory.
I am migrating the site to another server. I am running into an issue.
I already have it working and when doing some tests I realized that it only sent the email with the invoice and the order confirmation to the email of the customer who made the purchase.
I would like to know if you can also send an email with the purchase confirmation to the business email.
I want to modify this module, to replace the page rendered by the "cgv" display mode of store types in a modal window. What should I put in code to do this ?
I'm migrating my site to a new theme. I'm using a theme switcher module so that I can build the new pages on production while still keeping the old theme. The new pages have the same URLs as the old pages, but with on small difference, for example:
/products --> old theme URL
/new/products --> new theme URL