<!--                                                                  -->
<!--  Copyright (C) 2006 RoyaltyShare, Inc.   All Rights Reserved     -->
<!--  $Id$  -->
<!--                                                                  -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:dyn="http://exslt.org/dynamic" extension-element-prefixes="dyn">
    <xsl:output method="html" indent="no" doctype-system="" encoding="utf-8" />
    <xsl:include href="/app/tools/bookpub/templates/help/help_layout.xsl" />
    <xsl:template name="helpHeader">Help - Catalog Tab – View Book Product</xsl:template>
    <xsl:template name="helpPage">
        <p>
            The View Book Product page builds directly on the View Book page. The major elements of the book are retained in the same location where they appear on the View Book page, and product details are listed below a break in the page.
        </p>
        <img src="/production/redesign/images/help/bookpub/{Params/a}/show_book_product.png" class="HelpImage" />
        <p>
            Product details appear as supplied in the catalog data. These details include Product, Release Date, Page Count, Edition, and all Identifiers supplied.
        </p>
        <p>
            Identifiers can include ISBN 13, ISBN 10, and Work ID.
        </p>
        <p>
            Product detail fields are suppressed if information for the field is not supplied for the product. For example, if Edition is not specified, the Edition field will not appear on the page.
        </p>
        <p>
            Below the product details is the price history for the product. Each currency associated with the product has its own unique price history details.
        </p>
        <img src="/production/redesign/images/help/bookpub/{Params/a}/show_book_product-prices.png" class="HelpImage" />
        <p>
            Organized by currency, price history contains the following information:
            <dl>
                <dt>Status information</dt>
                <dd>which designates the Current Price of the product, and notes any forthcoming prices as Pending.</dd>
                <dt>Price</dt>
                <dd>the price of the product in the designated currency.</dd>
                <dt>Effective</dt>
                <dd>the date the price went into effect for the product. This price remains in effect until the next listed effective date, and during that time period it functions as the valid price for sales.</dd>
                <dt>Type</dt>
                <dd>Agency, Agency Plus Tax, RRP or RRP Plus Tax, depending on the price supplied to retailers and the agreement for sale of goods with the retailer.</dd>
                <dt>Country</dt>
                <dd>if specified, the country for which the price is valid. May or may not be within the supply territory for the price.</dd>
            </dl>
        </p>
        <p>
            Prices by currency may be further organized by Supply Territory, the territory or group of territories for which the product is authorized for sale.
        </p>
        <p>
            Supply Territory and Country will be suppressed if no details have been provided.
        </p>
        <p>
            If no price information has been supplied for the product, a message will appear informing the user that price is not available.
        </p>
        <img src="/production/redesign/images/help/bookpub/{Params/a}/show_book_product-no_prices.png" class="HelpImage" />
    </xsl:template>
</xsl:stylesheet>
