Pricelists in ATG - Basic Configurations

Price Lists are created for sites when a contract lists specific pricing that is not promotional pricing or conditional pricing.

In ACC open the tab Pricing and then click on Price Lists.

You will need to check first to insure that a price list hasn’t already been created for your site.

If no folder exists, create new price list folder by first selecting the folder you want your new price list to be placed into and then clicking on the icon at the top right of the screen to create the folder.

When you have the folder selected click on the new folder you have created and then click on New Price List.Type in the Name.

Base price field is optional.

Select the End date and set it as a future date.Click OK.

Now you can set/modify the price for the items you need.

Search for the product: items of type Product whose Name contains (ignore case) name item you want to change.

Enter a new price for the item.SAVE.Click OK.

Now you will have to test your site to insure that the Price list is working correctly.

Basic Configuration

Create a priceList Folder and PriceLists(Sale Prices and List Price minimum),after that set prices for Skus and Products,basically create the list prices and sale prices in Price item of Price Lists Repository ,The Price Lists prices are derived from this,you can also override this,If the sale Price is less than the list price,Application displays the Sale Price and List price to the Customer with List price striked.Customer will be charged for the sale price only.


Implement in your application

Call the PriceDroplet twice
, once for the standard prices and a second time for the sale prices.standard prices is the property configured in the profile->Profile.priceList.
Call PriceRangeDroplet which calculates the lowest and highest prices from the inputs.

Compare the values returned from 
PriceRangeDroplet during the two calls,If they differ, it means that the sale price list returned a lower value than the standard price list, in that case, the sale price range should be rendered along with the standard price range.See the screen shot below.
Also see how to configure Promotions here
 displays sale price and list price in application


Comments

Popular posts from this blog

BCC site status inaccessible Agent Production in error state

Weblogic Issues during EAR Deployment Exception in AppMerge flows progression

DUseSunHttpHandler=true weblogic.net.http.SOAPHttpsURLConnection Weblogic/Java HttpHandler issues