API
The Gcore Customer Portal is being updated. Screenshots may not show the current version.
Reseller Support
Reseller Support
Chosen image
Home/Reseller Support/Manuals/Global visibility

Configure global visibility of products

You can configure global visibility in the "Settings" section, "Products" tab of the Admin Portal.

Services tab

As the result of switching the global product visibility from OFF to ON a product is activated for all customers, except customers with individual settings for this product.

Switching the global product visibility from ON to OFF for a product without individual settings is allowed or prohibited depending on the product's status.

1. It is allowed to disable a product if it's in the "New", "Trialend", "Paused", or "Deleted" statuses. As a result:

  • A product becomes inactive in personal visibility settings.
  • All settings for this product become inactive in the product tab (Accounts > Account ID > Product).
  • Disabled products are not displayed in the customer's Customer Portal.

2. It is allowed to disable a product if a product is in "Trial" or "Active" statuses. Switch its status to "Trialend" or "Paused" before disabling the product and then try again.

settings

For a newly created customer are available all the products set in the global visibility settings.

Was this article helpful?

// // Initialize a variable to undefined initially. // var growthBook = undefined; // (function() { // try { // var script = document.createElement('script'); // script.src = "https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js"; // script.setAttribute("data-api-host", "https://cdn.growthbook.io"); // script.setAttribute("data-client-key", "sdk-truekA5wvhMYaqsu"); // document.head.appendChild(script); // script.onload = function() { // console.log("GrowthBook script loaded successfully."); // growthBook = window.GrowthBook; // Assuming GrowthBook attaches itself to window // }; // script.onerror = function() { // console.error("Failed to load the GrowthBook script."); // growthBook = undefined; // Explicitly set to undefined on error // }; // } catch (error) { // console.error("An error occurred while setting up the GrowthBook script:", error); // growthBook = undefined; // } // })(); // // Optional: Push to dataLayer if needed // window.dataLayer = window.dataLayer || []; // window.dataLayer.push({ // 'event': 'scriptLoadStatus', // 'growthBookStatus': growthBook ? "Loaded" : "Failed" // });