Why can't I change “Catalog Price Scope” to “Website”
Using Magento 2.1.5, I am trying to change the Catalog Price Scope
option to Website
from Global
in Stores > Configuration > Catalog > Catalog > Price
, but I cannot as it is disabled.
I have got 2 websites, each with one store and one store view.
Can someone help explain why I cannot change this option under the Default Config
section for the scope. If I change the scope to anything else, I don't even see the option (which makes sense).
magento-2.1 configuration scope
add a comment |
Using Magento 2.1.5, I am trying to change the Catalog Price Scope
option to Website
from Global
in Stores > Configuration > Catalog > Catalog > Price
, but I cannot as it is disabled.
I have got 2 websites, each with one store and one store view.
Can someone help explain why I cannot change this option under the Default Config
section for the scope. If I change the scope to anything else, I don't even see the option (which makes sense).
magento-2.1 configuration scope
I've just upgraded to CE v2.1.6 and the issue is the same there.
– Luke Cousins
Apr 13 '17 at 11:59
Do you have any custom extensions that might touch the catalog module? I didn't find anything that might make the field disabled.
– Marius♦
Apr 18 '17 at 12:20
Thanks @Marius we have a few extensions installed, but none that I think should affect this. We have the BoostMyShop ERP and Infortis theme, but nothing else and I don't see how these should affect the catalog module.
– Luke Cousins
Apr 18 '17 at 12:25
add a comment |
Using Magento 2.1.5, I am trying to change the Catalog Price Scope
option to Website
from Global
in Stores > Configuration > Catalog > Catalog > Price
, but I cannot as it is disabled.
I have got 2 websites, each with one store and one store view.
Can someone help explain why I cannot change this option under the Default Config
section for the scope. If I change the scope to anything else, I don't even see the option (which makes sense).
magento-2.1 configuration scope
Using Magento 2.1.5, I am trying to change the Catalog Price Scope
option to Website
from Global
in Stores > Configuration > Catalog > Catalog > Price
, but I cannot as it is disabled.
I have got 2 websites, each with one store and one store view.
Can someone help explain why I cannot change this option under the Default Config
section for the scope. If I change the scope to anything else, I don't even see the option (which makes sense).
magento-2.1 configuration scope
magento-2.1 configuration scope
asked Apr 13 '17 at 8:55
Luke CousinsLuke Cousins
1187
1187
I've just upgraded to CE v2.1.6 and the issue is the same there.
– Luke Cousins
Apr 13 '17 at 11:59
Do you have any custom extensions that might touch the catalog module? I didn't find anything that might make the field disabled.
– Marius♦
Apr 18 '17 at 12:20
Thanks @Marius we have a few extensions installed, but none that I think should affect this. We have the BoostMyShop ERP and Infortis theme, but nothing else and I don't see how these should affect the catalog module.
– Luke Cousins
Apr 18 '17 at 12:25
add a comment |
I've just upgraded to CE v2.1.6 and the issue is the same there.
– Luke Cousins
Apr 13 '17 at 11:59
Do you have any custom extensions that might touch the catalog module? I didn't find anything that might make the field disabled.
– Marius♦
Apr 18 '17 at 12:20
Thanks @Marius we have a few extensions installed, but none that I think should affect this. We have the BoostMyShop ERP and Infortis theme, but nothing else and I don't see how these should affect the catalog module.
– Luke Cousins
Apr 18 '17 at 12:25
I've just upgraded to CE v2.1.6 and the issue is the same there.
– Luke Cousins
Apr 13 '17 at 11:59
I've just upgraded to CE v2.1.6 and the issue is the same there.
– Luke Cousins
Apr 13 '17 at 11:59
Do you have any custom extensions that might touch the catalog module? I didn't find anything that might make the field disabled.
– Marius♦
Apr 18 '17 at 12:20
Do you have any custom extensions that might touch the catalog module? I didn't find anything that might make the field disabled.
– Marius♦
Apr 18 '17 at 12:20
Thanks @Marius we have a few extensions installed, but none that I think should affect this. We have the BoostMyShop ERP and Infortis theme, but nothing else and I don't see how these should affect the catalog module.
– Luke Cousins
Apr 18 '17 at 12:25
Thanks @Marius we have a few extensions installed, but none that I think should affect this. We have the BoostMyShop ERP and Infortis theme, but nothing else and I don't see how these should affect the catalog module.
– Luke Cousins
Apr 18 '17 at 12:25
add a comment |
3 Answers
3
active
oldest
votes
Check env.php for config setting overrides. I suspect you might have something like below in your env.php
'system' =>
array(
'default' =>
array(
'catalog' =>
array(
'price' =>
array(
'scope' => 0
)
)
)
)
Thanks, yes, this solved it. It was actually inapp/etc/config.local.php
and I could change the value there, or comment out the section completely and then make the changes within the admin panel. Really appreciate the help. Thanks again.
– Luke Cousins
Apr 21 '17 at 9:28
add a comment |
Do you have a staging site available? You can test if can change/add the value to the core_config_data table, that might solve it.
Also maybe this is caused by a third module. You can check all the modules via the command line with php bin/magento module:status
and then disable all the third party modules with php bin/magento module:disable module_name
and see if this solves your problem.
Both measures should be not be tried on live shops.
add a comment |
Check if Stores > Configuration > General > Single-Store Mode
is set to Yes
. If so change it to No
.
1
I don't think this is it. When single store mode is enabled you cannot even see the product price scope dropdown.
– Marius♦
Apr 18 '17 at 12:16
Thanks, but @Marius is right, it is set to "No".
– Luke Cousins
Apr 18 '17 at 12:22
@Marius true but this was the only element I could find that changes something in this field.
– Zefiryn
Apr 18 '17 at 12:24
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "479"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f170037%2fwhy-cant-i-change-catalog-price-scope-to-website%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Check env.php for config setting overrides. I suspect you might have something like below in your env.php
'system' =>
array(
'default' =>
array(
'catalog' =>
array(
'price' =>
array(
'scope' => 0
)
)
)
)
Thanks, yes, this solved it. It was actually inapp/etc/config.local.php
and I could change the value there, or comment out the section completely and then make the changes within the admin panel. Really appreciate the help. Thanks again.
– Luke Cousins
Apr 21 '17 at 9:28
add a comment |
Check env.php for config setting overrides. I suspect you might have something like below in your env.php
'system' =>
array(
'default' =>
array(
'catalog' =>
array(
'price' =>
array(
'scope' => 0
)
)
)
)
Thanks, yes, this solved it. It was actually inapp/etc/config.local.php
and I could change the value there, or comment out the section completely and then make the changes within the admin panel. Really appreciate the help. Thanks again.
– Luke Cousins
Apr 21 '17 at 9:28
add a comment |
Check env.php for config setting overrides. I suspect you might have something like below in your env.php
'system' =>
array(
'default' =>
array(
'catalog' =>
array(
'price' =>
array(
'scope' => 0
)
)
)
)
Check env.php for config setting overrides. I suspect you might have something like below in your env.php
'system' =>
array(
'default' =>
array(
'catalog' =>
array(
'price' =>
array(
'scope' => 0
)
)
)
)
answered Apr 18 '17 at 14:52
B G KavingaB G Kavinga
1,096410
1,096410
Thanks, yes, this solved it. It was actually inapp/etc/config.local.php
and I could change the value there, or comment out the section completely and then make the changes within the admin panel. Really appreciate the help. Thanks again.
– Luke Cousins
Apr 21 '17 at 9:28
add a comment |
Thanks, yes, this solved it. It was actually inapp/etc/config.local.php
and I could change the value there, or comment out the section completely and then make the changes within the admin panel. Really appreciate the help. Thanks again.
– Luke Cousins
Apr 21 '17 at 9:28
Thanks, yes, this solved it. It was actually in
app/etc/config.local.php
and I could change the value there, or comment out the section completely and then make the changes within the admin panel. Really appreciate the help. Thanks again.– Luke Cousins
Apr 21 '17 at 9:28
Thanks, yes, this solved it. It was actually in
app/etc/config.local.php
and I could change the value there, or comment out the section completely and then make the changes within the admin panel. Really appreciate the help. Thanks again.– Luke Cousins
Apr 21 '17 at 9:28
add a comment |
Do you have a staging site available? You can test if can change/add the value to the core_config_data table, that might solve it.
Also maybe this is caused by a third module. You can check all the modules via the command line with php bin/magento module:status
and then disable all the third party modules with php bin/magento module:disable module_name
and see if this solves your problem.
Both measures should be not be tried on live shops.
add a comment |
Do you have a staging site available? You can test if can change/add the value to the core_config_data table, that might solve it.
Also maybe this is caused by a third module. You can check all the modules via the command line with php bin/magento module:status
and then disable all the third party modules with php bin/magento module:disable module_name
and see if this solves your problem.
Both measures should be not be tried on live shops.
add a comment |
Do you have a staging site available? You can test if can change/add the value to the core_config_data table, that might solve it.
Also maybe this is caused by a third module. You can check all the modules via the command line with php bin/magento module:status
and then disable all the third party modules with php bin/magento module:disable module_name
and see if this solves your problem.
Both measures should be not be tried on live shops.
Do you have a staging site available? You can test if can change/add the value to the core_config_data table, that might solve it.
Also maybe this is caused by a third module. You can check all the modules via the command line with php bin/magento module:status
and then disable all the third party modules with php bin/magento module:disable module_name
and see if this solves your problem.
Both measures should be not be tried on live shops.
answered Apr 20 '17 at 7:12
TjitseTjitse
667518
667518
add a comment |
add a comment |
Check if Stores > Configuration > General > Single-Store Mode
is set to Yes
. If so change it to No
.
1
I don't think this is it. When single store mode is enabled you cannot even see the product price scope dropdown.
– Marius♦
Apr 18 '17 at 12:16
Thanks, but @Marius is right, it is set to "No".
– Luke Cousins
Apr 18 '17 at 12:22
@Marius true but this was the only element I could find that changes something in this field.
– Zefiryn
Apr 18 '17 at 12:24
add a comment |
Check if Stores > Configuration > General > Single-Store Mode
is set to Yes
. If so change it to No
.
1
I don't think this is it. When single store mode is enabled you cannot even see the product price scope dropdown.
– Marius♦
Apr 18 '17 at 12:16
Thanks, but @Marius is right, it is set to "No".
– Luke Cousins
Apr 18 '17 at 12:22
@Marius true but this was the only element I could find that changes something in this field.
– Zefiryn
Apr 18 '17 at 12:24
add a comment |
Check if Stores > Configuration > General > Single-Store Mode
is set to Yes
. If so change it to No
.
Check if Stores > Configuration > General > Single-Store Mode
is set to Yes
. If so change it to No
.
edited 2 mins ago
Rakesh Donga
1,053212
1,053212
answered Apr 18 '17 at 11:54
ZefirynZefiryn
4,54321727
4,54321727
1
I don't think this is it. When single store mode is enabled you cannot even see the product price scope dropdown.
– Marius♦
Apr 18 '17 at 12:16
Thanks, but @Marius is right, it is set to "No".
– Luke Cousins
Apr 18 '17 at 12:22
@Marius true but this was the only element I could find that changes something in this field.
– Zefiryn
Apr 18 '17 at 12:24
add a comment |
1
I don't think this is it. When single store mode is enabled you cannot even see the product price scope dropdown.
– Marius♦
Apr 18 '17 at 12:16
Thanks, but @Marius is right, it is set to "No".
– Luke Cousins
Apr 18 '17 at 12:22
@Marius true but this was the only element I could find that changes something in this field.
– Zefiryn
Apr 18 '17 at 12:24
1
1
I don't think this is it. When single store mode is enabled you cannot even see the product price scope dropdown.
– Marius♦
Apr 18 '17 at 12:16
I don't think this is it. When single store mode is enabled you cannot even see the product price scope dropdown.
– Marius♦
Apr 18 '17 at 12:16
Thanks, but @Marius is right, it is set to "No".
– Luke Cousins
Apr 18 '17 at 12:22
Thanks, but @Marius is right, it is set to "No".
– Luke Cousins
Apr 18 '17 at 12:22
@Marius true but this was the only element I could find that changes something in this field.
– Zefiryn
Apr 18 '17 at 12:24
@Marius true but this was the only element I could find that changes something in this field.
– Zefiryn
Apr 18 '17 at 12:24
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f170037%2fwhy-cant-i-change-catalog-price-scope-to-website%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
I've just upgraded to CE v2.1.6 and the issue is the same there.
– Luke Cousins
Apr 13 '17 at 11:59
Do you have any custom extensions that might touch the catalog module? I didn't find anything that might make the field disabled.
– Marius♦
Apr 18 '17 at 12:20
Thanks @Marius we have a few extensions installed, but none that I think should affect this. We have the BoostMyShop ERP and Infortis theme, but nothing else and I don't see how these should affect the catalog module.
– Luke Cousins
Apr 18 '17 at 12:25