Hi,
i've 2 stores: "english" and "italiano".
Example: i've a book.
All stores view:
Product Name: il mercante di Venezia
SKU: il mercante di Venezia
Price: 19.90
After that i go in english store and change these three values:
Product Name: the merchant of Venice
SKU: venices merchant
Price: 9.90
so, when a go in italiano store, find this
Product Name: il mercante di venezia
SKU: venices merchant
Price: 9.90
Finally: the changes in price and SKU affect all stores, not the Product Name changes. So, can i set different prices and SKUs in different stores? What's wrong?
@luciano_turchetProduct price can be managed only at website level. Means price will stay the same for the website and you cannot have it different at store or store view level. As you are aware of Magento can have multiple website and each website can have multiple store and views. All the attribute and configuration setting also as defined scope.
Below URL can provide you details information of what all attribute and setting can be defined at what scope level. I'll recommend to go through it to have better understanding around different scope level in Magento.
https://docs.magento.com/m2/ce/user_guide/configuration/scope.html
Problem solved? Please give 'Kudos' and accept 'Answer as Solution'.