From 0c54c3bb53cbdb9cf7aa053fc1937ee9a0ae0067 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 7 May 2008 22:47:07 +0000 Subject: [PATCH] begin documenting the Product changes in the gotchas.txt file --- docs/gotcha.txt | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/gotcha.txt b/docs/gotcha.txt index 5f7468475..dd4be4773 100644 --- a/docs/gotcha.txt +++ b/docs/gotcha.txt @@ -29,10 +29,17 @@ save you many hours of grief. and delete all Events * The commerce system was completely rewritten. As such you will need - to tweak some settings to get commerce back up and running. + to tweak some settings to get commerce back up and running. * Shipping configurations are going to be lost when you upgrade. You'll - need to set up a shipping option if you're using the commerce system. + need to set up a shipping option if you're using the commerce system. + + * Products in the old Commerce system have been converted to new Asset-based + Products in a new folder called Products. Instead of using the ^Product() + macro to display a Product on a page, either place the Product directly + onto a page (like any other asset) or use the AssetProxy macro. In all + Wobjects, Templates and Snippets, the Product macro has been replaced + with the AssetProxy macro. 7.5.9