Table of Contents

Global Changes: Changing Multiple Products at Once

What it Does

ProductCart makes it easy and fast for store administrators to change product-specific across multiple products at the same time. To access this feature, select Global Changes from the Products menu. The window is divided into two sections, which are described below.

Changes applied via the Global Changes feature cannot be undone, and therefore this feature should be used with caution. Changes can typically be undone when using the Product Import Wizard to update existing product information, as ProductCart keeps a log of the changes.

Select the products...

The top area of the page allows you to filter the product database so that you temporarily group the products that you need to modify. You can use one of the following filters. Select All if you wish to apply the change to all products in your store, but please be advised that changes applied to the entire product catalog can take several minutes to take place if your store includes thousands of products.

Select the global change...

The bottom area allows you to specify which change should be applied to the selected products. You can select one of the following changes:

Reviewing and Executing your Global Changes

Next, click on the Submit button to verify the changes that you are about to make to the store catalog. The Global Change Confirmation page will be displayed. It lists how many products will be affected by the change, what type of change is being applied, and what filter was used to select these products.

If the information contained on this page appears to be correct, click on the Continue button to run the global change script. If you need to edit the product selection criteria or the change details, click on the Back button.

After running the update script, ProductCart will display a summary page.

Be extra careful when using this feature as changes are sometimes difficult to undo, and may affect a large number of products in your store catalog. If you need to undo a global change, the only way to do so is to use the exact same product filtering criteria, and opposite change details (e.g. if the online price was increased by $10 for some products, you can decrease it by the same amount). Percentage changes are difficult to undo because the percentage is calculated on the new value (e.g. increasing 10 by 5% is not the same as decreasing 10.5 by 5%).

Categories shown

The category drop-down menu in the ”Select the products…” section of the Global Changes page only displays categories that contain products. All categories that do not contain any products are hidden. This is done to reduce the number of categories listed in the drop-down menu, which could otherwise be very large in stores with a large product catalog.

If you prefer to include all categories - so that you can select a parent category and include all of its subcategories by using the “Include sub-categories” feature - you can do so by performing a small code change in the file pcadmin/globalChanges.asp:

Locate the code:

cat_Type="1"

… and change it to:

cat_Type="0"