-
|
If you duplicate a shop (for example you want to use one for development and one for production, or one for preproduction and one for production) you will probably find out that the changes you do on ps_checkout configuration one one shop are replicated on the 2nd shop. This is because the shop contains a unique shop identifier in the ps_configuration table and by duplicating the shop, this data was duplicated too. It is used as shop identifier so having both shops use the same UUID create this situation. To try to avoid this, we wrote article https://help-center.prestashop.com/hc/fr/articles/13394091309074-Associez-une-boutique-%C3%A0-PrestaShop-Account
Now, if you find yourself in this situation, what should you do? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
The identity of the shop relies on the Cloud Shop Identifier. That information is stored both on the shop and in the cloud. The solution is to create a new Identity for the shop. To do so please reach out to the Support team who will proceed. What is important is that the 2 shops have 2 different Cloud Shop Identifiers. They can be connected to the same PrestaShop Account, but we need 2 identities, one for each shop. If you have dev, preprod and prod environments, you'll need 3 identities. |
Beta Was this translation helpful? Give feedback.
The identity of the shop relies on the Cloud Shop Identifier. That information is stored both on the shop and in the cloud. The solution is to create a new Identity for the shop. To do so please reach out to the Support team who will proceed.
What is important is that the 2 shops have 2 different Cloud Shop Identifiers. They can be connected to the same PrestaShop Account, but we need 2 identities, one for each shop. If you have dev, preprod and prod environments, you'll need 3 identities.