Why can't I change “Catalog Price Scope” to “Website”












8















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).



ConfigScope










share|improve this question























  • 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
















8















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).



ConfigScope










share|improve this question























  • 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














8












8








8


1






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).



ConfigScope










share|improve this question














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).



ConfigScope







magento-2.1 configuration scope






share|improve this question













share|improve this question











share|improve this question




share|improve this question










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



















  • 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










3 Answers
3






active

oldest

votes


















1





+100









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
)
)
)
)





share|improve this answer
























  • 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



















0














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.






share|improve this answer































    0














    Check if Stores > Configuration > General > Single-Store Mode is set to Yes. If so change it to No.






    share|improve this answer





















    • 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











    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
    });


    }
    });














    draft saved

    draft discarded


















    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









    1





    +100









    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
    )
    )
    )
    )





    share|improve this answer
























    • 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
















    1





    +100









    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
    )
    )
    )
    )





    share|improve this answer
























    • 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














    1





    +100







    1





    +100



    1




    +100





    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
    )
    )
    )
    )





    share|improve this answer













    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
    )
    )
    )
    )






    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered Apr 18 '17 at 14:52









    B G KavingaB G Kavinga

    1,096410




    1,096410













    • 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

















    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













    0














    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.






    share|improve this answer




























      0














      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.






      share|improve this answer


























        0












        0








        0







        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.






        share|improve this answer













        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.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Apr 20 '17 at 7:12









        TjitseTjitse

        667518




        667518























            0














            Check if Stores > Configuration > General > Single-Store Mode is set to Yes. If so change it to No.






            share|improve this answer





















            • 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
















            0














            Check if Stores > Configuration > General > Single-Store Mode is set to Yes. If so change it to No.






            share|improve this answer





















            • 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














            0












            0








            0







            Check if Stores > Configuration > General > Single-Store Mode is set to Yes. If so change it to No.






            share|improve this answer















            Check if Stores > Configuration > General > Single-Store Mode is set to Yes. If so change it to No.







            share|improve this answer














            share|improve this answer



            share|improve this answer








            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














            • 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


















            draft saved

            draft discarded




















































            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.




            draft saved


            draft discarded














            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





















































            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







            Popular posts from this blog

            What other Star Trek series did the main TNG cast show up in?

            Berlina muro

            Berlina aerponto