Page MenuHomeIn-Portal Phabricator

in-commerce
No OneTemporary

File Metadata

Created
Thu, Feb 27, 1:48 PM

in-commerce

Index: branches/RC/themes/default2009/in-commerce/index.tpl
===================================================================
--- branches/RC/themes/default2009/in-commerce/index.tpl (revision 11512)
+++ branches/RC/themes/default2009/in-commerce/index.tpl (nonexistent)
@@ -1,97 +0,0 @@
-<!--## PAGE TITLE ELEMENT ##-->
-<inp2:m_DefineElement name="page_title">
- <inp2:m_include template="platform/elements/title_bar.elm"/>
-</inp2:m_DefineElement>
-<!--## //PAGE TITLE ELEMENT ##-->
-
-<!--## SIDE-BAR ELEMENT ##-->
-<inp2:m_DefineElement name="sidebar">
- <div class="movable-element">
- <inp2:m_RenderElement name="in-commerce/elements/side_boxes/cart_indicator.elm" design="blue_box" data_exists="1"/>
- </div>
- <div class="movable-element">
- <inp2:m_RenderElement name="in-commerce/elements/side_boxes/categories.elm" design="blue_box" data_exists="1"/>
- </div>
- <div class="movable-element">
- <inp2:m_RenderElement name="platform/elements/side_boxes/login.elm" design="blue_box"/>
- </div>
- <div class="movable-element">
- <inp2:m_RenderElement name="platform/elements/side_boxes/search.elm" design="blue_box"/>
- </div>
- <div class="movable-element">
- <inp2:m_RenderElement name="in-commerce/elements/side_boxes/credit_cards.elm" design="blue_box"/>
- </div>
- <div class="movable-element">
- <inp2:m_RenderElement name="in-commerce/elements/side_boxes/pick_products.elm" design="blue_box" data_exists="1"/>
- </div>
-</inp2:m_DefineElement>
-<!--## /SIDE-BAR ELEMENT ##-->
-
-<!--## MAIN CONTENT ##-->
-<inp2:m_DefineElement name="content">
-
-<div class="movable-element">
- <inp2:m_include template="platform/elements/navigation_bar.elm"/>
-</div>
-
- <!--## IF IN-COMMERCE HOME PAGE ##-->
- <inp2:m_if check="p_IsModuleHome">
- <div class="movable-element">
- <inp2:m_include template="in-commerce/elements/content_boxes/featured_products.elm"/>
- </div>
- <div class="movable-element">
- <inp2:m_include template="in-commerce/elements/content_boxes/new_products.elm"/>
- </div>
- <div class="movable-element">
- <inp2:m_include template="in-commerce/elements/content_boxes/pick_products.elm"/>
- </div>
- <inp2:m_else/>
- <!--## /IF IN-COMMERCE HOME PAGE ##-->
-
- <div class="movable-element">
- <inp2:m_include template="platform/elements/content_boxes/sub_categories.elm"/>
- </div>
-
- <div class="movable-element">
- <!-- Category Products List -->
- <inp2:m_RenderElement design="content_box" block_no_data="no_products">
- <inp2:p_InitList list_name="products_in_category" />
-
- <inp2:m_Capture to_var="header">
- <inp2:m_phrase name="lu_title_Products"/> (<inp2:p_TotalRecords list_name="products_in_category"/>)
- </inp2:m_Capture>
-
- <inp2:m_include template="in-commerce/elements/sorting.elm" list_name="products_in_category"/>
-
- <inp2:m_include template="in-commerce/designs/products.elm"/>
-
- <table class="fullwidth table-border">
- <inp2:p_ListProducts list_name="products_in_category" render_as="product_element"/>
- </table>
-
- <inp2:m_include template="platform/elements/pagination.elm" prefix="p" list_name="products_in_category"/>
- </inp2:m_RenderElement>
- <!-- // Category Products List -->
- </div>
-
- <!--## RELATED CATEGORIES ##-->
- <!--##
- <div class="movable-element">
- <inp2:m_RenderElement design="content_box" related_to="Category" data_exists="1">
- <inp2:m_Capture to_var="header">
- <inp2:m_Phrase label="lu_title_RelatedCategories"/>
- </inp2:m_Capture>
-
- <inp2:m_include template="platform/elements/content_boxes/related_items.elm" related_to="$related_to" />
- </inp2:m_RenderElement>
- </div>
- ##-->
- <!--## // RELATED CATEGORIES ##-->
-
- </inp2:m_if>
-</inp2:m_DefineElement>
-<!--## /MAIN CONTENT ##-->
-
-<!--## DESIGN TEMPLATE ##-->
-<inp2:m_include template="platform/designs/default_design.des" pass_params="1"/>
-<!--## /DESIGN TEMPLATE ##-->
\ No newline at end of file
Property changes on: branches/RC/themes/default2009/in-commerce/index.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.6
\ No newline at end of property
Index: branches/RC/themes/default2009/in-commerce/detail.tpl
===================================================================
--- branches/RC/themes/default2009/in-commerce/detail.tpl (revision 11512)
+++ branches/RC/themes/default2009/in-commerce/detail.tpl (nonexistent)
@@ -1,296 +0,0 @@
-<inp2:p_AddToRecent /> <!--## ADD CURRENT PRODUCT TO RECENTLY VIEWED PRODUCTS ##-->
-
-<!--## PAGE TITLE ELEMENT ##-->
-<inp2:m_DefineElement name="page_title">
- <inp2:p_Field name="Name"/>
-</inp2:m_DefineElement>
-<!--## //PAGE TITLE ELEMENT ##-->
-
-<!--## SIDE-BAR ELEMENT ##-->
-<inp2:m_DefineElement name="sidebar">
- <div class="movable-element">
- <inp2:m_RenderElement name="in-commerce/elements/side_boxes/cart_indicator.elm" design="blue_box" data_exists="1"/>
- </div>
- <div class="movable-element">
- <inp2:m_RenderElement name="in-commerce/elements/side_boxes/categories.elm" data_exists="1" design="blue_box"/>
- </div>
- <div class="movable-element">
- <inp2:m_RenderElement name="platform/elements/side_boxes/login.elm" design="blue_box"/>
- </div>
- <div class="movable-element">
- <inp2:m_RenderElement name="platform/elements/side_boxes/search.elm" design="blue_box"/>
- </div>
- <div class="movable-element">
- <inp2:m_RenderElement name="in-commerce/elements/side_boxes/action_box.elm" item_actions="1" design="blue_box"/>
- </div>
-</inp2:m_DefineElement>
-<!--## /SIDE-BAR ELEMENT ##-->
-
-<!--## MAIN CONTENT ##-->
-<inp2:m_DefineElement name="content">
-
-<div class="movable-element">
- <inp2:m_include template="platform/elements/navigation_bar.elm" titles="__item__" templates="__default__" show_category="1"/>
-</div>
-
-<div class="movable-element">
- <!-- Product Details -->
- <inp2:m_RenderElement design="content_box">
- <inp2:m_Capture to_var="header">
- <inp2:m_phrase name="lu_title_ProductDetails"/>
- </inp2:m_Capture>
-
- <table class="fullwidth table-border">
- <tr>
- <td class="item-padding">
- <img src="<inp2:m_TemplatesBase module="In-Commerce"/>img/shopping_cart_item.gif" alt=""/> <span class="text-title"><inp2:p_Field name="Name"/></span>
-
- <inp2:m_if check="p_Field" name="IsHot"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_hot.gif" alt="<inp2:m_phrase name="lu_Hot"/>"/></inp2:m_if>
- <inp2:m_if check="p_Field" name="IsNew"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_new.gif" alt="<inp2:m_phrase name="lu_New"/>"/></inp2:m_if>
- <inp2:m_if check="p_Field" name="IsPop"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_popular.gif" alt="<inp2:m_phrase name="lu_Pop"/>"/></inp2:m_if>
- <inp2:m_if check="p_IsEditorsPick"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_pick.gif" alt="<inp2:m_phrase name="lu_Pick"/>"/></inp2:m_if>
- <inp2:m_if check="p_IsFavorite"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_favorite.gif" alt="<inp2:m_phrase name="lu_Favorite"/>"/></inp2:m_if>
-
- <inp2:p_VotesIndicator render_as="rating_element"/>
-
- <br />
- <br />
-
- <table>
- <tr>
- <td style="text-align: center; padding-right: 10px;" valign="top">
- <!--## Check if image exists ##-->
- <inp2:m_if check="p_ImageSrc" MaxWidth="fullsize">
- <a href="<inp2:p_ImageSrc DefaultImage="platform/img/no_picture.gif" format="resize:450x450;wm:platform/img/logo_watermark.png|-1|-1"/>" class="thickbox" rel="product-images" title="<inp2:p_Field name='Name' html_escape='1'/>">
- <inp2:p_Image render_as="image_element" Primary="1" MaxWidth="thumbnail" DefaultWidth="150" DefaultImage="platform/img/no_picture.gif" align="center"/><br />
- </a>
- <!--## Check if image exists ##-->
- <inp2:m_else/>
- <inp2:p_Image render_as="image_element" Primary="1" MaxWidth="thumbnail" DefaultWidth="150" DefaultImage="platform/img/no_picture.gif" align="center"/><br />
- </inp2:m_if>
- <br />
-
- <inp2:m_if check="p_HasAdditionalImages">
- <a href="<inp2:p_ProductLink template="__default__" />#images"><inp2:m_Phrase label="lu_btn_MoreImages"/></a>
- <br /><br />
- </inp2:m_if>
-
- <span class="product-price-large"><inp2:p_Field name="Price" currency="selected"/></span><br /><br />
-
- <inp2:m_if check="p_Available">
- <inp2:m_if check="p_ShouldListOptions" required_only="1"><inp2:m_else/>
- <input class="button" onclick=" window.location.href='<inp2:p_AddToCartLink template="in-commerce/checkout/shop_cart" product_template="__default__"/>' " type="button" value="<inp2:m_Phrase label="lu_comm_BuyNow"/>" />
- </inp2:m_if>
- <inp2:m_else />
- <strong><inp2:m_phrase label="lu_comm_outofstock"/></strong>
- </inp2:m_if>
- </td>
- <td valign="top">
- <strong><inp2:m_phrase label="lu_Added"/>:</strong> <inp2:p_field field="CreatedOn_date" format="_regional_DateFormat"/><br />
- <strong><inp2:m_phrase label="lu_Hits"/>:</strong> <inp2:p_field field="Hits"/><br />
- <strong><inp2:m_phrase label="lu_Reviews"/>:</strong> <inp2:p_field field="CachedReviewsQty"/>
-
- <a href="<inp2:p_ProductLink template="in-commerce/products/add_review"/>"><inp2:m_phrase name="lu_btn_AddReview"/></a><br />
- <strong><inp2:m_phrase label="lu_Rating"/>:</strong> <inp2:p_field field="CachedRating"/> (<inp2:m_phrase label="lu_Votes"/>: <inp2:p_field field="CachedVotesQty"/>)
-
- <a href="<inp2:p_ProductLink template="in-commerce/products/add_review"/>"><inp2:m_phrase name="lu_btn_RateThisProduct"/></a><br />
-
- <br />
-
- <inp2:m_if check="p_Field" name="SKU">
- <strong><inp2:m_Phrase label="lu_fld_SKU"/>:</strong> <inp2:p_field name="SKU"/><br />
- </inp2:m_if>
-
- <inp2:m_if check="p_Field" name="ManufacturerId">
- <strong><inp2:m_Phrase label="lu_fld_Manufacturer"/>:</strong> <inp2:p_field name="ManufacturerId"/> (<inp2:m_Phrase label="lu_comm_OtherProductsBy"/> <a href="<inp2:p_ManufacturerLink template="in-commerce/products/manufacturer_products" />"><inp2:p_Field name="ManufacturerId"/></a> <inp2:m_Phrase label="lu_comm_OtherProducts"/>) <br />
- </inp2:m_if>
-
- <inp2:m_if check="p_Field" name="MSRP">
- <strong><inp2:m_Phrase label="lu_fld_MSRP"/>:</strong> <span class="product-price-msrp"><inp2:p_Field name="MSRP" currency="selected"/></span> <br />
- </inp2:m_if>
-
- <strong><inp2:m_Phrase label="lu_fld_OurPrice"/>: <span class="product-price"><inp2:p_Field name="Price" currency="selected"/></span></strong> <br />
-
- <inp2:m_if check="p_Savings">
- <strong><inp2:m_Phrase label="lu_fld_YouSave"/>: <span class="product-price"><inp2:p_Savings currency="selected" /> (<inp2:p_Savings type="percent"/>%)</span></strong><br/>
- </inp2:m_if>
- <br />
-
- <inp2:m_if check="p_CustomField" name="Availability">
- <strong><inp2:p_CustomFieldLabel field="Availability"/>:</strong>
- <inp2:p_CustomField name="Availability"/>
- <br />
- <br />
- </inp2:m_if>
-
- <inp2:m_if check="p_HasQuantityPricing">
- <inp2:m_if check="p_IsTangible">
- <table>
- <tr>
- <td colspan="2" class="block-header">
- <inp2:m_Phrase label="lu_comm_QuantityPricing"/>
- </td>
- </tr>
- <tr class="cart-header">
- <td>
- <inp2:m_Phrase label="lu_comm_Quantity"/>
- </td>
- <td>
- <inp2:m_Phrase label="lu_comm_Price"/>
- </td>
- </tr>
- <inp2:m_DefineElement name="price_bracket">
- <tr class="cart-item-small">
- <td>
- <inp2:Field name="MinQty"/> - <inp2:Field name="MaxQty"/>
- </td>
- <td>
- <inp2:m_if check="Field" name="Negotiated">
- <a href="mailto:<inp2:conf_ConfigValue name="Comm_Contacts_Email"/>"><inp2:conf_ConfigValue name="Comm_Contacts_Email"/></a>
- <inp2:m_else/>
- <inp2:Field name="Price" currency="selected"/>
- </inp2:m_if>
- </td>
- </tr>
- </inp2:m_DefineElement>
- <inp2:p_ListPriceBrackets render_as="price_bracket"/>
- </table>
- <br />
- </inp2:m_if>
-
- <inp2:m_if check="p_IsSubscription">
- <table>
- <tr>
- <td colspan="3" class="block-header">
- <inp2:m_Phrase label="lu_comm_Pricing"/>
- </td>
- </tr>
- <tr class="cart-header">
- <td>
- <inp2:m_Phrase label="lu_comm_AccessDuration"/>
- </td>
- <td>
- <inp2:m_Phrase label="lu_comm_Price"/>
- </td>
- <td>&nbsp;
-
- </td>
- </tr>
- <inp2:m_DefineElement name="access_price_bracket">
- <tr class="cart-item-small">
- <td>
- <inp2:Field name="AccessDuration"/> <inp2:Field name="AccessUnit"/>
- <br />
- <small><inp2:Field name="Description"/></small>
- </td>
- <td>
- <inp2:Field name="Price" currency="selected"/>
- </td>
- <td>
- <a href="<inp2:AddToCartLink template="in-commerce/checkout/shop_cart" product_template="__default__"/>"><img src="<inp2:m_TemplatesBase module="In-Commerce"/>img/buy2.gif" alt="<inp2:m_Phrase label="lu_comm_BuyNow"/>" width="15" height="17" border="0" /></a>
- </td>
- </tr>
- </inp2:m_DefineElement>
- <inp2:p_ListPriceBrackets render_as="access_price_bracket"/>
- </table>
- <br />
- </inp2:m_if>
- </inp2:m_if>
-
- <inp2:m_include template="in-commerce/products/form_options.elm"/>
-
- <inp2:m_if check="p_Field" name="Description">
- <strong><inp2:m_Phrase label="lu_fld_Description"/>:</strong> <inp2:p_Field name="Description"/> <br />
- </inp2:m_if>
-
- <br />
- <inp2:m_if check="p_CustomField" name="Features">
- <strong><inp2:p_CustomFieldLabel field="Features"/>:</strong>
- <inp2:p_CustomField name="Features"/>
- <br />
- <br />
- </inp2:m_if>
-
- <inp2:m_if check="p_IsFavorite">
- <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/ic_removefromfav.gif" width="11" height="10" alt="" /> <a class="item-action" href="<inp2:p_FavoriteToggleLink/>"><inp2:m_phrase name="lu_btn_RemoveFromWishList"/></a>
- <inp2:m_else/>
- <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/ic_addtofav.gif" width="11" height="10" alt="" /> <a class="item-action" href="<inp2:p_FavoriteToggleLink template="platform/my_account/my_favorites"/>"><inp2:m_phrase name="lu_btn_AddToWishList"/></a>
- </inp2:m_if>
- </td>
- </tr>
- </table>
-
- <br />
- <inp2:m_if check="p_HasAdditionalImages">
- <!--## ADDITIONAL IMAGE ELEMENT ##-->
- <inp2:m_DefineElement name="additional_image_element">
- <td>
- <a href="<inp2:ImageSrc format="resize:450x450;wm:platform/img/logo_watermark.png|-1|-1"/>" class="thickbox" rel="product-images" title="<inp2:m_param name="alt"/>">
- <img src="<inp2:m_param name="img_path"/>" title="<inp2:m_param name="alt"/>" alt="<inp2:m_param name="alt"/>" <inp2:m_param name="img_size"/> border="0" /><br />
- </a>
- </td>
- <inp2:m_if check="m_Param" name="not_last">
- <td>
- <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="8" height="1" alt="" />
- </td>
- </inp2:m_if>
- </inp2:m_DefineElement>
- <!--## /ADDITIONAL IMAGE ELEMENT ##-->
-
- <a name="images"></a>
-
- <inp2:m_RenderElement name="subsection" title="lu_section_AdditionalImages"/>
- <table>
- <tr>
- <inp2:p_ListImages render_as="additional_image_element" types="additional" per_page="-1" no_table="1" MaxWidth="thumbnail" DefaultWidth="150" DefaultImage="platform/img/no_picture.gif"/>
- </tr>
- </table>
- </inp2:m_if>
- </td>
- </tr>
- </table>
- </inp2:m_RenderElement>
- <!-- // Product Details -->
-</div>
-
-<div class="movable-element">
- <!-- Product Reviews -->
- <inp2:m_DefineElement name="no_reviews">
- <inp2:m_phrase name="lu_NoReviews"/>
- </inp2:m_DefineElement>
-
- <inp2:m_RenderElement design="content_box" data_exists="1" block_no_data="no_reviews">
- <inp2:m_Capture to_var="header">
- <inp2:m_phrase name="lu_section_Reviews"/> (<inp2:p-rev_TotalRecords/>)
- </inp2:m_Capture>
-
- <table>
- <inp2:p-rev_PrintList render_as="review_element"/>
- </table>
- <inp2:m_include template="platform/elements/pagination.elm" prefix="p-rev"/>
- </inp2:m_RenderElement>
- <!-- // Product Reviews -->
-</div>
-
-<div class="movable-element">
- <a name="related"></a>
- <inp2:m_include template="in-commerce/elements/content_boxes/related_products.elm"/>
-
-
- <!--## RELATED TO PRODUCT ITEMS ##-->
- <inp2:m_RenderElement design="content_box" related_to="Product" data_exists="1">
- <inp2:m_Capture to_var="header">
- <inp2:m_Phrase label="lu_title_RelatedItems"/>
- </inp2:m_Capture>
-
- <inp2:m_ModuleInclude template="elements/content_boxes/related_items.elm" related_to="$related_to" skip_prefixes="p" />
- </inp2:m_RenderElement>
- <!--## // RELATED TO PRODUCT ITEMS ##-->
-</div>
-
-</inp2:m_DefineElement>
-<!--## /MAIN CONTENT ##-->
-
-<!--## DESIGN TEMPLATE ##-->
-<inp2:m_include template="platform/designs/default_design.des" pass_params="1"/>
-<!--## /DESIGN TEMPLATE ##-->
\ No newline at end of file
Property changes on: branches/RC/themes/default2009/in-commerce/detail.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.6
\ No newline at end of property
Index: branches/RC/themes/default2009/in-commerce/module_info.xml
===================================================================
--- branches/RC/themes/default2009/in-commerce/module_info.xml (revision 11512)
+++ branches/RC/themes/default2009/in-commerce/module_info.xml (revision 11513)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<module_info>
- <category_template>in-commerce/store/category</category_template>
- <item_template>in-commerce/detail</item_template>
+ <section_design_template>in-commerce/designs/section</section_design_template>
+ <item_design_template>in-commerce/designs/detail</item_design_template>
</module_info>
\ No newline at end of file
Property changes on: branches/RC/themes/default2009/in-commerce/module_info.xml
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.1.2.1
\ No newline at end of property
+1.1.2.2
\ No newline at end of property
Index: branches/RC/themes/default2009/in-commerce/my_account/my_downloads_more.tpl
===================================================================
--- branches/RC/themes/default2009/in-commerce/my_account/my_downloads_more.tpl (revision 11512)
+++ branches/RC/themes/default2009/in-commerce/my_account/my_downloads_more.tpl (revision 11513)
@@ -1,90 +1,90 @@
<inp2:m_RequireLogin login_template="platform/login/register"/> <!--## LOGIN REQUIRED ##-->
<inp2:m_CheckSSL mode="required" condition="Require_SSL" /> <!--## CHECK IF SSL REQUIRED ##-->
<!--## PAGE TITLE ELEMENT ##-->
<inp2:m_DefineElement name="page_title">
<inp2:p_Field name="Name" /> - <inp2:m_phrase name="lu_title_ProductFiles"/>
</inp2:m_DefineElement>
<!--## //PAGE TITLE ELEMENT ##-->
<!--## SIDE-BAR ELEMENT ##-->
<inp2:m_DefineElement name="sidebar">
<div class="movable-element">
<inp2:m_RenderElement name="in-commerce/elements/side_boxes/cart_indicator.elm" design="blue_box" data_exists="1"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="in-commerce/elements/side_boxes/categories.elm" design="blue_box" data_exists="1"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="platform/elements/side_boxes/login.elm" design="blue_box"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="platform/elements/side_boxes/search.elm" design="blue_box"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="in-commerce/elements/side_boxes/top_seller_products.elm" design="blue_box" data_exists="1"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="in-commerce/elements/side_boxes/recent_products.elm" design="blue_box" data_exists="1"/>
</div>
</inp2:m_DefineElement>
<!--## SIDE-BAR ELEMENT ##-->
<!--## MAIN CONTENT ##-->
<inp2:m_DefineElement name="content">
<div class="movable-element">
<inp2:m_include template="platform/elements/navigation_bar.elm" titles="lu_title_MyAccount,lu_title_MyDownloads,__item__,lu_title_ProductFiles" templates="platform/my_account/my_account,in-commerce/my_account/my_downloads,__default__,in-commerce/my_account/my_downloads_more"/>
</div>
<div class="movable-element">
<!--## MORE DOWNLOADS ##-->
<inp2:m_RenderElement design="content_box">
<inp2:m_Capture to_var="header">
<inp2:p_Field name="Name" /> - <inp2:m_phrase name="lu_title_ProductFiles"/>
</inp2:m_Capture>
<table>
<tr>
<td style="text-align: center; padding-right: 10px;" valign="top">
<a href="<inp2:p_ImageSrc MaxWidth="fullsize" DefaultImage="platform/img/no_picture.gif"/>" target="_blank">
<inp2:p_Image render_as="image_element" Primary="1" MaxWidth="thumbnail" DefaultImage="platform/img/no_picture.gif"/><br />
</a>
</td>
<td>
<a href="<inp2:p_ProductLink template="__default__"/>" class="text-title"><inp2:p_field name="Name"/></a><br />
<inp2:m_if check="p_Field" name="ManufacturerId">
<inp2:m_Phrase label="lu_fld_Manufacturer"/>: <inp2:p_field name="ManufacturerId"/> (<inp2:m_Phrase label="lu_OtherProductsBy"/> <a href="<inp2:p_ManufacturerLink template="in-commerce/products/manufacturer_products" />"><inp2:p_Field name="ManufacturerId"/></a>) <br />
</inp2:m_if>
<br />
<inp2:m_Phrase label="lu_fld_Description"/>: <inp2:p_Field name="Description"/> <br /><br />
<inp2:m_if check="p_CustomField" name="Features">
<inp2:p_CustomFieldLabel field="Features"/>:
<inp2:p_CustomField name="Features"/>
<br />
<br />
</inp2:m_if>
- <inp2:m_include template="in-commerce/designs/product_files.elm"/>
+ <inp2:m_include template="in-commerce/elements/product_files.elm"/>
<inp2:m_RenderElement name="subsection" title="lu_section_Files"/>
<table>
<inp2:p_ListFiles render_as="product_file_element" per_page="-1"/>
</table>
</td>
</tr>
</table>
</inp2:m_RenderElement>
<!--## /MORE DOWNLOADS ##-->
</div>
</inp2:m_DefineElement>
<!--## MAIN CONTENT ##-->
<!--## DESIGN TEMPLATE ##-->
<inp2:m_include template="platform/designs/default_design.des" pass_params="1"/>
<!--## /DESIGN TEMPLATE ##-->
\ No newline at end of file
Property changes on: branches/RC/themes/default2009/in-commerce/my_account/my_downloads_more.tpl
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.1.2.6
\ No newline at end of property
+1.1.2.7
\ No newline at end of property
Index: branches/RC/themes/default2009/in-commerce/my_account/my_addresses.tpl
===================================================================
--- branches/RC/themes/default2009/in-commerce/my_account/my_addresses.tpl (revision 11512)
+++ branches/RC/themes/default2009/in-commerce/my_account/my_addresses.tpl (revision 11513)
@@ -1,80 +1,80 @@
<inp2:m_RequireLogin login_template="platform/login/register"/> <!--## LOGIN REQUIRED ##-->
<!--## PAGE TITLE ELEMENT ##-->
<inp2:m_DefineElement name="page_title">
<inp2:m_Phrase label="lu_comm_MyAddresses"/>
</inp2:m_DefineElement>
<!--## //PAGE TITLE ELEMENT ##-->
<!--## SIDE-BAR ELEMENT ##-->
<inp2:m_DefineElement name="sidebar">
<div class="movable-element">
<inp2:m_RenderElement name="in-commerce/elements/side_boxes/cart_indicator.elm" design="blue_box" data_exists="1"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="in-commerce/elements/side_boxes/categories.elm" design="blue_box" data_exists="1"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="platform/elements/side_boxes/login.elm" design="blue_box"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="platform/elements/side_boxes/search.elm" design="blue_box"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="in-commerce/elements/side_boxes/top_seller_products.elm" design="blue_box" data_exists="1"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="in-commerce/elements/side_boxes/recent_products.elm" design="blue_box" data_exists="1"/>
</div>
</inp2:m_DefineElement>
<!--## /SIDE-BAR ELEMENT ##-->
<!--## MAIN CONTENT ##-->
<inp2:m_DefineElement name="content">
<div class="movable-element">
<inp2:m_include template="platform/elements/navigation_bar.elm" titles="lu_title_MyAccount,lu_title_MyAddresses" templates="platform/my_account/my_account,in-commerce/my_account/my_addresses"/>
<inp2:m_RenderElement design="content_box">
<inp2:addr_InitList list_name="my_addresses" types="myaddresses"/>
<inp2:m_Capture to_var="header">
<inp2:m_Phrase label="lu_comm_MyAddresses"/>
</inp2:m_Capture>
- <inp2:m_include template="in-commerce/designs/addresses.elm"/>
+ <inp2:m_include template="in-commerce/elements/addresses.elm"/>
<inp2:m_if check="ord_AllowAddAddress">
<a href="<inp2:m_Link template="in-commerce/my_account/new_address"/>"><inp2:m_Phrase label="lu_btn_NewAddress"/></a>
<br /><br />
</inp2:m_if>
<inp2:m_if check="addr_TotalRecords" list_name="my_addresses">
<table class="fullwidth">
<tr>
<td colspan="4">
<div class="horizontal-separator"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="1" alt="" /></div>
</td>
</tr>
<tr class="sub-section-header">
<td><inp2:m_Phrase label="lu_Address"/></td>
<td><inp2:m_Phrase label="lu_ContactInfo"/></td>
<td><inp2:m_Phrase label="lu_AddressUsedAs"/></td>
<td>&nbsp;</td>
</tr>
<inp2:addr_PrintList list_name="my_addresses" render_as="my_address_element" direction="H"/>
</table>
<inp2:m_include template="platform/elements/pagination.elm" prefix="addr" list_name="my_addresses"/>
<inp2:m_else/>
<strong><inp2:m_Phrase label="lu_comm_DontHaveAddresses"/></strong>
</inp2:m_if>
</inp2:m_RenderElement>
</div>
</inp2:m_DefineElement>
<!--## /MAIN CONTENT ##-->
<!--## DESIGN TEMPLATE ##-->
<inp2:m_include template="platform/designs/default_design.des" pass_params="1"/>
<!--## /DESIGN TEMPLATE ##-->
\ No newline at end of file
Property changes on: branches/RC/themes/default2009/in-commerce/my_account/my_addresses.tpl
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.1.2.6
\ No newline at end of property
+1.1.2.7
\ No newline at end of property
Index: branches/RC/themes/default2009/in-commerce/my_account/my_orders.tpl
===================================================================
--- branches/RC/themes/default2009/in-commerce/my_account/my_orders.tpl (revision 11512)
+++ branches/RC/themes/default2009/in-commerce/my_account/my_orders.tpl (revision 11513)
@@ -1,73 +1,73 @@
<inp2:m_RequireLogin login_template="platform/login/register"/> <!--## LOGIN REQUIRED ##-->
<inp2:m_CheckSSL mode="required" condition="Require_SSL" /> <!--## CHECK IF SSL REQUIRED ##-->
<!--## PAGE TITLE ELEMENT ##-->
<inp2:m_DefineElement name="page_title">
<inp2:m_phrase name="lu_title_MyOrders"/>
</inp2:m_DefineElement>
<!--## //PAGE TITLE ELEMENT ##-->
<!--## SIDE-BAR ELEMENT ##-->
<inp2:m_DefineElement name="sidebar">
<div class="movable-element">
<inp2:m_RenderElement name="in-commerce/elements/side_boxes/cart_indicator.elm" design="blue_box" data_exists="1"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="platform/elements/side_boxes/login.elm" design="blue_box"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="platform/elements/side_boxes/search.elm" design="blue_box"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="in-commerce/elements/side_boxes/top_seller_products.elm" design="blue_box" data_exists="1"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="in-commerce/elements/side_boxes/recent_products.elm" design="blue_box" data_exists="1"/>
</div>
</inp2:m_DefineElement>
<!--## /SIDE-BAR ELEMENT ##-->
<!--## MAIN CONTENT ##-->
<inp2:m_DefineElement name="content">
<div class="movable-element">
<inp2:m_include template="platform/elements/navigation_bar.elm" titles="lu_title_MyAccount,lu_title_MyOrders" templates="platform/my_account/my_account,in-commerce/my_account/my_orders"/>
</div>
<div class="movable-element">
<!--## my orders ##-->
<inp2:m_RenderElement design="content_box" block_no_data="no_orders">
<inp2:ord_InitList list_name="my_orders" types="myorders"/>
<inp2:m_Capture to_var="header">
<inp2:m_phrase name="lu_title_MyOrders"/> (<inp2:ord_TotalRecords list_name="my_orders"/>)
</inp2:m_Capture>
- <inp2:m_include template="in-commerce/designs/orders.elm"/>
+ <inp2:m_include template="in-commerce/elements/orders.elm"/>
<table class="fullwidth">
<tr>
<td colspan="4">
<div class="horizontal-separator"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="1" alt="" /></div>
</td>
</tr>
<tr class="sub-section-header">
<td><inp2:m_Phrase label="lu_comm_OrderNumberText"/></td>
<td><inp2:m_Phrase label="lu_comm_Date"/></td>
<td><inp2:m_Phrase label="lu_comm_Amount"/></td>
<td><inp2:m_Phrase label="lu_comm_Status"/></td>
</tr>
<inp2:ord_PrintList list_name="my_orders" render_as="my_order_element"/>
</table>
<inp2:m_include template="platform/elements/pagination.elm" prefix="ord" list_name="my_orders"/>
</inp2:m_RenderElement>
<!--## // my orders ##-->
</div>
</inp2:m_DefineElement>
<!--## /MAIN CONTENT ##-->
<!--## DESIGN TEMPLATE ##-->
<inp2:m_include template="platform/designs/default_design.des" pass_params="1"/>
<!--## /DESIGN TEMPLATE ##-->
\ No newline at end of file
Property changes on: branches/RC/themes/default2009/in-commerce/my_account/my_orders.tpl
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.1.2.6
\ No newline at end of property
+1.1.2.7
\ No newline at end of property
Index: branches/RC/themes/default2009/in-commerce/my_account/affiliate/affiliate_payments.tpl
===================================================================
--- branches/RC/themes/default2009/in-commerce/my_account/affiliate/affiliate_payments.tpl (revision 11512)
+++ branches/RC/themes/default2009/in-commerce/my_account/affiliate/affiliate_payments.tpl (revision 11513)
@@ -1,77 +1,77 @@
<inp2:m_RequireLogin login_template="platform/login/register"/> <!--## LOGIN REQUIRED ##-->
<inp2:m_CheckSSL mode="required" condition="Require_SSL" /> <!--## CHECK IF SSL REQUIRED ##-->
<inp2:m_RequireAffiliate registration_template="in-commerce/my_account/affiliate/affiliate" /> <!--## MUST BE AN AFFILIATE ##-->
<!--## PAGE TITLE ELEMENT ##-->
<inp2:m_DefineElement name="page_title">
<inp2:m_Phrase label="lu_title_ComissionPayments"/>
</inp2:m_DefineElement>
<!--## //PAGE TITLE ELEMENT ##-->
<inp2:m_DefineElement name="sidebar">
<div class="movable-element">
<inp2:m_RenderElement name="in-commerce/elements/side_boxes/cart_indicator.elm" design="blue_box" data_exists="1"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="platform/elements/side_boxes/login.elm" design="blue_box"/>
</div>
<div class="movable-element">
<inp2:m_if check="u_IsAffiliate">
<inp2:m_RenderElement name="in-commerce/elements/side_boxes/affiliate_navigation.elm" design="blue_box"/>
</inp2:m_if>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="platform/elements/side_boxes/search.elm" design="blue_box"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="in-commerce/elements/side_boxes/top_seller_products.elm" design="blue_box" data_exists="1"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="in-commerce/elements/side_boxes/recent_products.elm" design="blue_box" data_exists="1"/>
</div>
</inp2:m_DefineElement>
<inp2:m_DefineElement name="content">
<div class="movable-element">
<inp2:m_include template="platform/elements/navigation_bar.elm" titles="lu_title_MyAccount,lu_title_Affiliate,lu_title_AffiliateStatistics,lu_title_ComissionPayments" templates="platform/my_account/my_account,in-commerce/my_account/affiliate/affiliate,in-commerce/my_account/affiliate/affiliate_statistics,in-commerce/my_account/affiliate/affiliate_payments"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement design="content_box" block_no_data="no_payments">
<inp2:apayments_InitList list_name="my_payments_list" types="my_payments"/>
<inp2:m_Capture to_var="header">
<inp2:m_Phrase label="lu_title_ComissionPayments"/> (<inp2:apayments_TotalRecords list_name="my_payments_list" />)
</inp2:m_Capture>
- <inp2:m_include template="in-commerce/designs/affiliates.elm"/>
+ <inp2:m_include template="in-commerce/elements/affiliates.elm"/>
<table class="fullwidth">
<inp2:m_RenderElement name="separator" colspan="4"/>
<tr class="sub-section-header">
<td><inp2:m_Phrase label="lu_Date"/></td>
<td><inp2:m_Phrase label="lu_PaymentReference"/></td>
<td><inp2:m_Phrase label="lu_PaymentAmount"/></td>
</tr>
<inp2:m_RenderElement name="separator" colspan="4"/>
- <inp2:m_include template="in-commerce/designs/affiliates.elm"/>
+ <inp2:m_include template="in-commerce/elements/affiliates.elm"/>
<inp2:apayments_PrintList list_name="my_payments_list" render_as="payment_element"/>
</table>
<inp2:m_include template="platform/elements/pagination.elm" prefix="apayments" list_name="my_payments_list"/>
</inp2:m_RenderElement>
</div>
</inp2:m_DefineElement>
<inp2:m_include template="platform/designs/default_design.des" pass_params="1"/>
Property changes on: branches/RC/themes/default2009/in-commerce/my_account/affiliate/affiliate_payments.tpl
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.1.2.6
\ No newline at end of property
+1.1.2.7
\ No newline at end of property
Index: branches/RC/themes/default2009/in-commerce/my_account/affiliate/affiliate_statistics_orders_list.tpl
===================================================================
--- branches/RC/themes/default2009/in-commerce/my_account/affiliate/affiliate_statistics_orders_list.tpl (revision 11512)
+++ branches/RC/themes/default2009/in-commerce/my_account/affiliate/affiliate_statistics_orders_list.tpl (revision 11513)
@@ -1,72 +1,72 @@
<inp2:m_RequireLogin login_template="platform/login/register"/> <!--## LOGIN REQUIRED ##-->
<inp2:m_CheckSSL mode="required" condition="Require_SSL" /> <!--## CHECK IF SSL REQUIRED ##-->
<inp2:m_RequireAffiliate registration_template="in-commerce/my_account/affiliate/affiliate" /> <!--## MUST BE AN AFFILIATE ##-->
<!--## PAGE TITLE ELEMENT ##-->
<inp2:m_DefineElement name="page_title">
<inp2:m_Phrase label="lu_title_AffiliateStatisticsOrders"/>
</inp2:m_DefineElement>
<!--## //PAGE TITLE ELEMENT ##-->
<inp2:m_DefineElement name="sidebar">
<div class="movable-element">
<inp2:m_RenderElement name="in-commerce/elements/side_boxes/cart_indicator.elm" design="blue_box" data_exists="1"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="platform/elements/side_boxes/login.elm" design="blue_box"/>
</div>
<div class="movable-element">
<inp2:m_if check="u_IsAffiliate">
<inp2:m_RenderElement name="in-commerce/elements/side_boxes/affiliate_navigation.elm" design="blue_box"/>
</inp2:m_if>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="platform/elements/side_boxes/search.elm" design="blue_box"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="in-commerce/elements/side_boxes/top_seller_products.elm" design="blue_box" data_exists="1"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="in-commerce/elements/side_boxes/recent_products.elm" design="blue_box" data_exists="1"/>
</div>
</inp2:m_DefineElement>
<inp2:m_DefineElement name="content">
<div class="movable-element">
<inp2:m_include template="platform/elements/navigation_bar.elm" titles="lu_title_MyAccount,lu_title_Affiliate,lu_title_AffiliateStatistics,lu_title_AffiliateStatisticsOrders" templates="platform/my_account/my_account,in-commerce/my_account/affiliate/affiliate,in-commerce/my_account/affiliate/affiliate_statistics,in-commerce/my_account/affiliate/affiliate_statistics_orders_list"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement design="content_box" block_no_data="no_orders">
<inp2:visits_InitList list_name="visitors_orders_list" types="myvisitororders" grid="visitsincommerce"/>
<inp2:m_Capture to_var="header">
<inp2:m_Phrase label="lu_title_AffiliateStatisticsOrders"/>
</inp2:m_Capture>
<inp2:m_include template="in-commerce/elements/affiliate_date_filter.elm" prefix="visits.incommerce" field="VisitDate" grid_name="visitsincommerce"/>
- <inp2:m_include template="in-commerce/designs/affiliates.elm"/>
+ <inp2:m_include template="in-commerce/elements/affiliates.elm"/>
<table class="fullwidth">
<inp2:m_RenderElement name="separator" colspan="4"/>
<tr class="sub-section-header">
<td><inp2:m_Phrase label="lu_col_Date"/></td>
<td><inp2:m_Phrase label="lu_col_OrderNumber"/></td>
<td><inp2:m_Phrase label="lu_col_OrderTotalAmount"/></td>
<td><inp2:m_Phrase label="lu_col_OrderCommissionEarned"/></td>
</tr>
<inp2:m_RenderElement name="separator" colspan="5"/>
<inp2:visits_PrintList list_name="visitors_orders_list" render_as="my_order_element"/>
<inp2:visits_AffiliateOrderInfo list_name="visitors_orders_list" types="myvisitors" render_as="affiliate_orders_info" currency="selected" />
</table>
<inp2:m_include template="platform/elements/pagination.elm" prefix="visits" list_name="visitors_orders_list"/>
</inp2:m_RenderElement>
</div>
</inp2:m_DefineElement>
<inp2:m_include template="platform/designs/default_design.des" pass_params="1"/>
\ No newline at end of file
Property changes on: branches/RC/themes/default2009/in-commerce/my_account/affiliate/affiliate_statistics_orders_list.tpl
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.1.2.6
\ No newline at end of property
+1.1.2.7
\ No newline at end of property
Index: branches/RC/themes/default2009/in-commerce/my_account/affiliate/affiliate_statistics_visits_list.tpl
===================================================================
--- branches/RC/themes/default2009/in-commerce/my_account/affiliate/affiliate_statistics_visits_list.tpl (revision 11512)
+++ branches/RC/themes/default2009/in-commerce/my_account/affiliate/affiliate_statistics_visits_list.tpl (revision 11513)
@@ -1,74 +1,74 @@
<inp2:m_RequireLogin login_template="platform/login/register"/> <!--## LOGIN REQUIRED ##-->
<inp2:m_CheckSSL mode="required" condition="Require_SSL" /> <!--## CHECK IF SSL REQUIRED ##-->
<inp2:m_RequireAffiliate registration_template="in-commerce/my_account/affiliate/affiliate" /> <!--## MUST BE AN AFFILIATE ##-->
<!--## PAGE TITLE ELEMENT ##-->
<inp2:m_DefineElement name="page_title">
<inp2:m_Phrase label="lu_title_AffiliateStatisticsVisits"/>
</inp2:m_DefineElement>
<!--## //PAGE TITLE ELEMENT ##-->
<inp2:m_DefineElement name="sidebar">
<div class="movable-element">
<inp2:m_RenderElement name="in-commerce/elements/side_boxes/cart_indicator.elm" design="blue_box" data_exists="1"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="platform/elements/side_boxes/login.elm" design="blue_box"/>
</div>
<div class="movable-element">
<inp2:m_if check="u_IsAffiliate">
<inp2:m_RenderElement name="in-commerce/elements/side_boxes/affiliate_navigation.elm" design="blue_box"/>
</inp2:m_if>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="platform/elements/side_boxes/search.elm" design="blue_box"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="in-commerce/elements/side_boxes/top_seller_products.elm" design="blue_box" data_exists="1"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="in-commerce/elements/side_boxes/recent_products.elm" design="blue_box" data_exists="1"/>
</div>
</inp2:m_DefineElement>
<inp2:m_DefineElement name="content">
<div class="movable-element">
<inp2:m_include template="platform/elements/navigation_bar.elm" titles="lu_title_MyAccount,lu_title_Affiliate,lu_title_AffiliateStatistics,lu_title_AffiliateStatisticsVisits" templates="platform/my_account/my_account,in-commerce/my_account/affiliate/affiliate,in-commerce/my_account/affiliate/affiliate_statistics,in-commerce/my_account/affiliate/affiliate_statistics_visits_list"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement design="content_box" block_no_data="no_visitors">
<inp2:visits_InitList list_name="visitors_list" types="myvisitors" grid="visitsincommerce"/>
<inp2:m_Capture to_var="header">
<inp2:m_Phrase label="lu_title_AffiliateStatisticsVisits"/> (<inp2:visits_TotalRecords list_name="visitors_list" />)
</inp2:m_Capture>
<inp2:m_include template="in-commerce/elements/affiliate_date_filter.elm" prefix="visits.incommerce" field="VisitDate" grid_name="visitsincommerce"/>
- <inp2:m_include template="in-commerce/designs/affiliates.elm"/>
+ <inp2:m_include template="in-commerce/elements/affiliates.elm"/>
<table class="fullwidth">
<inp2:m_RenderElement name="separator" colspan="5"/>
<tr class="sub-section-header">
<td><inp2:m_Phrase label="lu_col_Date"/></td>
<td><inp2:m_Phrase label="lu_col_Referer"/></td>
<td><inp2:m_Phrase label="lu_col_OrderCount"/></td>
<td><inp2:m_Phrase label="lu_col_OrderTotalAmount"/></td>
<td><inp2:m_Phrase label="lu_col_OrderCommissionEarned"/></td>
</tr>
<inp2:m_RenderElement name="separator" colspan="5"/>
<inp2:visits_PrintList list_name="visitors_list" render_as="my_visitor_element"/>
<inp2:visits_AffiliateOrderInfo list_name="visitors_list" types="myvisitors" render_as="affiliate_visits_info" currency="selected" />
</table>
<inp2:m_include template="platform/elements/pagination.elm" prefix="visits" list_name="visitors_list"/>
</inp2:m_RenderElement>
</div>
</inp2:m_DefineElement>
<inp2:m_include template="platform/designs/default_design.des" pass_params="1"/>
Property changes on: branches/RC/themes/default2009/in-commerce/my_account/affiliate/affiliate_statistics_visits_list.tpl
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.1.2.6
\ No newline at end of property
+1.1.2.7
\ No newline at end of property
Index: branches/RC/themes/default2009/in-commerce/my_account/affiliate/affiliate_statistics.tpl
===================================================================
--- branches/RC/themes/default2009/in-commerce/my_account/affiliate/affiliate_statistics.tpl (revision 11512)
+++ branches/RC/themes/default2009/in-commerce/my_account/affiliate/affiliate_statistics.tpl (revision 11513)
@@ -1,58 +1,58 @@
<inp2:m_RequireLogin login_template="platform/login/register"/> <!--## LOGIN REQUIRED ##-->
<inp2:m_CheckSSL mode="required" condition="Require_SSL" /> <!--## CHECK IF SSL REQUIRED ##-->
<inp2:m_RequireAffiliate registration_template="in-commerce/my_account/affiliate/affiliate" /> <!--## MUST BE AN AFFILIATE ##-->
<!--## PAGE TITLE ELEMENT ##-->
<inp2:m_DefineElement name="page_title">
<inp2:m_Phrase label="lu_title_AffiliateStatistics"/>
</inp2:m_DefineElement>
<!--## //PAGE TITLE ELEMENT ##-->
<inp2:m_DefineElement name="sidebar">
<div class="movable-element">
<inp2:m_RenderElement name="in-commerce/elements/side_boxes/cart_indicator.elm" design="blue_box" data_exists="1"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="platform/elements/side_boxes/login.elm" design="blue_box"/>
</div>
<div class="movable-element">
<inp2:m_if check="u_IsAffiliate">
<inp2:m_RenderElement name="in-commerce/elements/side_boxes/affiliate_navigation.elm" design="blue_box"/>
</inp2:m_if>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="platform/elements/side_boxes/search.elm" design="blue_box"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="in-commerce/elements/side_boxes/top_seller_products.elm" design="blue_box" data_exists="1"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="in-commerce/elements/side_boxes/recent_products.elm" design="blue_box" data_exists="1"/>
</div>
</inp2:m_DefineElement>
<inp2:m_DefineElement name="content">
<div class="movable-element">
<inp2:m_include template="platform/elements/navigation_bar.elm" titles="lu_title_MyAccount,lu_title_Affiliate,lu_title_AffiliateStatistics" templates="platform/my_account/my_account,in-commerce/my_account/affiliate/affiliate,in-commerce/my_account/affiliate/affiliate_statistics"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement design="content_box">
<inp2:visits_InitList list_name="visitors_list" types="myvisitors" grid="visitsincommerce" per_page="5"/>
<inp2:m_Capture to_var="header">
<inp2:m_Phrase label="lu_title_AffiliateStatistics"/>
</inp2:m_Capture>
<inp2:m_include template="in-commerce/elements/affiliate_date_filter.elm" prefix="visits.incommerce" field="VisitDate" grid_name="visitsincommerce"/>
- <inp2:m_include template="in-commerce/designs/affiliates.elm"/>
+ <inp2:m_include template="in-commerce/elements/affiliates.elm"/>
<inp2:visits_AffiliateOrderInfo list_name="visitors_list" types="myvisitors" render_as="affiliate_info" currency="selected"/>
</inp2:m_RenderElement>
</div>
</inp2:m_DefineElement>
<inp2:m_include template="platform/designs/default_design.des" pass_params="1"/>
\ No newline at end of file
Property changes on: branches/RC/themes/default2009/in-commerce/my_account/affiliate/affiliate_statistics.tpl
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.1.2.6
\ No newline at end of property
+1.1.2.7
\ No newline at end of property
Index: branches/RC/themes/default2009/in-commerce/my_account/my_downloads.tpl
===================================================================
--- branches/RC/themes/default2009/in-commerce/my_account/my_downloads.tpl (revision 11512)
+++ branches/RC/themes/default2009/in-commerce/my_account/my_downloads.tpl (revision 11513)
@@ -1,66 +1,66 @@
<inp2:m_RequireLogin login_template="platform/login/register"/> <!--## LOGIN REQUIRED ##-->
<inp2:m_CheckSSL mode="required" condition="Require_SSL" /> <!--## CHECK IF SSL REQUIRED ##-->
<!--## PAGE TITLE ELEMENT ##-->
<inp2:m_DefineElement name="page_title">
<inp2:m_phrase name="lu_title_MyDownloads"/>
</inp2:m_DefineElement>
<!--## //PAGE TITLE ELEMENT ##-->
<!--## SIDE-BAR ELEMENT ##-->
<inp2:m_DefineElement name="sidebar">
<div class="movable-element">
<inp2:m_RenderElement name="in-commerce/elements/side_boxes/cart_indicator.elm" design="blue_box" data_exists="1"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="in-commerce/elements/side_boxes/categories.elm" design="blue_box" data_exists="1"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="platform/elements/side_boxes/login.elm" design="blue_box"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="platform/elements/side_boxes/search.elm" design="blue_box"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="in-commerce/elements/side_boxes/top_seller_products.elm" design="blue_box" data_exists="1"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="in-commerce/elements/side_boxes/recent_products.elm" design="blue_box" data_exists="1"/>
</div>
</inp2:m_DefineElement>
<!--## /SIDE-BAR ELEMENT ##-->
<!--## MAIN CONTENT ##-->
<inp2:m_DefineElement name="content">
<div class="movable-element">
<inp2:m_include template="platform/elements/navigation_bar.elm" titles="lu_title_MyAccount,lu_title_MyDownloads" templates="platform/my_account/my_account,in-commerce/my_account/my_downloads"/>
</div>
<div class="movable-element">
<!--## MY DOWNLOADS LIST ##-->
<inp2:m_RenderElement design="content_box" block_no_data="no_products">
<inp2:p_InitList list_name="my_downloads" types="my_downloads" parent_cat_id="any" recursive="1"/>
<inp2:m_Capture to_var="header">
<inp2:m_phrase name="lu_title_MyDownloads"/> (<inp2:p_TotalRecords list_name="my_downloads"/>)
</inp2:m_Capture>
<inp2:m_include template="in-commerce/elements/sorting.elm" list_name="my_downloads"/>
- <inp2:m_include template="in-commerce/designs/products.elm"/>
+ <inp2:m_include template="in-commerce/elements/products.elm"/>
<table class="fullwidth item-listing">
<inp2:p_ListProducts list_name="my_downloads" render_as="downloadable_product_element"/>
</table>
<inp2:m_include template="platform/elements/pagination.elm" prefix="p" list_name="my_downloads"/>
</inp2:m_RenderElement>
<!--## /MY DOWNLOADS LIST ##-->
</div>
</inp2:m_DefineElement>
<!--## /MAIN CONTENT ##-->
<!--## DESIGN TEMPLATE ##-->
<inp2:m_include template="platform/designs/default_design.des" pass_params="1"/>
<!--## /DESIGN TEMPLATE ##-->
\ No newline at end of file
Property changes on: branches/RC/themes/default2009/in-commerce/my_account/my_downloads.tpl
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.1.2.6
\ No newline at end of property
+1.1.2.7
\ No newline at end of property
Index: branches/RC/themes/default2009/in-commerce/products/featured_products.tpl
===================================================================
--- branches/RC/themes/default2009/in-commerce/products/featured_products.tpl (revision 11512)
+++ branches/RC/themes/default2009/in-commerce/products/featured_products.tpl (revision 11513)
@@ -1,62 +1,62 @@
<!--## PAGE TITLE ELEMENT ##-->
<inp2:m_DefineElement name="page_title">
<inp2:m_phrase name="lu_title_FeaturedProducts"/>
</inp2:m_DefineElement>
<!--## //PAGE TITLE ELEMENT ##-->
<!--## SIDE-BAR ELEMENT ##-->
<inp2:m_DefineElement name="sidebar">
<div class="movable-element">
<inp2:m_RenderElement name="in-commerce/elements/side_boxes/cart_indicator.elm" design="blue_box" data_exists="1"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="in-commerce/elements/side_boxes/categories.elm" design="blue_box" data_exists="1"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="platform/elements/side_boxes/login.elm" design="blue_box"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="platform/elements/side_boxes/search.elm" design="blue_box"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="in-commerce/elements/side_boxes/top_seller_products.elm" design="blue_box" data_exists="1"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="in-commerce/elements/side_boxes/recent_products.elm" design="blue_box" data_exists="1"/>
</div>
</inp2:m_DefineElement>
<!--## /SIDE-BAR ELEMENT ##-->
<!--## MAIN CONTENT ##-->
<inp2:m_DefineElement name="content">
<div class="movable-element">
<inp2:m_include template="platform/elements/navigation_bar.elm" titles="lu_title_Products,lu_title_FeaturedProducts" templates="in-commerce/store/category,in-commerce/products/featured_products"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement design="content_box" data_exists="1">
<inp2:p_InitList list_name="featured_products" types="featured" recursive="1"/>
<inp2:m_Capture to_var="header">
<inp2:m_phrase name="lu_title_FeaturedProducts"/> (<inp2:p_TotalRecords list_name="featured_products"/>)
</inp2:m_Capture>
<inp2:m_include template="in-commerce/elements/sorting.elm" list_name="featured_products"/>
- <inp2:m_include template="in-commerce/designs/products.elm"/>
+ <inp2:m_include template="in-commerce/elements/products.elm"/>
<table class="fullwidth item-listing-featured table-border">
<inp2:p_ListProducts list_name="featured_products" render_as="product_element"/>
</table>
<inp2:m_include template="platform/elements/pagination.elm" prefix="p" list_name="featured_products"/>
</inp2:m_RenderElement>
</div>
</inp2:m_DefineElement>
<!--## /MAIN CONTENT ##-->
<!--## DESIGN TEMPLATE ##-->
<inp2:m_include template="platform/designs/default_design.des" pass_params="1"/>
<!--## /DESIGN TEMPLATE ##-->
\ No newline at end of file
Property changes on: branches/RC/themes/default2009/in-commerce/products/featured_products.tpl
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.1.2.6
\ No newline at end of property
+1.1.2.7
\ No newline at end of property
Index: branches/RC/themes/default2009/in-commerce/products/recent_products.tpl
===================================================================
--- branches/RC/themes/default2009/in-commerce/products/recent_products.tpl (revision 11512)
+++ branches/RC/themes/default2009/in-commerce/products/recent_products.tpl (revision 11513)
@@ -1,50 +1,50 @@
<!--## PAGE TITLE ELEMENT ##-->
<inp2:m_DefineElement name="page_title">
<inp2:m_Phrase label="lu_title_RecentlyViewedProducts"/>
</inp2:m_DefineElement>
<!--## //PAGE TITLE ELEMENT ##-->
<inp2:m_DefineElement name="sidebar">
<div class="movable-element">
<inp2:m_RenderElement name="in-commerce/elements/side_boxes/cart_indicator.elm" design="blue_box" data_exists="1"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="in-commerce/elements/side_boxes/categories.elm" design="blue_box" data_exists="1"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="platform/elements/side_boxes/login.elm" design="blue_box"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="platform/elements/side_boxes/search.elm" design="blue_box"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="in-commerce/elements/side_boxes/top_seller_products.elm" design="blue_box" data_exists="1"/>
</div>
<inp2:m_DefineElement name="content">
<div class="movable-element">
<inp2:m_include template="platform/elements/navigation_bar.elm" titles="lu_title_RecentlyViewedProducts" templates="in-commerce/products/recent_products"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement design="content_box">
<inp2:p_InitList list_name="recent_products" types="recent" parent_cat_id="any" recursive="1" except="in_cart"/>
<inp2:m_Capture to_var="header">
<inp2:m_Phrase label="lu_title_RecentlyViewedProducts"/> (<inp2:p_TotalRecords list_name="recent_products"/>)
</inp2:m_Capture>
<inp2:m_include template="in-commerce/elements/sorting.elm" list_name="recent_products"/>
- <inp2:m_include template="in-commerce/designs/products.elm"/>
+ <inp2:m_include template="in-commerce/elements/products.elm"/>
<table class="fullwidth item-listing">
<inp2:p_ListProducts list_name="recent_products" render_as="product_element"/>
</table>
<inp2:m_include template="platform/elements/pagination.elm" prefix="p" list_name="recent_products"/>
</inp2:m_RenderElement>
</div>
</inp2:m_DefineElement>
<inp2:m_include template="platform/designs/default_design.des" pass_params="1"/>
Property changes on: branches/RC/themes/default2009/in-commerce/products/recent_products.tpl
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.1.2.6
\ No newline at end of property
+1.1.2.7
\ No newline at end of property
Index: branches/RC/themes/default2009/in-commerce/products/search_results.tpl
===================================================================
--- branches/RC/themes/default2009/in-commerce/products/search_results.tpl (revision 11512)
+++ branches/RC/themes/default2009/in-commerce/products/search_results.tpl (revision 11513)
@@ -1,63 +1,63 @@
<!--## PAGE TITLE ELEMENT ##-->
<inp2:m_DefineElement name="page_title">
<inp2:m_Phrase label="lu_title_ProductSearchResults"/>
</inp2:m_DefineElement>
<!--## //PAGE TITLE ELEMENT ##-->
<!--## SIDE-BAR ELEMENT ##-->
<inp2:m_DefineElement name="sidebar">
<div class="movable-element">
<inp2:m_RenderElement name="in-commerce/elements/side_boxes/cart_indicator.elm" design="blue_box" data_exists="1"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="in-commerce/elements/side_boxes/categories.elm" design="blue_box" data_exists="1"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="platform/elements/side_boxes/login.elm" design="blue_box"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="platform/elements/side_boxes/search.elm" design="blue_box"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="in-commerce/elements/side_boxes/top_seller_products.elm" design="blue_box" data_exists="1"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="in-commerce/elements/side_boxes/recent_products.elm" design="blue_box" data_exists="1"/>
</div>
</inp2:m_DefineElement>
<!--## SIDE-BAR ELEMENT ##-->
<!--## MAIN CONTENT ##-->
<inp2:m_DefineElement name="content">
<div class="movable-element">
<inp2:m_include template="platform/elements/navigation_bar.elm" titles="lu_title_ProductSearchResults" templates="in-commerce/search/search_results"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement design="content_box">
<inp2:p_InitList list_name="product_search_results" types="search" parent_cat_id="any" recursive="1" except="in_cart"/>
<inp2:m_Capture to_var="header">
<inp2:m_Phrase label="lu_title_ProductSearchResults"/> (<inp2:p_TotalRecords list_name="product_search_results"/>)
</inp2:m_Capture>
<inp2:m_include template="in-commerce/elements/sorting.elm" list_name="product_search_results"/>
- <inp2:m_include template="in-commerce/designs/products.elm"/>
+ <inp2:m_include template="in-commerce/elements/products.elm"/>
<inp2:m_include template="platform/elements/search_results.elm"/>
<table class="fullwidth item-listing">
<inp2:p_ListProducts list_name="product_search_results" render_as="product_element" show_relevance="1"/>
</table>
<inp2:m_include template="platform/elements/pagination.elm" prefix="p" list_name="product_search_results"/>
</inp2:m_RenderElement>
</div>
</inp2:m_DefineElement>
<!--## /MAIN CONTENT ##-->
<!--## DESIGN TEMPLATE ##-->
<inp2:m_include template="platform/designs/default_design.des" pass_params="1"/>
<!--## /DESIGN TEMPLATE ##-->
\ No newline at end of file
Property changes on: branches/RC/themes/default2009/in-commerce/products/search_results.tpl
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.1.2.8
\ No newline at end of property
+1.1.2.9
\ No newline at end of property
Index: branches/RC/themes/default2009/in-commerce/products/pick_products.tpl
===================================================================
--- branches/RC/themes/default2009/in-commerce/products/pick_products.tpl (revision 11512)
+++ branches/RC/themes/default2009/in-commerce/products/pick_products.tpl (revision 11513)
@@ -1,64 +1,64 @@
<!--## PAGE TITLE ELEMENT ##-->
<inp2:m_DefineElement name="page_title">
<inp2:m_phrase name="lu_title_PickProducts"/>
</inp2:m_DefineElement>
<!--## //PAGE TITLE ELEMENT ##-->
<!--## SIDE-BAR ELEMENT ##-->
<inp2:m_DefineElement name="sidebar">
<div class="movable-element">
<inp2:m_RenderElement name="in-commerce/elements/side_boxes/cart_indicator.elm" design="blue_box" data_exists="1"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="in-commerce/elements/side_boxes/categories.elm" design="blue_box" data_exists="1"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="platform/elements/side_boxes/login.elm" design="blue_box"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="platform/elements/side_boxes/search.elm" design="blue_box"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="in-commerce/elements/side_boxes/top_seller_products.elm" design="blue_box" data_exists="1"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="in-commerce/elements/side_boxes/recent_products.elm" design="blue_box" data_exists="1"/>
</div>
</inp2:m_DefineElement>
<!--## /SIDE-BAR ELEMENT ##-->
<!--## MAIN CONTENT ##-->
<inp2:m_DefineElement name="content">
<div class="movable-element">
<inp2:m_include template="platform/elements/navigation_bar.elm" titles="lu_title_PickProducts" templates="in-commerce/products/pick_products"/>
</div>
<div class="movable-element">
<!-- Editors Pick Products List -->
<inp2:m_RenderElement design="content_box" data_exists="1">
<inp2:p_InitList list_name="pick_products" types="pick" recursive="true"/>
<inp2:m_Capture to_var="header">
<inp2:m_phrase name="lu_title_PickProducts"/> (<inp2:p_TotalRecords list_name="pick_products"/>)
</inp2:m_Capture>
<inp2:m_include template="in-commerce/elements/sorting.elm" list_name="pick_products"/>
- <inp2:m_include template="in-commerce/designs/products.elm"/>
+ <inp2:m_include template="in-commerce/elements/products.elm"/>
<table class="fullwidth item-listing">
<inp2:p_ListProducts list_name="pick_products" render_as="product_element"/>
</table>
<inp2:m_include template="platform/elements/pagination.elm" prefix="p" list_name="pick_products"/>
</inp2:m_RenderElement>
<!-- //Editors Pick Products List -->
</div>
</inp2:m_DefineElement>
<!--## /MAIN CONTENT ##-->
<!--## DESIGN TEMPLATE ##-->
<inp2:m_include template="platform/designs/default_design.des" pass_params="1"/>
<!--## /DESIGN TEMPLATE ##-->
\ No newline at end of file
Property changes on: branches/RC/themes/default2009/in-commerce/products/pick_products.tpl
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.1.2.6
\ No newline at end of property
+1.1.2.7
\ No newline at end of property
Index: branches/RC/themes/default2009/in-commerce/products/top_seller_products.tpl
===================================================================
--- branches/RC/themes/default2009/in-commerce/products/top_seller_products.tpl (revision 11512)
+++ branches/RC/themes/default2009/in-commerce/products/top_seller_products.tpl (revision 11513)
@@ -1,59 +1,59 @@
<!--## PAGE TITLE ELEMENT ##-->
<inp2:m_DefineElement name="page_title">
<inp2:m_phrase name="lu_title_TopSellerProducts"/>
</inp2:m_DefineElement>
<!--## //PAGE TITLE ELEMENT ##-->
<!--## SIDE-BAR ELEMENT ##-->
<inp2:m_DefineElement name="sidebar">
<div class="movable-element">
<inp2:m_RenderElement name="in-commerce/elements/side_boxes/cart_indicator.elm" design="blue_box" data_exists="1"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="in-commerce/elements/side_boxes/categories.elm" design="blue_box" data_exists="1"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="platform/elements/side_boxes/login.elm" design="blue_box"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="platform/elements/side_boxes/search.elm" design="blue_box"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="in-commerce/elements/side_boxes/recent_products.elm" design="blue_box" data_exists="1"/>
</div>
</inp2:m_DefineElement>
<!--## /SIDE-BAR ELEMENT ##-->
<!--## MAIN CONTENT ##-->
<inp2:m_DefineElement name="content">
<div class="movable-element">
<inp2:m_include template="platform/elements/navigation_bar.elm" titles="lu_title_TopSellerProducts" templates="in-commerce/products/top_seller_products"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement design="content_box">
<inp2:p_InitList list_name="top_seller_products" types="hot" recursive="1"/>
<inp2:m_Capture to_var="header">
<inp2:m_phrase name="lu_title_TopSellerProducts"/> (<inp2:p_TotalRecords list_name="top_seller_products"/>)
</inp2:m_Capture>
<inp2:m_include template="in-commerce/elements/sorting.elm" list_name="top_seller_products"/>
- <inp2:m_include template="in-commerce/designs/products.elm"/>
+ <inp2:m_include template="in-commerce/elements/products.elm"/>
<table class="fullwidth item-listing">
<inp2:p_ListProducts list_name="top_seller_products" render_as="product_element"/>
</table>
<inp2:m_include template="platform/elements/pagination.elm" prefix="p" list_name="top_seller_products"/>
</inp2:m_RenderElement>
</div>
</inp2:m_DefineElement>
<!--## /MAIN CONTENT ##-->
<!--## DESIGN TEMPLATE ##-->
<inp2:m_include template="platform/designs/default_design.des" pass_params="1"/>
<!--## /DESIGN TEMPLATE ##-->
\ No newline at end of file
Property changes on: branches/RC/themes/default2009/in-commerce/products/top_seller_products.tpl
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.1.2.6
\ No newline at end of property
+1.1.2.7
\ No newline at end of property
Index: branches/RC/themes/default2009/in-commerce/products/new_products.tpl
===================================================================
--- branches/RC/themes/default2009/in-commerce/products/new_products.tpl (revision 11512)
+++ branches/RC/themes/default2009/in-commerce/products/new_products.tpl (revision 11513)
@@ -1,64 +1,64 @@
<!--## PAGE TITLE ELEMENT ##-->
<inp2:m_DefineElement name="page_title">
<inp2:m_phrase name="lu_title_NewProducts"/>
</inp2:m_DefineElement>
<!--## //PAGE TITLE ELEMENT ##-->
<!--## SIDE-BAR ELEMENT ##-->
<inp2:m_DefineElement name="sidebar">
<div class="movable-element">
<inp2:m_RenderElement name="in-commerce/elements/side_boxes/cart_indicator.elm" design="blue_box" data_exists="1"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="in-commerce/elements/side_boxes/categories.elm" design="blue_box" data_exists="1"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="platform/elements/side_boxes/login.elm" design="blue_box"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="platform/elements/side_boxes/search.elm" design="blue_box"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="in-commerce/elements/side_boxes/top_seller_products.elm" design="blue_box" data_exists="1"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="in-commerce/elements/side_boxes/recent_products.elm" design="blue_box" data_exists="1"/>
</div>
</inp2:m_DefineElement>
<!--## /SIDE-BAR ELEMENT ##-->
<!--## MAIN CONTENT ##-->
<inp2:m_DefineElement name="content">
<div class="movable-element">
<inp2:m_include template="platform/elements/navigation_bar.elm" titles="lu_title_NewProducts" templates="in-commerce/products/new_products"/>
</div>
<div class="movable-element">
<!-- New Products List -->
<inp2:m_RenderElement design="content_box" data_exists="1">
<inp2:p_InitList list_name="new_products" types="new" recursive="true"/>
<inp2:m_Capture to_var="header">
<inp2:m_phrase name="lu_title_NewProducts"/> (<inp2:p_TotalRecords list_name="new_products"/>)
</inp2:m_Capture>
<inp2:m_include template="in-commerce/elements/sorting.elm" list_name="new_products"/>
- <inp2:m_include template="in-commerce/designs/products.elm"/>
+ <inp2:m_include template="in-commerce/elements/products.elm"/>
<table class="fullwidth item-listing">
<inp2:p_ListProducts list_name="new_products" render_as="product_element"/>
</table>
<inp2:m_include template="platform/elements/pagination.elm" prefix="p" list_name="new_products"/>
</inp2:m_RenderElement>
<!-- //New Products List -->
</div>
</inp2:m_DefineElement>
<!--## MAIN CONTENT ##-->
<!--## DESIGN TEMPLATE ##-->
<inp2:m_include template="platform/designs/default_design.des" pass_params="1"/>
<!--## /DESIGN TEMPLATE ##-->
\ No newline at end of file
Property changes on: branches/RC/themes/default2009/in-commerce/products/new_products.tpl
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.1.2.6
\ No newline at end of property
+1.1.2.7
\ No newline at end of property
Index: branches/RC/themes/default2009/in-commerce/products/manufacturer_products.tpl
===================================================================
--- branches/RC/themes/default2009/in-commerce/products/manufacturer_products.tpl (revision 11512)
+++ branches/RC/themes/default2009/in-commerce/products/manufacturer_products.tpl (revision 11513)
@@ -1,62 +1,62 @@
<!--## PAGE TITLE ELEMENT ##-->
<inp2:m_DefineElement name="page_title">
<inp2:m_Phrase label="lu_title_ProductsByManufacturer"/> <inp2:manuf_Field name="Name" />
</inp2:m_DefineElement>
<!--## //PAGE TITLE ELEMENT ##-->
<!--## SIDE-BAR ELEMENT ##-->
<inp2:m_DefineElement name="sidebar">
<div class="movable-element">
<inp2:m_RenderElement name="in-commerce/elements/side_boxes/cart_indicator.elm" design="blue_box" data_exists="1"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="in-commerce/elements/side_boxes/categories.elm" design="blue_box" data_exists="1"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="platform/elements/side_boxes/login.elm" design="blue_box"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="platform/elements/side_boxes/search.elm" design="blue_box"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="in-commerce/elements/side_boxes/top_seller_products.elm" design="blue_box" data_exists="1"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="in-commerce/elements/side_boxes/recent_products.elm" design="blue_box" data_exists="1"/>
</div>
</inp2:m_DefineElement>
<!--## /SIDE-BAR ELEMENT ##-->
<!--## MAIN CONTENT ##-->
<inp2:m_DefineElement name="content">
<div class="movable-element">
<inp2:m_include template="platform/elements/navigation_bar.elm" titles="lu_title_ProductsByManufacturer" templates="in-commerce/products/manufacturer_products"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement design="content_box" data_exists="1">
<inp2:p_InitList list_name="manufacturer_products" types="manufacturer" recursive="1" parent_cat_id="any" />
<inp2:m_Capture to_var="header">
<inp2:m_Phrase label="lu_title_ProductsByManufacturer"/> <inp2:manuf_Field name="Name" /> (<inp2:p_TotalRecords list_name="manufacturer_products"/>)
</inp2:m_Capture>
<inp2:m_include template="in-commerce/elements/sorting.elm" list_name="manufacturer_products"/>
- <inp2:m_include template="in-commerce/designs/products.elm"/>
+ <inp2:m_include template="in-commerce/elements/products.elm"/>
<table class="fullwidth item-listing">
<inp2:p_ListProducts list_name="manufacturer_products" render_as="product_element"/>
</table>
<inp2:m_include template="platform/elements/pagination.elm" prefix="p" list_name="manufacturer_products"/>
</inp2:m_RenderElement>
</div>
</inp2:m_DefineElement>
<!--## /MAIN CONTENT ##-->
<!--## DESIGN TEMPLATE ##-->
<inp2:m_include template="platform/designs/default_design.des" pass_params="1"/>
<!--## /DESIGN TEMPLATE ##-->
\ No newline at end of file
Property changes on: branches/RC/themes/default2009/in-commerce/products/manufacturer_products.tpl
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.1.2.6
\ No newline at end of property
+1.1.2.7
\ No newline at end of property
Index: branches/RC/themes/default2009/in-commerce/designs/products.elm.tpl
===================================================================
--- branches/RC/themes/default2009/in-commerce/designs/products.elm.tpl (revision 11512)
+++ branches/RC/themes/default2009/in-commerce/designs/products.elm.tpl (nonexistent)
@@ -1,386 +0,0 @@
-<!--## PRODUCT ELEMENT ##-->
-<inp2:m_DefineElement name="product_element">
- <td>
- <div class="horizontal-separator"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="1" alt="" /><br /></div>
- <table>
- <tr>
- <td class="picture-padding">
- <inp2:m_if check="m_Param" name="show_relevance">
- <inp2:RelevanceIndicator on_color="Red" off_color="White" relevance_normal_render_as="search_relevance_normal" relevance_full_render_as="search_relevance_full" /><br/>
- </inp2:m_if>
-
- <table>
- <tr><td align="center">
- <a href="<inp2:ProductLink template="__default__"/>" title="<inp2:Field name="Name" html_escape="1"/>"><inp2:Image render_as="image_element" primary="1" thumbnail="1" DefaultImage="platform/img/no_picture.gif" MaxWidth="thumbnail" DefaultWidth="150"/></a><br />
- </td></tr>
- <tr><td align="center">
- <inp2:m_if check="Available">
- <br/>
- <input class="button" onclick=" window.location.href='<inp2:AddToCartLink template="in-commerce/checkout/shop_cart" product_template="__default__"/>' " type="button" value="<inp2:m_Phrase label="lu_btn_BuyNow"/>" />
- <inp2:m_else />
- <inp2:m_phrase label="lu_comm_outofstock"/>
- </inp2:m_if>
- </td></tr>
- </table>
- </td>
- <td class="text-padding" valign="top" >
- <a href="<inp2:ProductLink template="__default__"/>" class="text-title"><inp2:Field name="Name"/></a>
-
- <inp2:m_if check="Field" name="IsHot"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_hot.gif" alt="<inp2:m_phrase name="lu_Hot"/>"/></inp2:m_if>
- <inp2:m_if check="Field" name="IsNew"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_new.gif" alt="<inp2:m_phrase name="lu_New"/>"/></inp2:m_if>
- <inp2:m_if check="Field" name="IsPop"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_popular.gif" alt="<inp2:m_phrase name="lu_Pop"/>"/></inp2:m_if>
- <inp2:m_if check="IsEditorsPick"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_pick.gif" alt="<inp2:m_phrase name="lu_Pick"/>"/></inp2:m_if>
- <inp2:m_if check="IsFavorite"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_favorite.gif" alt="<inp2:m_phrase name="lu_Favorite"/>"/></inp2:m_if>
- <inp2:VotesIndicator render_as="rating_element"/>
-
- <inp2:m_if check="Available">
- <a href="<inp2:AddToCartLink template="in-commerce/checkout/shop_cart" product_template="__default__"/>"><img src="<inp2:m_TemplatesBase module="In-Commerce"/>img/buy2.gif" alt="<inp2:m_phrase name=""/>"/></a>
- </inp2:m_if>
-
- <br />
-
- <span class="item-statistics">
- <inp2:m_phrase name="lu_Reviews"/>: <inp2:Field name="CachedReviewsQty"/>,
- <inp2:m_phrase name="lu_Rating"/>: <inp2:Field name="CachedRating"/>,
- <inp2:m_phrase name="lu_Votes"/>: <inp2:Field name="CachedVotesQty"/>
- </span>
-
- <br />
-
- <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="4" alt="" /><br />
-
- <br />
- <inp2:m_if check="Field" name="MSRP">
- <span class="listing-field-name"><inp2:m_Phrase label="lu_fld_MSRP"/>:</span> <span class="product-price-msrp"><inp2:Field name="MSRP" currency="selected"/></span><br />
- </inp2:m_if>
-
- <span class="listing-field-name"><inp2:m_Phrase label="lu_fld_OurPrice"/>:</span> <span class="product-price"><inp2:Field name="Price" currency="selected"/>
- </span> <br />
-
- <inp2:m_if check="Savings">
- <span class="listing-field-name">
- <inp2:m_Phrase label="lu_fld_YouSave"/>: <inp2:Savings currency="selected" /> (<inp2:Savings type="percent"/>%)
- </span><br/>
- </inp2:m_if>
-
- <inp2:m_if check="Field" name="DescriptionExcerpt">
- <span class="listing-field-name"><inp2:m_Phrase label="lu_fld_Description"/>:</span> <inp2:Field name="DescriptionExcerpt" nl2br="1"/><br/>
- </inp2:m_if>
- <br/>
-
- <inp2:m_if check="IsFavorite">
- <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/ic_removefromfav.gif" width="11" height="10" alt="" /> <a class="item-action" href="<inp2:FavoriteToggleLink/>"><inp2:m_phrase name="lu_btn_RemoveFromWishList"/></a>
- <inp2:m_else/>
- <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/ic_addtofav.gif" width="11" height="10" alt="" /> <a class="item-action" href="<inp2:FavoriteToggleLink template="platform/my_account/my_favorites"/>"><inp2:m_phrase name="lu_btn_AddToWishList"/></a>
- </inp2:m_if>
- &nbsp;|&nbsp;
-
- <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/reviews.gif" width="14" height="10" alt="" /> <a class="item-action" href="<inp2:ProductLink template="in-commerce/products/add_review"/>"><inp2:m_phrase name="lu_btn_AddReview"/></a>
- </td>
-
- </tr>
- </table>
- </td>
-</inp2:m_DefineElement>
-<!--## /PRODUCT ELEMENT ##-->
-
-<!--## RELATED PRODUCT ELEMENT ##-->
-<inp2:m_DefineElement name="related_product_element">
- <tr>
- <td width="25"><img src="<inp2:m_TemplatesBase module="In-Commerce"/>img/shopping_cart_item.gif" alt=""/></td>
- <td><a href="<inp2:ProductLink template="__default__"/>" class="text-title"><inp2:Field name="Name"/></a></td>
- </tr>
-</inp2:m_DefineElement>
-<!--## //RELATED PRODUCT ELEMENT ##-->
-
-<!--## FEATURED PRODUCT ELEMENT SHORT ##-->
-<inp2:m_DefineElement name="featured_product_element_short">
- <td valign="top">
- <div class="horizontal-separator"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="1" alt="" /><br /></div>
- <table>
- <tr>
- <td class="picture-padding">
- <table>
- <tr>
- <td align="center">
- <a href="<inp2:ProductLink template="__default__"/>" title="<inp2:Field name="Name" html_escape="1"/>"><inp2:Image render_as="image_element" primary="1" thumbnail="1" DefaultImage="platform/img/no_picture.gif" MaxWidth="thumbnail" DefaultWidth="150"/></a><br />
- </td>
- </tr>
-
- <tr>
- <td align="center">
- <inp2:m_if check="Available">
- <br/>
- <input class="button" onclick=" window.location.href='<inp2:AddToCartLink template="in-commerce/checkout/shop_cart" product_template="__default__"/>' " type="button" value="<inp2:m_Phrase label="lu_btn_BuyNow"/>" />
- <inp2:m_else />
- <inp2:m_phrase label="lu_comm_outofstock"/>
- </inp2:m_if>
- </td>
- </tr>
- </table>
- </td>
- <td class="text-padding" valign="top">
- <span class="text-title">
- <a href="<inp2:ProductLink template="__default__"/>"><inp2:Field name="Name" /></a>
- </span>
-
- <inp2:m_if check="Field" name="IsHot"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_hot.gif" alt="<inp2:m_phrase name="lu_Hot"/>"/></inp2:m_if>
- <inp2:m_if check="Field" name="IsNew"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_new.gif" alt="<inp2:m_phrase name="lu_New"/>"/></inp2:m_if>
- <inp2:m_if check="Field" name="IsPop"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_popular.gif" alt="<inp2:m_phrase name="lu_Pop"/>"/></inp2:m_if>
- <inp2:m_if check="IsEditorsPick"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_pick.gif" alt="<inp2:m_phrase name="lu_Pick"/>"/></inp2:m_if>
- <inp2:m_if check="IsFavorite"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_favorite.gif" alt="<inp2:m_phrase name="lu_Favorite"/>"/></inp2:m_if>
- <inp2:VotesIndicator render_as="rating_element"/>
-
- <br />
-
- <span class="item-statistics">
- <inp2:m_phrase name="lu_Reviews"/>: <inp2:Field name="CachedReviewsQty"/>,
- <inp2:m_phrase name="lu_Rating"/>: <inp2:Field name="CachedRating"/>,
- <inp2:m_phrase name="lu_Votes"/>: <inp2:Field name="CachedVotesQty"/>
- </span>
-
- <br />
-
- <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="4" alt="" /><br />
-
- <inp2:m_if check="Field" name="ManufacturerId">
- <inp2:m_Phrase label="lu_fld_Manufacturer"/>: <inp2:field name="ManufacturerId"/> (<inp2:m_Phrase label="lu_comm_OtherProductsBy"/> <a href="<inp2:ManufacturerLink template="in-commerce/products/manufacturer_products" />"><inp2:Field name="ManufacturerId"/></a> <inp2:m_Phrase label="lu_comm_OtherProducts"/>) <br />
- </inp2:m_if>
- <br />
-
- <inp2:m_if check="Field" name="MSRP">
- <span class="listing-field-name"><inp2:m_Phrase label="lu_fld_MSRP"/>:</span> <span class="product-price-msrp"><inp2:Field name="MSRP" currency="selected"/></span><br />
- </inp2:m_if>
-
- <span class="listing-field-name"><inp2:m_Phrase label="lu_fld_OurPrice"/>:</span> <span class="product-price"><inp2:Field name="Price" currency="selected"/>
- </span> <br />
-
- <inp2:m_if check="Savings">
- <span class="listing-field-name">
- <inp2:m_Phrase label="lu_fld_YouSave"/>: <inp2:Savings currency="selected" /> (<inp2:Savings type="percent"/>%)
- </span><br/>
- </inp2:m_if>
- </td>
- </tr>
- </table>
- </td>
-</inp2:m_DefineElement>
-<!--## /FEATURED PRODUCT ELEMENT SHORT ##-->
-
-<!--## FEATURED PRODUCT ELEMENT ##-->
-<inp2:m_DefineElement name="featured_product_element">
- <td>
- <div class="horizontal-separator"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="1" alt="" /><br /></div>
- <table>
- <tr>
- <td class="picture-padding">
- <table>
- <tr><td align="center">
- <a href="<inp2:ProductLink template="__default__"/>" title="<inp2:Field name="Name" html_escape="1"/>"><inp2:Image render_as="image_element" primary="1" thumbnail="1" DefaultImage="platform/img/no_picture.gif" MaxWidth="thumbnail" DefaultWidth="150"/></a><br />
- </td></tr>
- <tr><td align="center">
- <inp2:m_if check="Available">
- <br/>
- <input class="button" onclick=" window.location.href='<inp2:AddToCartLink template="in-commerce/checkout/shop_cart" product_template="__default__"/>' " type="button" value="<inp2:m_Phrase label="lu_btn_BuyNow"/>" />
- <inp2:m_else />
- <inp2:m_phrase label="lu_comm_outofstock"/>
- </inp2:m_if>
- </td></tr>
- </table>
- </td>
- <td class="text-padding" valign="top">
- <span class="text-title">
- <a href="<inp2:ProductLink template="__default__"/>"><inp2:Field name="Name" /></a>
- </span>
-
- <inp2:m_if check="Field" name="IsHot"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_hot.gif" alt="<inp2:m_phrase name="lu_Hot"/>"/></inp2:m_if>
- <inp2:m_if check="Field" name="IsNew"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_new.gif" alt="<inp2:m_phrase name="lu_New"/>"/></inp2:m_if>
- <inp2:m_if check="Field" name="IsPop"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_popular.gif" alt="<inp2:m_phrase name="lu_Pop"/>"/></inp2:m_if>
- <inp2:m_if check="IsEditorsPick"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_pick.gif" alt="<inp2:m_phrase name="lu_Pick"/>"/></inp2:m_if>
- <inp2:m_if check="IsFavorite"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_favorite.gif" alt="<inp2:m_phrase name="lu_Favorite"/>"/></inp2:m_if>
- <inp2:VotesIndicator render_as="rating_element"/>
-
- <br />
-
- <span class="item-statistics">
- <inp2:m_phrase name="lu_Reviews"/>: <inp2:Field name="CachedReviewsQty"/>,
- <inp2:m_phrase name="lu_Rating"/>: <inp2:Field name="CachedRating"/>,
- <inp2:m_phrase name="lu_Votes"/>: <inp2:Field name="CachedVotesQty"/>
- </span>
-
- <br />
-
- <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="4" alt="" /><br />
-
- <inp2:m_if check="Field" name="ManufacturerId">
- <inp2:m_Phrase label="lu_fld_Manufacturer"/>: <inp2:field name="ManufacturerId"/> (<inp2:m_Phrase label="lu_comm_OtherProductsBy"/> <a href="<inp2:ManufacturerLink template="in-commerce/products/manufacturer_products" />"><inp2:Field name="ManufacturerId"/></a> <inp2:m_Phrase label="lu_comm_OtherProducts"/>) <br />
- </inp2:m_if>
- <br />
-
- <inp2:m_if check="Field" name="MSRP">
- <span class="listing-field-name"><inp2:m_Phrase label="lu_fld_MSRP"/>:</span> <span class="product-price-msrp"><inp2:Field name="MSRP" currency="selected"/></span><br />
- </inp2:m_if>
-
- <span class="listing-field-name"><inp2:m_Phrase label="lu_fld_OurPrice"/>:</span> <span class="product-price"><inp2:Field name="Price" currency="selected"/>
- </span> <br />
-
- <inp2:m_if check="Savings">
- <span class="listing-field-name">
- <inp2:m_Phrase label="lu_fld_YouSave"/>: <inp2:Savings currency="selected" /> (<inp2:Savings type="percent"/>%)
- </span><br/>
- </inp2:m_if>
-
- <inp2:m_if check="Field" name="DescriptionExcerpt">
- <br/>
- <span class="listing-field-name"><inp2:m_Phrase label="lu_fld_Description"/>:</span> <inp2:Field name="DescriptionExcerpt" nl2br="1"/><br />
- </inp2:m_if>
-
- <br />
-
- <inp2:m_if check="CustomField" name="Availability">
- <inp2:CustomFieldLabel field="Availability"/>:
- <inp2:CustomField name="Availability"/>
- <br />
- <br />
- </inp2:m_if>
- <inp2:m_if check="CustomField" name="Features">
- <inp2:CustomFieldLabel field="Features"/>:
- <inp2:CustomField name="Features"/>
- <br />
- <br />
- </inp2:m_if>
- </td>
-
- </tr>
- </table>
- </td>
-</inp2:m_DefineElement>
-<!--## /FEATURED PRODUCT ELEMENT ##-->
-
-<!--## EDITORS PICK PRODUCT ELEMENT ##-->
-<inp2:m_DefineElement name="pick_product_element">
- <td width="16%" align="center" valign="top" class="block-data">
- <a href="<inp2:ProductLink template="__default__"/>"><inp2:Image render_as="image_element" primary="1" thumbnail="1" DefaultImage="platform/img/no_picture.gif" MaxWidth="120"/></a><br />
- <inp2:m_if check="Available">
- <a href="<inp2:AddToCartLink template="in-commerce/checkout/shop_cart" product_template="__default__"/>" class="link-product2"><strong><inp2:m_Phrase label="lu_comm_BuyNow"/></strong></a>
- <a href="<inp2:AddToCartLink template="in-commerce/checkout/shop_cart" product_template="__default__"/>"><img src="in-commerce/img/buy2.gif" alt="<inp2:m_Phrase label="lu_comm_BuyNow"/>" width="15" height="17" border="0" vspace="4" style="vertical-align:middle" /></a>
- <inp2:m_else />
- <strong><inp2:m_phrase label="lu_comm_outofstock"/></strong>
- </inp2:m_if>
- </td>
- <td width="84%" class="block-data">
- <a href="<inp2:ProductLink template="__default__"/>" class="link-product2"><strong><inp2:Field field="Name" /></strong></a>
- <inp2:m_if check="Available">
- <a href="<inp2:AddToCartLink template="in-commerce/checkout/shop_cart" product_template="__default__"/>"><img src="in-commerce/img/buy2.gif" alt="" width="15" height="17" border="0" style="vertical-align:middle" /></a>
- </inp2:m_if>
- <br />
-
- <inp2:m_if check="Field" name="MSRP">
- <span class="listing-field-name"><inp2:m_Phrase label="lu_fld_MSRP"/>:</span> <span class="product-price-msrp"><inp2:Field name="MSRP" currency="selected"/></span><br />
- </inp2:m_if>
-
- <span class="listing-field-name"><inp2:m_Phrase label="lu_fld_OurPrice"/>:</span> <span class="product-price"><inp2:Field name="Price" currency="selected"/>
- </span> <br />
-
- <inp2:m_if check="Savings">
- <span class="listing-field-name">
- <inp2:m_Phrase label="lu_fld_YouSave"/>: <inp2:Savings currency="selected" /> (<inp2:Savings type="percent"/>%)
- </span><br/>
- </inp2:m_if>
-
- <inp2:m_if check="Field" name="DescriptionExcerpt">
- <br/><span class="listing-field-name"><inp2:m_Phrase label="lu_fld_Description"/>:</span> <inp2:Field name="DescriptionExcerpt" nl2br="1"/><br />
- </inp2:m_if>
-
- </td>
-</inp2:m_DefineElement>
-<!--## /EDITORS PICK PRODUCT ELEMENT ##-->
-
-<!--## DOWNLOADABLE PRODUCT ELEMENT ##-->
-<inp2:m_DefineElement name="downloadable_product_element">
- <td>
- <div class="horizontal-separator"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="1" alt="" /><br /></div>
- <table>
- <tr>
- <td class="picture-padding">
- <a href="<inp2:ProductLink template="__default__"/>" title="<inp2:Field name="Name" html_escape="1"/>"><inp2:Image render_as="image_element" primary="1" thumbnail="1" DefaultImage="platform/img/no_picture.gif" MaxWidth="thumbnail" DefaultWidth="150"/></a><br />
- </td>
- <td class="text-padding" valign="top">
- <span class="text-title">
- <inp2:m_if check="p_HasFiles">
- <a href="<inp2:ProductLink template="in-commerce/my_account/my_downloads_more"/>"><inp2:Field name="Name" /></a>
- <inp2:m_else />
- <inp2:Field name="Name" />
- </inp2:m_if>
- </span>
-
- <inp2:m_if check="Field" name="IsHot"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_hot.gif" alt="<inp2:m_phrase name="lu_Hot"/>"/></inp2:m_if>
- <inp2:m_if check="Field" name="IsNew"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_new.gif" alt="<inp2:m_phrase name="lu_New"/>"/></inp2:m_if>
- <inp2:m_if check="Field" name="IsPop"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_popular.gif" alt="<inp2:m_phrase name="lu_Pop"/>"/></inp2:m_if>
- <inp2:m_if check="IsEditorsPick"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_pick.gif" alt="<inp2:m_phrase name="lu_Pick"/>"/></inp2:m_if>
- <inp2:m_if check="IsFavorite"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_favorite.gif" alt="<inp2:m_phrase name="lu_Favorite"/>"/></inp2:m_if>
- <inp2:VotesIndicator render_as="rating_element"/>
-
- <br />
-
- <span class="item-statistics">
- <inp2:m_phrase name="lu_Reviews"/>: <inp2:Field name="CachedReviewsQty"/>,
- <inp2:m_phrase name="lu_Rating"/>: <inp2:Field name="CachedRating"/>,
- <inp2:m_phrase name="lu_Votes"/>: <inp2:Field name="CachedVotesQty"/>
- </span>
-
- <br />
-
- <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="4" alt="" /><br />
-
- <br />
- <inp2:m_if check="Field" name="DescriptionExcerpt">
- <inp2:m_Phrase label="lu_fld_Description"/>: <inp2:Field name="DescriptionExcerpt" nl2br="1"/><br />
- </inp2:m_if>
-
- <inp2:m_if check="p_HasFiles">
- <a href="<inp2:ProductFileLink template="in-commerce/my_account/download"/>"><inp2:m_Phrase label="lu_comm_DownloadNow" /></a><br />
- <a href="<inp2:ProductLink template="in-commerce/my_account/my_downloads_more"/>"><inp2:m_Phrase label="lu_comm_MoreFiles" />...</a><br />
- <inp2:m_else />
- <inp2:m_Phrase label="lu_text_NoFilesForThisProduct" />
- </inp2:m_if>
-
- <br /><br />
-
- <inp2:m_if check="IsFavorite">
- <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/ic_removefromfav.gif" width="11" height="10" alt="" /> <a class="item-action" href="<inp2:FavoriteToggleLink/>"><inp2:m_phrase name="lu_btn_RemoveFromWishList"/></a>
- <inp2:m_else/>
- <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/ic_addtofav.gif" width="11" height="10" alt="" /> <a class="item-action" href="<inp2:FavoriteToggleLink template="platform/my_account/my_favorites"/>"><inp2:m_phrase name="lu_btn_AddToWishList"/></a>
- </inp2:m_if>
- &nbsp;|&nbsp;
-
- <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/reviews.gif" width="14" height="10" alt="" /> <a class="item-action" href="<inp2:ProductLink template="in-commerce/products/add_review"/>"><inp2:m_phrase name="lu_btn_AddReview"/></a>
- </td>
-
- </tr>
- </table>
- </td>
-</inp2:m_DefineElement>
-<!--## /DOWNLOADABLE PRODUCT ELEMENT ##-->
-
-<!--## SHORT PRODUCT ELEMENT ##-->
-<inp2:m_DefineElement name="product_short_element">
- <tr>
- <td>
- <a href="<inp2:ProductLink template="__default__"/>"><inp2:Field field="Name" /></a><br />
- <inp2:m_if check="Field" name="DescriptionExcerpt">
- <inp2:Field field="DescriptionExcerpt" first_chars="70"/><br />
- </inp2:m_if>
-
- <inp2:Field name="Price" currency="selected"/></span>
- <br /><br />
- </td>
- </tr>
-</inp2:m_DefineElement>
-<!--## /SHORT PRODUCT ELEMENT ##-->
-
-<!--## NO PRODUCTS ELEMENT ##-->
-<inp2:m_DefineElement name="no_products">
- <inp2:m_phrase name="lu_NoProducts"/>
-</inp2:m_DefineElement>
-<!--## /NO PRODUCTS ELEMENT ##-->
Property changes on: branches/RC/themes/default2009/in-commerce/designs/products.elm.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/themes/default2009/in-commerce/designs/addresses.elm.tpl
===================================================================
--- branches/RC/themes/default2009/in-commerce/designs/addresses.elm.tpl (revision 11512)
+++ branches/RC/themes/default2009/in-commerce/designs/addresses.elm.tpl (nonexistent)
@@ -1,92 +0,0 @@
-<!--## MY ADDRESS ELEMENT ##-->
-<inp2:m_DefineElement name="my_address_element">
- <tr>
- <td colspan="4">
- <div class="horizontal-separator"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="1" alt="" /></div>
- </td>
- </tr>
- <tr class="listing-row">
- <td>
- <strong><inp2:Field field="To"/></strong><br />
- <inp2:m_if check="Field" name="Company">
- <inp2:Field field="Company"/><br />
- </inp2:m_if>
- <inp2:m_if check="FieldEquals" field="Address1" value="" inverse="inverse">
- <inp2:Field field="Address1"/><br />
- </inp2:m_if>
-
- <inp2:m_if check="FieldEquals" field="Address2" value="" inverse="inverse">
- <inp2:Field field="Address2"/><br />
- </inp2:m_if>
- <inp2:PrintLocation/><br />
- </td>
- <td>
- <inp2:m_if check="Field" name="Email">
- <inp2:Field field="Email"/><br />
- </inp2:m_if>
-
- <inp2:m_if check="Field" name="Phone">
- <inp2:m_Phrase name="lu_Phone"/>: <inp2:Field field="Phone"/><br />
- </inp2:m_if>
-
- <inp2:m_if check="Field" name="Fax">
- <inp2:m_Phrase name="lu_Fax"/>: <inp2:Field field="Fax"/><br />
- </inp2:m_if>
- </td>
- <td>
- <inp2:m_if check="Field" field="LastUsedAsShipping" value="1"><inp2:m_Phrase label="lu_LastUsedAsShipping"/><br/></inp2:m_if>
- <inp2:m_if check="Field" field="LastUsedAsBilling" value="1"><inp2:m_Phrase label="lu_LastUsedAsBilling"/></inp2:m_if>
- <br />
- </td>
- <td>
- <inp2:m_if check="u.current_Field" name="cust_shipping_addr_block" inverse="1">
- <inp2:m_if check="IsProfileAddress">
- <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/ic_edit.gif" width="11" height="10" alt="" /> <a href="<inp2:m_Link template="platform/my_account/my_profile"/>" class="item-action"><inp2:m_Phrase label="lu_btn_Edit"/></a>
- <inp2:m_else />
- <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/ic_edit.gif" width="11" height="10" alt="" /> <a href="<inp2:m_Link template="in-commerce/my_account/edit_address" pass="m,addr"/>" class="item-action"><inp2:m_Phrase label="lu_btn_Edit"/></a> &nbsp;&nbsp;
- &nbsp;|&nbsp; <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/ic_delete.gif" width="11" height="10" alt="" /> <a href="<inp2:DeleteLink/>" onclick="return confirm('<inp2:m_phrase name="lu_comm_DeleteAddress" js_escape="1"/>');" class="item-action"><inp2:m_Phrase label="lu_btn_Delete"/></a>
- </inp2:m_if>
- </inp2:m_if>
- </td>
- </tr>
-</inp2:m_DefineElement>
-<!--## /MY ADDRESS ELEMENT ##-->
-
-<!--## ADDRESS SHORT ELEMENT ##-->
-<inp2:m_DefineElement name="address_short_element">
- <option value="<inp2:m_param name="key"/>"<inp2:m_param name="selected"/>><inp2:m_param name="value"/></option>
-</inp2:m_DefineElement>
-<!--## /ADDRESS SHORT ELEMENT ##-->
-
-<!--## EDIT ADDRESS ELEMENT ##-->
-<inp2:m_DefineElement name="inp_edit_select_address" style="" is_last="0">
- <tr>
- <td class="field-name">
- <inp2:m_phrase label="$title"/>:<br />
- <span class="field-hint">
- <inp2:m_phrase label="lu_hint_OrEnterAddress"/>
- </span>
- </td>
- <td class="field-value">
- <select class="input-select" name="<inp2:m_param name="type"/>_address_id" onchange="document.getElementById('events[ord][OnSelectAddress]').click();" style="<inp2:m_param name="style"/>">
- <inp2:m_if check="ord_AllowAddAddress">
- <option value="-1"><inp2:m_phrase name="lu_opt_NewAddress"/></option>
- </inp2:m_if>
- <inp2:ord_PrintAddresses render_as="address_short_element" type="$type" />
- </select>
- &nbsp;
- <input class="button" type="submit" id="events[ord][OnSelectAddress]" name="events[ord][OnSelectAddress]" value="<inp2:m_Phrase label="lu_btn_Select"/>"/>
- <a href="<inp2:m_Link template="in-commerce/my_account/my_addresses"/>"><inp2:m_Phrase name="lu_btn_ManageAddresses"/></a>
- </td>
- </tr>
-
- <inp2:m_if check="ord_IsProfileAddress" type="$type">
- <tr>
- <td class="field-name" colspan="2">
- <inp2:m_Phrase label="lu_hint_ProfileAddressWarning"/><br />
- </td>
- </tr>
- </inp2:m_if>
- <inp2:m_RenderElement name="inp_edit_field_separator" is_last="$is_last"/>
-</inp2:m_DefineElement>
-<!--## /EDIT ADDRESS ELEMENT ##-->
\ No newline at end of file
Property changes on: branches/RC/themes/default2009/in-commerce/designs/addresses.elm.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/themes/default2009/in-commerce/designs/orders.elm.tpl
===================================================================
--- branches/RC/themes/default2009/in-commerce/designs/orders.elm.tpl (revision 11512)
+++ branches/RC/themes/default2009/in-commerce/designs/orders.elm.tpl (nonexistent)
@@ -1,23 +0,0 @@
-<!--## NO ORDERS ELEMENT ##-->
-<inp2:m_DefineElement name="no_orders">
- <inp2:m_phrase name="lu_NoOrders"/>
-</inp2:m_DefineElement>
-<!--## /NO ORDERS ELEMENT ##-->
-
-<!--## MY ORDER ELEMENT ##-->
-<inp2:m_DefineElement name="my_order_element">
- <tr>
- <td colspan="4">
- <div class="horizontal-separator"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="1" alt="" /></div>
- </td>
- </tr>
- <tr class="listing-row">
- <td><a href="<inp2:m_Link template="in-commerce/my_account/my_order_details" pass="m,ord"/>"><inp2:Field field="OrderNumber"/></a> <inp2:m_if check="FieldEquals" field="IsRecurringBilling" value="1"><strong>(<inp2:m_Phrase label="lu_Recurring"/>)</strong></inp2:m_if></td>
- <td ><inp2:Field field="OrderDate" format="_regional_DateFormat"/></td>
- <td>
- <strong><inp2:Field field="TotalAmount" currency="selected"/></strong>
- </td>
- <td><inp2:Field field="Status"/></td>
- </tr>
-</inp2:m_DefineElement>
-<!--## /MY ORDER ELEMENT ##-->
\ No newline at end of file
Property changes on: branches/RC/themes/default2009/in-commerce/designs/orders.elm.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/themes/default2009/in-commerce/designs/product_files.elm.tpl
===================================================================
--- branches/RC/themes/default2009/in-commerce/designs/product_files.elm.tpl (revision 11512)
+++ branches/RC/themes/default2009/in-commerce/designs/product_files.elm.tpl (nonexistent)
@@ -1,44 +0,0 @@
-<!--## PRODUCTS FILE ELEMENT ##-->
-<inp2:m_DefineElement name="product_file_element">
- <inp2:m_if check="p_UniqueFileName">
- <tr>
- <td><inp2:m_Phrase label="lu_fld_Name"/>:</td>
- <td><inp2:Field name="Name"/></td>
- </tr>
- </inp2:m_if>
-
- <tr>
- <td><inp2:m_Phrase label="lu_fld_FileName"/>:</td>
- <td><a href="<inp2:p_ProductFileLink template="in-commerce/my_account/download"/>"><inp2:Field name="FilePath"/></a></td>
- </tr>
-
- <inp2:m_if check="Field" name="Version">
- <tr>
- <td><inp2:m_Phrase label="lu_fld_Version"/>:</td>
- <td><inp2:Field name="Version"/></td>
- </tr>
- </inp2:m_if>
-
- <tr>
- <td><inp2:m_Phrase label="lu_fld_Size"/>:</td>
- <td><inp2:Field name="Size" /></td>
- </tr>
-
- <tr>
- <td><inp2:m_Phrase label="lu_fld_AddedOn"/>:</td>
- <td><inp2:Field name="AddedOn" format="_regional_DateFormat"/></td>
- </tr>
-
- <tr>
- <td><inp2:m_Phrase label="lu_fld_DownloadLink"/>:</td>
- <td><a href="<inp2:p_ProductFileLink template="in-commerce/my_account/download"/>"><inp2:m_Phrase label="lu_btn_DownloadNow" /></a></td>
- </tr>
-
- <tr>
- <td colspan="2">
- <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="4" alt="" /><br />
- <div class="horizontal-separator"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="1" alt="" /><br /></div>
- </td>
- </tr>
-</inp2:m_DefineElement>
-<!--## /PRODUCTS FILE ELEMENT ##-->
\ No newline at end of file
Property changes on: branches/RC/themes/default2009/in-commerce/designs/product_files.elm.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/themes/default2009/in-commerce/designs/affiliates.elm.tpl
===================================================================
--- branches/RC/themes/default2009/in-commerce/designs/affiliates.elm.tpl (revision 11512)
+++ branches/RC/themes/default2009/in-commerce/designs/affiliates.elm.tpl (nonexistent)
@@ -1,151 +0,0 @@
-<!--## NO PAYMENTS ELEMENT ##-->
-<inp2:m_DefineElement name="no_payments">
- <inp2:m_Phrase label="lu_DontHavePayments"/>
-</inp2:m_DefineElement>
-<!--## /NO PAYMENTS ELEMENT ##-->
-
-<!--## NO VISITORS ELEMENT ##-->
-<inp2:m_DefineElement name="no_visitors">
- <inp2:m_include template="in-commerce/elements/affiliate_date_filter.elm" prefix="visits.incommerce" field="VisitDate" grid_name="visitsincommerce"/>
-
- <inp2:m_Phrase label="lu_DontHaveVisitors"/>
-</inp2:m_DefineElement>
-<!--## /NO VISITORS ELEMENT ##-->
-
-<!--## NO ORDERS ELEMENT ##-->
-<inp2:m_DefineElement name="no_orders">
- <inp2:m_include template="in-commerce/elements/affiliate_date_filter.elm" prefix="visits.incommerce" field="VisitDate" grid_name="visitsincommerce"/>
-
- <inp2:m_Phrase label="lu_DontHaveOrders"/>
-</inp2:m_DefineElement>
-<!--## /NO ORDERS ELEMENT ##-->
-
-<!--## PAYMENT ELEMENT ##-->
-<inp2:m_DefineElement name="payment_element">
- <tr class="listing-row">
- <td><inp2:Field field="PaymentDate" /></td>
- <td><inp2:Field field="PaymentReference" /></td>
- <td>
- <strong><inp2:Field field="Amount" currency="selected"/></strong>
- </td>
- </tr>
- <inp2:m_RenderElement name="separator" colspan="4"/>
-</inp2:m_DefineElement>
-<!--## /PAYMENT ELEMENT ##-->
-
-<!--## AFF. VISITS INFO ELEMENT ##-->
-<inp2:m_DefineElement name="affiliate_visits_info">
- <tr class="listing-row">
- <td>&nbsp;</td>
- <td>&nbsp;</td>
- <td>&nbsp;</td>
- <td>
- <strong><inp2:m_Phrase label="lu_Total"/>:<inp2:m_param name="OrderTotalAmount" /></strong>
- </td>
- <td>
- <strong><inp2:m_Phrase label="lu_Total"/>:<inp2:m_param name="OrderAffiliateCommission" /></strong>
- </td>
- </tr>
-</inp2:m_DefineElement>
-<!--## /AFF. VISITS INFO ELEMENT ##-->
-
-<!--## AFF. ORDERS ELEMENT ##-->
-<inp2:m_DefineElement name="affiliate_orders_info">
- <tr class="listing-row">
- <td>&nbsp;</td>
- <td>&nbsp;</td>
- <td>
- <inp2:m_Phrase label="lu_Total"/>:
- <inp2:m_param name="OrderTotalAmount" />
- </td>
- <td>
- <inp2:m_Phrase label="lu_Total"/>:
- <inp2:m_param name="OrderAffiliateCommission" />
- </td>
- </tr>
-</inp2:m_DefineElement>
-<!--## /AFF. ORDERS ELEMENT ##-->
-
-<!--## MY VISITOR ELEMENT ##-->
-<inp2:m_DefineElement name="my_visitor_element">
- <tr class="listing-row">
- <td><inp2:Field field="VisitDate" format="_regional_DateFormat"/></td>
- <td>
- <inp2:m_if check="FieldEquals" field="Referer" value="">
- <inp2:m_Phrase label="lu_visit_DirectReferer"/>
- <inp2:m_else/>
- <div style="overflow: hidden"><a href="<inp2:Field field="Referer"/>"><inp2:m_Phrase label="lu_RefererLink"/></a></div>
- </inp2:m_if>
- </td>
- <td><inp2:Field field="OrderCountByVisit" /></td>
- <td>
- <inp2:Field field="OrderTotalAmountSum" currency="selected"/>
- </td>
- <td>
- <inp2:Field field="OrderAffiliateCommissionSum" currency="selected"/>
- </td>
- </tr>
- <inp2:m_RenderElement name="separator" colspan="5"/>
-</inp2:m_DefineElement>
-<!--## /MY VISITOR ELEMENT ##-->
-
-<!--## MY ORDER ELEMENT ##-->
-<inp2:m_DefineElement name="my_order_element">
- <tr class="listing-row">
- <td><inp2:Field field="VisitDate" format="_regional_DateFormat"/></td>
- <td><inp2:Field field="OrderNumber"/></td>
- <td>
- <strong><inp2:Field field="OrderTotalAmount" currency="selected"/></strong>
- </td>
- <td>
- <strong><inp2:Field field="OrderAffiliateCommission" currency="selected"/></strong>
- </td>
- </tr>
- <inp2:m_RenderElement name="separator" colspan="4"/>
-</inp2:m_DefineElement>
-<!--## /MY VISITOR ELEMENT ##-->
-
-<inp2:m_DefineElement name="separator" colspan="0">
- <tr>
- <td colspan="<inp2:m_param name="colspan" />">
- <div class="horizontal-separator"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="3" height="1" alt=""/><br /></div>
- </td>
- </tr>
-</inp2:m_DefineElement>
-
-<!--## AFF. INFO TR ELEMENT ##-->
-<inp2:m_DefineElement name="affiliate_info_tr" type="">
- <tr class="listing-row">
- <td width="25%"><inp2:m_phrase label="$title"/></td>
- <td width="25%"><inp2:m_param name="param" /></td>
- <td align="left">
- <a href="<inp2:m_Link template="in-commerce/my_account/affiliate/affiliate_statistics_{$type}_list"/>"><inp2:m_Phrase label="lu_details"/></a>
- </td>
- </tr>
-</inp2:m_DefineElement>
-<!--## /AFF. INFO TR ELEMENT ##-->
-
-<!--## AFF. INFO ELEMENT ##-->
-<inp2:m_DefineElement name="affiliate_info">
- <table class="fullwidth">
- <tr>
- <td align="center">
- <table width="400">
- <inp2:m_RenderElement name="separator" colspan="3"/>
- <inp2:m_RenderElement name="affiliate_info_tr" title="lu_TotalVisitors" param="$TotalVisitors" type="visits"/>
- <inp2:m_RenderElement name="separator" colspan="3"/>
-
- <inp2:m_RenderElement name="affiliate_info_tr" title="lu_TotalOrders" param="$OrderCount" type="orders"/>
- <inp2:m_RenderElement name="separator" colspan="3"/>
-
- <inp2:m_RenderElement name="affiliate_info_tr" title="lu_TotalOrderAmount" param="$OrderTotalAmount" type="orders"/>
- <inp2:m_RenderElement name="separator" colspan="3"/>
-
- <inp2:m_RenderElement name="affiliate_info_tr" title="lu_TotalCommissionEarned" param="$OrderAffiliateCommission" type="orders"/>
- <inp2:m_RenderElement name="separator" colspan="3"/>
- </table>
- </td>
- </tr>
- </table>
-</inp2:m_DefineElement>
-<!--## /AFF. INFO ELEMENT ##-->
\ No newline at end of file
Property changes on: branches/RC/themes/default2009/in-commerce/designs/affiliates.elm.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/themes/default2009/in-commerce/designs/detail.tpl
===================================================================
--- branches/RC/themes/default2009/in-commerce/designs/detail.tpl (nonexistent)
+++ branches/RC/themes/default2009/in-commerce/designs/detail.tpl (revision 11513)
@@ -0,0 +1,296 @@
+<inp2:p_AddToRecent /> <!--## ADD CURRENT PRODUCT TO RECENTLY VIEWED PRODUCTS ##-->
+
+<!--## PAGE TITLE ELEMENT ##-->
+<inp2:m_DefineElement name="page_title">
+ <inp2:p_Field name="Name"/>
+</inp2:m_DefineElement>
+<!--## //PAGE TITLE ELEMENT ##-->
+
+<!--## SIDE-BAR ELEMENT ##-->
+<inp2:m_DefineElement name="sidebar">
+ <div class="movable-element">
+ <inp2:m_RenderElement name="in-commerce/elements/side_boxes/cart_indicator.elm" design="blue_box" data_exists="1"/>
+ </div>
+ <div class="movable-element">
+ <inp2:m_RenderElement name="in-commerce/elements/side_boxes/categories.elm" data_exists="1" design="blue_box"/>
+ </div>
+ <div class="movable-element">
+ <inp2:m_RenderElement name="platform/elements/side_boxes/login.elm" design="blue_box"/>
+ </div>
+ <div class="movable-element">
+ <inp2:m_RenderElement name="platform/elements/side_boxes/search.elm" design="blue_box"/>
+ </div>
+ <div class="movable-element">
+ <inp2:m_RenderElement name="in-commerce/elements/side_boxes/action_box.elm" item_actions="1" design="blue_box"/>
+ </div>
+</inp2:m_DefineElement>
+<!--## /SIDE-BAR ELEMENT ##-->
+
+<!--## MAIN CONTENT ##-->
+<inp2:m_DefineElement name="content">
+
+<div class="movable-element">
+ <inp2:m_include template="platform/elements/navigation_bar.elm" titles="__item__" templates="__default__" show_category="1"/>
+</div>
+
+<div class="movable-element">
+ <!-- Product Details -->
+ <inp2:m_RenderElement design="content_box">
+ <inp2:m_Capture to_var="header">
+ <inp2:m_phrase name="lu_title_ProductDetails"/>
+ </inp2:m_Capture>
+
+ <table class="fullwidth table-border">
+ <tr>
+ <td class="item-padding">
+ <img src="<inp2:m_TemplatesBase module="In-Commerce"/>img/shopping_cart_item.gif" alt=""/> <span class="text-title"><inp2:p_Field name="Name"/></span>
+
+ <inp2:m_if check="p_Field" name="IsHot"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_hot.gif" alt="<inp2:m_phrase name="lu_Hot"/>"/></inp2:m_if>
+ <inp2:m_if check="p_Field" name="IsNew"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_new.gif" alt="<inp2:m_phrase name="lu_New"/>"/></inp2:m_if>
+ <inp2:m_if check="p_Field" name="IsPop"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_popular.gif" alt="<inp2:m_phrase name="lu_Pop"/>"/></inp2:m_if>
+ <inp2:m_if check="p_IsEditorsPick"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_pick.gif" alt="<inp2:m_phrase name="lu_Pick"/>"/></inp2:m_if>
+ <inp2:m_if check="p_IsFavorite"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_favorite.gif" alt="<inp2:m_phrase name="lu_Favorite"/>"/></inp2:m_if>
+
+ <inp2:p_VotesIndicator render_as="rating_element"/>
+
+ <br />
+ <br />
+
+ <table>
+ <tr>
+ <td style="text-align: center; padding-right: 10px;" valign="top">
+ <!--## Check if image exists ##-->
+ <inp2:m_if check="p_ImageSrc" MaxWidth="fullsize">
+ <a href="<inp2:p_ImageSrc DefaultImage="platform/img/no_picture.gif" format="resize:450x450;wm:platform/img/logo_watermark.png|-1|-1"/>" class="thickbox" rel="product-images" title="<inp2:p_Field name='Name' html_escape='1'/>">
+ <inp2:p_Image render_as="image_element" Primary="1" MaxWidth="thumbnail" DefaultWidth="150" DefaultImage="platform/img/no_picture.gif" align="center"/><br />
+ </a>
+ <!--## Check if image exists ##-->
+ <inp2:m_else/>
+ <inp2:p_Image render_as="image_element" Primary="1" MaxWidth="thumbnail" DefaultWidth="150" DefaultImage="platform/img/no_picture.gif" align="center"/><br />
+ </inp2:m_if>
+ <br />
+
+ <inp2:m_if check="p_HasAdditionalImages">
+ <a href="<inp2:p_ProductLink template="__default__" />#images"><inp2:m_Phrase label="lu_btn_MoreImages"/></a>
+ <br /><br />
+ </inp2:m_if>
+
+ <span class="product-price-large"><inp2:p_Field name="Price" currency="selected"/></span><br /><br />
+
+ <inp2:m_if check="p_Available">
+ <inp2:m_if check="p_ShouldListOptions" required_only="1"><inp2:m_else/>
+ <input class="button" onclick=" window.location.href='<inp2:p_AddToCartLink template="in-commerce/checkout/shop_cart" product_template="__default__"/>' " type="button" value="<inp2:m_Phrase label="lu_comm_BuyNow"/>" />
+ </inp2:m_if>
+ <inp2:m_else />
+ <strong><inp2:m_phrase label="lu_comm_outofstock"/></strong>
+ </inp2:m_if>
+ </td>
+ <td valign="top">
+ <strong><inp2:m_phrase label="lu_Added"/>:</strong> <inp2:p_field field="CreatedOn_date" format="_regional_DateFormat"/><br />
+ <strong><inp2:m_phrase label="lu_Hits"/>:</strong> <inp2:p_field field="Hits"/><br />
+ <strong><inp2:m_phrase label="lu_Reviews"/>:</strong> <inp2:p_field field="CachedReviewsQty"/>
+
+ <a href="<inp2:p_ProductLink template="in-commerce/products/add_review"/>"><inp2:m_phrase name="lu_btn_AddReview"/></a><br />
+ <strong><inp2:m_phrase label="lu_Rating"/>:</strong> <inp2:p_field field="CachedRating"/> (<inp2:m_phrase label="lu_Votes"/>: <inp2:p_field field="CachedVotesQty"/>)
+
+ <a href="<inp2:p_ProductLink template="in-commerce/products/add_review"/>"><inp2:m_phrase name="lu_btn_RateThisProduct"/></a><br />
+
+ <br />
+
+ <inp2:m_if check="p_Field" name="SKU">
+ <strong><inp2:m_Phrase label="lu_fld_SKU"/>:</strong> <inp2:p_field name="SKU"/><br />
+ </inp2:m_if>
+
+ <inp2:m_if check="p_Field" name="ManufacturerId">
+ <strong><inp2:m_Phrase label="lu_fld_Manufacturer"/>:</strong> <inp2:p_field name="ManufacturerId"/> (<inp2:m_Phrase label="lu_comm_OtherProductsBy"/> <a href="<inp2:p_ManufacturerLink template="in-commerce/products/manufacturer_products" />"><inp2:p_Field name="ManufacturerId"/></a> <inp2:m_Phrase label="lu_comm_OtherProducts"/>) <br />
+ </inp2:m_if>
+
+ <inp2:m_if check="p_Field" name="MSRP">
+ <strong><inp2:m_Phrase label="lu_fld_MSRP"/>:</strong> <span class="product-price-msrp"><inp2:p_Field name="MSRP" currency="selected"/></span> <br />
+ </inp2:m_if>
+
+ <strong><inp2:m_Phrase label="lu_fld_OurPrice"/>: <span class="product-price"><inp2:p_Field name="Price" currency="selected"/></span></strong> <br />
+
+ <inp2:m_if check="p_Savings">
+ <strong><inp2:m_Phrase label="lu_fld_YouSave"/>: <span class="product-price"><inp2:p_Savings currency="selected" /> (<inp2:p_Savings type="percent"/>%)</span></strong><br/>
+ </inp2:m_if>
+ <br />
+
+ <inp2:m_if check="p_CustomField" name="Availability">
+ <strong><inp2:p_CustomFieldLabel field="Availability"/>:</strong>
+ <inp2:p_CustomField name="Availability"/>
+ <br />
+ <br />
+ </inp2:m_if>
+
+ <inp2:m_if check="p_HasQuantityPricing">
+ <inp2:m_if check="p_IsTangible">
+ <table>
+ <tr>
+ <td colspan="2" class="block-header">
+ <inp2:m_Phrase label="lu_comm_QuantityPricing"/>
+ </td>
+ </tr>
+ <tr class="cart-header">
+ <td>
+ <inp2:m_Phrase label="lu_comm_Quantity"/>
+ </td>
+ <td>
+ <inp2:m_Phrase label="lu_comm_Price"/>
+ </td>
+ </tr>
+ <inp2:m_DefineElement name="price_bracket">
+ <tr class="cart-item-small">
+ <td>
+ <inp2:Field name="MinQty"/> - <inp2:Field name="MaxQty"/>
+ </td>
+ <td>
+ <inp2:m_if check="Field" name="Negotiated">
+ <a href="mailto:<inp2:conf_ConfigValue name="Comm_Contacts_Email"/>"><inp2:conf_ConfigValue name="Comm_Contacts_Email"/></a>
+ <inp2:m_else/>
+ <inp2:Field name="Price" currency="selected"/>
+ </inp2:m_if>
+ </td>
+ </tr>
+ </inp2:m_DefineElement>
+ <inp2:p_ListPriceBrackets render_as="price_bracket"/>
+ </table>
+ <br />
+ </inp2:m_if>
+
+ <inp2:m_if check="p_IsSubscription">
+ <table>
+ <tr>
+ <td colspan="3" class="block-header">
+ <inp2:m_Phrase label="lu_comm_Pricing"/>
+ </td>
+ </tr>
+ <tr class="cart-header">
+ <td>
+ <inp2:m_Phrase label="lu_comm_AccessDuration"/>
+ </td>
+ <td>
+ <inp2:m_Phrase label="lu_comm_Price"/>
+ </td>
+ <td>&nbsp;
+
+ </td>
+ </tr>
+ <inp2:m_DefineElement name="access_price_bracket">
+ <tr class="cart-item-small">
+ <td>
+ <inp2:Field name="AccessDuration"/> <inp2:Field name="AccessUnit"/>
+ <br />
+ <small><inp2:Field name="Description"/></small>
+ </td>
+ <td>
+ <inp2:Field name="Price" currency="selected"/>
+ </td>
+ <td>
+ <a href="<inp2:AddToCartLink template="in-commerce/checkout/shop_cart" product_template="__default__"/>"><img src="<inp2:m_TemplatesBase module="In-Commerce"/>img/buy2.gif" alt="<inp2:m_Phrase label="lu_comm_BuyNow"/>" width="15" height="17" border="0" /></a>
+ </td>
+ </tr>
+ </inp2:m_DefineElement>
+ <inp2:p_ListPriceBrackets render_as="access_price_bracket"/>
+ </table>
+ <br />
+ </inp2:m_if>
+ </inp2:m_if>
+
+ <inp2:m_include template="in-commerce/products/form_options.elm"/>
+
+ <inp2:m_if check="p_Field" name="Description">
+ <strong><inp2:m_Phrase label="lu_fld_Description"/>:</strong> <inp2:p_Field name="Description"/> <br />
+ </inp2:m_if>
+
+ <br />
+ <inp2:m_if check="p_CustomField" name="Features">
+ <strong><inp2:p_CustomFieldLabel field="Features"/>:</strong>
+ <inp2:p_CustomField name="Features"/>
+ <br />
+ <br />
+ </inp2:m_if>
+
+ <inp2:m_if check="p_IsFavorite">
+ <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/ic_removefromfav.gif" width="11" height="10" alt="" /> <a class="item-action" href="<inp2:p_FavoriteToggleLink/>"><inp2:m_phrase name="lu_btn_RemoveFromWishList"/></a>
+ <inp2:m_else/>
+ <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/ic_addtofav.gif" width="11" height="10" alt="" /> <a class="item-action" href="<inp2:p_FavoriteToggleLink template="platform/my_account/my_favorites"/>"><inp2:m_phrase name="lu_btn_AddToWishList"/></a>
+ </inp2:m_if>
+ </td>
+ </tr>
+ </table>
+
+ <br />
+ <inp2:m_if check="p_HasAdditionalImages">
+ <!--## ADDITIONAL IMAGE ELEMENT ##-->
+ <inp2:m_DefineElement name="additional_image_element">
+ <td>
+ <a href="<inp2:ImageSrc format="resize:450x450;wm:platform/img/logo_watermark.png|-1|-1"/>" class="thickbox" rel="product-images" title="<inp2:m_param name="alt"/>">
+ <img src="<inp2:m_param name="img_path"/>" title="<inp2:m_param name="alt"/>" alt="<inp2:m_param name="alt"/>" <inp2:m_param name="img_size"/> border="0" /><br />
+ </a>
+ </td>
+ <inp2:m_if check="m_Param" name="not_last">
+ <td>
+ <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="8" height="1" alt="" />
+ </td>
+ </inp2:m_if>
+ </inp2:m_DefineElement>
+ <!--## /ADDITIONAL IMAGE ELEMENT ##-->
+
+ <a name="images"></a>
+
+ <inp2:m_RenderElement name="subsection" title="lu_section_AdditionalImages"/>
+ <table>
+ <tr>
+ <inp2:p_ListImages render_as="additional_image_element" types="additional" per_page="-1" no_table="1" MaxWidth="thumbnail" DefaultWidth="150" DefaultImage="platform/img/no_picture.gif"/>
+ </tr>
+ </table>
+ </inp2:m_if>
+ </td>
+ </tr>
+ </table>
+ </inp2:m_RenderElement>
+ <!-- // Product Details -->
+</div>
+
+<div class="movable-element">
+ <!-- Product Reviews -->
+ <inp2:m_DefineElement name="no_reviews">
+ <inp2:m_phrase name="lu_NoReviews"/>
+ </inp2:m_DefineElement>
+
+ <inp2:m_RenderElement design="content_box" data_exists="1" block_no_data="no_reviews">
+ <inp2:m_Capture to_var="header">
+ <inp2:m_phrase name="lu_section_Reviews"/> (<inp2:p-rev_TotalRecords/>)
+ </inp2:m_Capture>
+
+ <table>
+ <inp2:p-rev_PrintList render_as="review_element"/>
+ </table>
+ <inp2:m_include template="platform/elements/pagination.elm" prefix="p-rev"/>
+ </inp2:m_RenderElement>
+ <!-- // Product Reviews -->
+</div>
+
+<div class="movable-element">
+ <a name="related"></a>
+ <inp2:m_include template="in-commerce/elements/content_boxes/related_products.elm"/>
+
+
+ <!--## RELATED TO PRODUCT ITEMS ##-->
+ <inp2:m_RenderElement design="content_box" related_to="Product" data_exists="1">
+ <inp2:m_Capture to_var="header">
+ <inp2:m_Phrase label="lu_title_RelatedItems"/>
+ </inp2:m_Capture>
+
+ <inp2:m_ModuleInclude template="elements/content_boxes/related_items.elm" related_to="$related_to" skip_prefixes="p" />
+ </inp2:m_RenderElement>
+ <!--## // RELATED TO PRODUCT ITEMS ##-->
+</div>
+
+</inp2:m_DefineElement>
+<!--## /MAIN CONTENT ##-->
+
+<!--## DESIGN TEMPLATE ##-->
+<inp2:m_include template="platform/designs/default_design.des" pass_params="1"/>
+<!--## /DESIGN TEMPLATE ##-->
\ No newline at end of file
Property changes on: branches/RC/themes/default2009/in-commerce/designs/detail.tpl
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.1
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: branches/RC/themes/default2009/in-commerce/designs/section.tpl
===================================================================
--- branches/RC/themes/default2009/in-commerce/designs/section.tpl (nonexistent)
+++ branches/RC/themes/default2009/in-commerce/designs/section.tpl (revision 11513)
@@ -0,0 +1,97 @@
+<!--## PAGE TITLE ELEMENT ##-->
+<inp2:m_DefineElement name="page_title">
+ <inp2:m_include template="platform/elements/title_bar.elm"/>
+</inp2:m_DefineElement>
+<!--## //PAGE TITLE ELEMENT ##-->
+
+<!--## SIDE-BAR ELEMENT ##-->
+<inp2:m_DefineElement name="sidebar">
+ <div class="movable-element">
+ <inp2:m_RenderElement name="in-commerce/elements/side_boxes/cart_indicator.elm" design="blue_box" data_exists="1"/>
+ </div>
+ <div class="movable-element">
+ <inp2:m_RenderElement name="in-commerce/elements/side_boxes/categories.elm" design="blue_box" data_exists="1"/>
+ </div>
+ <div class="movable-element">
+ <inp2:m_RenderElement name="platform/elements/side_boxes/login.elm" design="blue_box"/>
+ </div>
+ <div class="movable-element">
+ <inp2:m_RenderElement name="platform/elements/side_boxes/search.elm" design="blue_box"/>
+ </div>
+ <div class="movable-element">
+ <inp2:m_RenderElement name="in-commerce/elements/side_boxes/credit_cards.elm" design="blue_box"/>
+ </div>
+ <div class="movable-element">
+ <inp2:m_RenderElement name="in-commerce/elements/side_boxes/pick_products.elm" design="blue_box" data_exists="1"/>
+ </div>
+</inp2:m_DefineElement>
+<!--## /SIDE-BAR ELEMENT ##-->
+
+<!--## MAIN CONTENT ##-->
+<inp2:m_DefineElement name="content">
+
+<div class="movable-element">
+ <inp2:m_include template="platform/elements/navigation_bar.elm"/>
+</div>
+
+ <!--## IF IN-COMMERCE HOME PAGE ##-->
+ <inp2:m_if check="p_IsModuleHome">
+ <div class="movable-element">
+ <inp2:m_include template="in-commerce/elements/content_boxes/featured_products.elm"/>
+ </div>
+ <div class="movable-element">
+ <inp2:m_include template="in-commerce/elements/content_boxes/new_products.elm"/>
+ </div>
+ <div class="movable-element">
+ <inp2:m_include template="in-commerce/elements/content_boxes/pick_products.elm"/>
+ </div>
+ <inp2:m_else/>
+ <!--## /IF IN-COMMERCE HOME PAGE ##-->
+
+ <div class="movable-element">
+ <inp2:m_include template="platform/elements/content_boxes/sub_categories.elm"/>
+ </div>
+
+ <div class="movable-element">
+ <!-- Category Products List -->
+ <inp2:m_RenderElement design="content_box" block_no_data="no_products">
+ <inp2:p_InitList list_name="products_in_category" />
+
+ <inp2:m_Capture to_var="header">
+ <inp2:m_phrase name="lu_title_Products"/> (<inp2:p_TotalRecords list_name="products_in_category"/>)
+ </inp2:m_Capture>
+
+ <inp2:m_include template="in-commerce/elements/sorting.elm" list_name="products_in_category"/>
+
+ <inp2:m_include template="in-commerce/elements/products.elm"/>
+
+ <table class="fullwidth table-border">
+ <inp2:p_ListProducts list_name="products_in_category" render_as="product_element"/>
+ </table>
+
+ <inp2:m_include template="platform/elements/pagination.elm" prefix="p" list_name="products_in_category"/>
+ </inp2:m_RenderElement>
+ <!-- // Category Products List -->
+ </div>
+
+ <!--## RELATED CATEGORIES ##-->
+ <!--##
+ <div class="movable-element">
+ <inp2:m_RenderElement design="content_box" related_to="Category" data_exists="1">
+ <inp2:m_Capture to_var="header">
+ <inp2:m_Phrase label="lu_title_RelatedCategories"/>
+ </inp2:m_Capture>
+
+ <inp2:m_include template="platform/elements/content_boxes/related_items.elm" related_to="$related_to" />
+ </inp2:m_RenderElement>
+ </div>
+ ##-->
+ <!--## // RELATED CATEGORIES ##-->
+
+ </inp2:m_if>
+</inp2:m_DefineElement>
+<!--## /MAIN CONTENT ##-->
+
+<!--## DESIGN TEMPLATE ##-->
+<inp2:m_include template="platform/designs/default_design.des" pass_params="1"/>
+<!--## /DESIGN TEMPLATE ##-->
\ No newline at end of file
Property changes on: branches/RC/themes/default2009/in-commerce/designs/section.tpl
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.1
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: branches/RC/themes/default2009/in-commerce/elements/affiliates.elm.tpl
===================================================================
--- branches/RC/themes/default2009/in-commerce/elements/affiliates.elm.tpl (nonexistent)
+++ branches/RC/themes/default2009/in-commerce/elements/affiliates.elm.tpl (revision 11513)
@@ -0,0 +1,151 @@
+<!--## NO PAYMENTS ELEMENT ##-->
+<inp2:m_DefineElement name="no_payments">
+ <inp2:m_Phrase label="lu_DontHavePayments"/>
+</inp2:m_DefineElement>
+<!--## /NO PAYMENTS ELEMENT ##-->
+
+<!--## NO VISITORS ELEMENT ##-->
+<inp2:m_DefineElement name="no_visitors">
+ <inp2:m_include template="in-commerce/elements/affiliate_date_filter.elm" prefix="visits.incommerce" field="VisitDate" grid_name="visitsincommerce"/>
+
+ <inp2:m_Phrase label="lu_DontHaveVisitors"/>
+</inp2:m_DefineElement>
+<!--## /NO VISITORS ELEMENT ##-->
+
+<!--## NO ORDERS ELEMENT ##-->
+<inp2:m_DefineElement name="no_orders">
+ <inp2:m_include template="in-commerce/elements/affiliate_date_filter.elm" prefix="visits.incommerce" field="VisitDate" grid_name="visitsincommerce"/>
+
+ <inp2:m_Phrase label="lu_DontHaveOrders"/>
+</inp2:m_DefineElement>
+<!--## /NO ORDERS ELEMENT ##-->
+
+<!--## PAYMENT ELEMENT ##-->
+<inp2:m_DefineElement name="payment_element">
+ <tr class="listing-row">
+ <td><inp2:Field field="PaymentDate" /></td>
+ <td><inp2:Field field="PaymentReference" /></td>
+ <td>
+ <strong><inp2:Field field="Amount" currency="selected"/></strong>
+ </td>
+ </tr>
+ <inp2:m_RenderElement name="separator" colspan="4"/>
+</inp2:m_DefineElement>
+<!--## /PAYMENT ELEMENT ##-->
+
+<!--## AFF. VISITS INFO ELEMENT ##-->
+<inp2:m_DefineElement name="affiliate_visits_info">
+ <tr class="listing-row">
+ <td>&nbsp;</td>
+ <td>&nbsp;</td>
+ <td>&nbsp;</td>
+ <td>
+ <strong><inp2:m_Phrase label="lu_Total"/>:<inp2:m_param name="OrderTotalAmount" /></strong>
+ </td>
+ <td>
+ <strong><inp2:m_Phrase label="lu_Total"/>:<inp2:m_param name="OrderAffiliateCommission" /></strong>
+ </td>
+ </tr>
+</inp2:m_DefineElement>
+<!--## /AFF. VISITS INFO ELEMENT ##-->
+
+<!--## AFF. ORDERS ELEMENT ##-->
+<inp2:m_DefineElement name="affiliate_orders_info">
+ <tr class="listing-row">
+ <td>&nbsp;</td>
+ <td>&nbsp;</td>
+ <td>
+ <inp2:m_Phrase label="lu_Total"/>:
+ <inp2:m_param name="OrderTotalAmount" />
+ </td>
+ <td>
+ <inp2:m_Phrase label="lu_Total"/>:
+ <inp2:m_param name="OrderAffiliateCommission" />
+ </td>
+ </tr>
+</inp2:m_DefineElement>
+<!--## /AFF. ORDERS ELEMENT ##-->
+
+<!--## MY VISITOR ELEMENT ##-->
+<inp2:m_DefineElement name="my_visitor_element">
+ <tr class="listing-row">
+ <td><inp2:Field field="VisitDate" format="_regional_DateFormat"/></td>
+ <td>
+ <inp2:m_if check="FieldEquals" field="Referer" value="">
+ <inp2:m_Phrase label="lu_visit_DirectReferer"/>
+ <inp2:m_else/>
+ <div style="overflow: hidden"><a href="<inp2:Field field="Referer"/>"><inp2:m_Phrase label="lu_RefererLink"/></a></div>
+ </inp2:m_if>
+ </td>
+ <td><inp2:Field field="OrderCountByVisit" /></td>
+ <td>
+ <inp2:Field field="OrderTotalAmountSum" currency="selected"/>
+ </td>
+ <td>
+ <inp2:Field field="OrderAffiliateCommissionSum" currency="selected"/>
+ </td>
+ </tr>
+ <inp2:m_RenderElement name="separator" colspan="5"/>
+</inp2:m_DefineElement>
+<!--## /MY VISITOR ELEMENT ##-->
+
+<!--## MY ORDER ELEMENT ##-->
+<inp2:m_DefineElement name="my_order_element">
+ <tr class="listing-row">
+ <td><inp2:Field field="VisitDate" format="_regional_DateFormat"/></td>
+ <td><inp2:Field field="OrderNumber"/></td>
+ <td>
+ <strong><inp2:Field field="OrderTotalAmount" currency="selected"/></strong>
+ </td>
+ <td>
+ <strong><inp2:Field field="OrderAffiliateCommission" currency="selected"/></strong>
+ </td>
+ </tr>
+ <inp2:m_RenderElement name="separator" colspan="4"/>
+</inp2:m_DefineElement>
+<!--## /MY VISITOR ELEMENT ##-->
+
+<inp2:m_DefineElement name="separator" colspan="0">
+ <tr>
+ <td colspan="<inp2:m_param name="colspan" />">
+ <div class="horizontal-separator"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="3" height="1" alt=""/><br /></div>
+ </td>
+ </tr>
+</inp2:m_DefineElement>
+
+<!--## AFF. INFO TR ELEMENT ##-->
+<inp2:m_DefineElement name="affiliate_info_tr" type="">
+ <tr class="listing-row">
+ <td width="25%"><inp2:m_phrase label="$title"/></td>
+ <td width="25%"><inp2:m_param name="param" /></td>
+ <td align="left">
+ <a href="<inp2:m_Link template="in-commerce/my_account/affiliate/affiliate_statistics_{$type}_list"/>"><inp2:m_Phrase label="lu_details"/></a>
+ </td>
+ </tr>
+</inp2:m_DefineElement>
+<!--## /AFF. INFO TR ELEMENT ##-->
+
+<!--## AFF. INFO ELEMENT ##-->
+<inp2:m_DefineElement name="affiliate_info">
+ <table class="fullwidth">
+ <tr>
+ <td align="center">
+ <table width="400">
+ <inp2:m_RenderElement name="separator" colspan="3"/>
+ <inp2:m_RenderElement name="affiliate_info_tr" title="lu_TotalVisitors" param="$TotalVisitors" type="visits"/>
+ <inp2:m_RenderElement name="separator" colspan="3"/>
+
+ <inp2:m_RenderElement name="affiliate_info_tr" title="lu_TotalOrders" param="$OrderCount" type="orders"/>
+ <inp2:m_RenderElement name="separator" colspan="3"/>
+
+ <inp2:m_RenderElement name="affiliate_info_tr" title="lu_TotalOrderAmount" param="$OrderTotalAmount" type="orders"/>
+ <inp2:m_RenderElement name="separator" colspan="3"/>
+
+ <inp2:m_RenderElement name="affiliate_info_tr" title="lu_TotalCommissionEarned" param="$OrderAffiliateCommission" type="orders"/>
+ <inp2:m_RenderElement name="separator" colspan="3"/>
+ </table>
+ </td>
+ </tr>
+ </table>
+</inp2:m_DefineElement>
+<!--## /AFF. INFO ELEMENT ##-->
\ No newline at end of file
Property changes on: branches/RC/themes/default2009/in-commerce/elements/affiliates.elm.tpl
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.1
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: branches/RC/themes/default2009/in-commerce/elements/side_boxes/pick_products.elm.tpl
===================================================================
--- branches/RC/themes/default2009/in-commerce/elements/side_boxes/pick_products.elm.tpl (revision 11512)
+++ branches/RC/themes/default2009/in-commerce/elements/side_boxes/pick_products.elm.tpl (revision 11513)
@@ -1,18 +1,18 @@
<!-- pick products -->
<inp2:p_InitList list_name="pick_products" types="pick" parent_cat_id="0" recursive="1" per_page="short_list"/>
<inp2:m_Capture to_var="header">
<a href="<inp2:m_Link template="in-commerce/products/pick_products" m_cat_id="0" m_cat_page="1" />"><inp2:m_phrase name="lu_title_PickProducts"/></a> (<inp2:p_TotalRecords list_name="pick_products"/>)
</inp2:m_Capture>
-<inp2:m_include template="in-commerce/designs/products.elm"/>
+<inp2:m_include template="in-commerce/elements/products.elm"/>
<table width="100%" style="border-width: 0px;">
<inp2:p_ListProducts list_name="pick_products" render_as="product_short_element" direction="H"/>
</table>
<inp2:m_DefineElement name="more_link">
<a href="<inp2:m_Link template="in-commerce/products/pick_products" m_cat_id="0" m_cat_page="1" />"><inp2:m_Phrase label="lu_More" /></a>
</inp2:m_DefineElement>
<inp2:p_MoreLink list_name="pick_products" render_as="more_link"/>
<!-- // pick products -->
\ No newline at end of file
Property changes on: branches/RC/themes/default2009/in-commerce/elements/side_boxes/pick_products.elm.tpl
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.1.2.1
\ No newline at end of property
+1.1.2.2
\ No newline at end of property
Index: branches/RC/themes/default2009/in-commerce/elements/side_boxes/top_seller_products.elm.tpl
===================================================================
--- branches/RC/themes/default2009/in-commerce/elements/side_boxes/top_seller_products.elm.tpl (revision 11512)
+++ branches/RC/themes/default2009/in-commerce/elements/side_boxes/top_seller_products.elm.tpl (revision 11513)
@@ -1,17 +1,17 @@
<inp2:p_InitList list_name="top_seller_products" types="hot" recursive="1" per_page="short_list" />
<inp2:m_Capture to_var="header">
<a href="<inp2:m_Link template="in-commerce/products/top_seller_products" m_cat_id="0" m_cat_page="1" />"><inp2:m_phrase name="lu_title_TopSellerProducts"/></a> (<inp2:p_TotalRecords list_name="top_seller_products"/>)
</inp2:m_Capture>
-<inp2:m_include template="in-commerce/designs/products.elm"/>
+<inp2:m_include template="in-commerce/elements/products.elm"/>
<table>
<inp2:p_ListProducts list_name="top_seller_products" render_as="product_short_element" no_table="1"/>
</table>
<inp2:m_DefineElement name="more_link">
<a href="<inp2:m_Link template="in-commerce/products/top_seller_products" />"><inp2:m_Phrase label="lu_More"/>...</a>
</inp2:m_DefineElement>
<inp2:p_MoreLink list_name="top_seller_products" render_as="more_link" />
Property changes on: branches/RC/themes/default2009/in-commerce/elements/side_boxes/top_seller_products.elm.tpl
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.1.2.1
\ No newline at end of property
+1.1.2.2
\ No newline at end of property
Index: branches/RC/themes/default2009/in-commerce/elements/side_boxes/recent_products.elm.tpl
===================================================================
--- branches/RC/themes/default2009/in-commerce/elements/side_boxes/recent_products.elm.tpl (revision 11512)
+++ branches/RC/themes/default2009/in-commerce/elements/side_boxes/recent_products.elm.tpl (revision 11513)
@@ -1,22 +1,22 @@
<inp2:p_InitList list_name="recent_products" types="recent" parent_cat_id="any" recursive="true" per_page="short_list" except="in_cart" />
<inp2:m_Capture to_var="header">
<a href="<inp2:m_Link template="in-commerce/products/recent_products" m_cat_id="0" m_cat_page="1" />"><inp2:m_phrase name="lu_title_RecentlyViewedProducts"/></a> (<inp2:p_TotalRecords list_name="recent_products"/>)
</inp2:m_Capture>
-<inp2:m_include template="in-commerce/designs/products.elm"/>
+<inp2:m_include template="in-commerce/elements/products.elm"/>
<table>
<inp2:p_ListProducts list_name="recent_products" render_as="product_short_element" columns="1" requery="0"/>
</table>
<inp2:m_DefineElement name="more_link">
<a href="<inp2:m_Link template="in-commerce/products/recent_products" />"><inp2:m_Phrase label="lu_More"/>...</a><br />
</inp2:m_DefineElement>
<inp2:p_MoreLink list_name="recent_products" render_as="more_link" />
<br />
<form method="post" action="<inp2:m_FormAction />">
<input class="button" type="submit" name="events[p][OnClearRecent]" value="<inp2:m_Phrase label="lu_btn_Clear"/>"/>
</form>
\ No newline at end of file
Property changes on: branches/RC/themes/default2009/in-commerce/elements/side_boxes/recent_products.elm.tpl
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.1.2.1
\ No newline at end of property
+1.1.2.2
\ No newline at end of property
Index: branches/RC/themes/default2009/in-commerce/elements/addresses.elm.tpl
===================================================================
--- branches/RC/themes/default2009/in-commerce/elements/addresses.elm.tpl (nonexistent)
+++ branches/RC/themes/default2009/in-commerce/elements/addresses.elm.tpl (revision 11513)
@@ -0,0 +1,92 @@
+<!--## MY ADDRESS ELEMENT ##-->
+<inp2:m_DefineElement name="my_address_element">
+ <tr>
+ <td colspan="4">
+ <div class="horizontal-separator"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="1" alt="" /></div>
+ </td>
+ </tr>
+ <tr class="listing-row">
+ <td>
+ <strong><inp2:Field field="To"/></strong><br />
+ <inp2:m_if check="Field" name="Company">
+ <inp2:Field field="Company"/><br />
+ </inp2:m_if>
+ <inp2:m_if check="FieldEquals" field="Address1" value="" inverse="inverse">
+ <inp2:Field field="Address1"/><br />
+ </inp2:m_if>
+
+ <inp2:m_if check="FieldEquals" field="Address2" value="" inverse="inverse">
+ <inp2:Field field="Address2"/><br />
+ </inp2:m_if>
+ <inp2:PrintLocation/><br />
+ </td>
+ <td>
+ <inp2:m_if check="Field" name="Email">
+ <inp2:Field field="Email"/><br />
+ </inp2:m_if>
+
+ <inp2:m_if check="Field" name="Phone">
+ <inp2:m_Phrase name="lu_Phone"/>: <inp2:Field field="Phone"/><br />
+ </inp2:m_if>
+
+ <inp2:m_if check="Field" name="Fax">
+ <inp2:m_Phrase name="lu_Fax"/>: <inp2:Field field="Fax"/><br />
+ </inp2:m_if>
+ </td>
+ <td>
+ <inp2:m_if check="Field" field="LastUsedAsShipping" value="1"><inp2:m_Phrase label="lu_LastUsedAsShipping"/><br/></inp2:m_if>
+ <inp2:m_if check="Field" field="LastUsedAsBilling" value="1"><inp2:m_Phrase label="lu_LastUsedAsBilling"/></inp2:m_if>
+ <br />
+ </td>
+ <td>
+ <inp2:m_if check="u.current_Field" name="cust_shipping_addr_block" inverse="1">
+ <inp2:m_if check="IsProfileAddress">
+ <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/ic_edit.gif" width="11" height="10" alt="" /> <a href="<inp2:m_Link template="platform/my_account/my_profile"/>" class="item-action"><inp2:m_Phrase label="lu_btn_Edit"/></a>
+ <inp2:m_else />
+ <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/ic_edit.gif" width="11" height="10" alt="" /> <a href="<inp2:m_Link template="in-commerce/my_account/edit_address" pass="m,addr"/>" class="item-action"><inp2:m_Phrase label="lu_btn_Edit"/></a> &nbsp;&nbsp;
+ &nbsp;|&nbsp; <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/ic_delete.gif" width="11" height="10" alt="" /> <a href="<inp2:DeleteLink/>" onclick="return confirm('<inp2:m_phrase name="lu_comm_DeleteAddress" js_escape="1"/>');" class="item-action"><inp2:m_Phrase label="lu_btn_Delete"/></a>
+ </inp2:m_if>
+ </inp2:m_if>
+ </td>
+ </tr>
+</inp2:m_DefineElement>
+<!--## /MY ADDRESS ELEMENT ##-->
+
+<!--## ADDRESS SHORT ELEMENT ##-->
+<inp2:m_DefineElement name="address_short_element">
+ <option value="<inp2:m_param name="key"/>"<inp2:m_param name="selected"/>><inp2:m_param name="value"/></option>
+</inp2:m_DefineElement>
+<!--## /ADDRESS SHORT ELEMENT ##-->
+
+<!--## EDIT ADDRESS ELEMENT ##-->
+<inp2:m_DefineElement name="inp_edit_select_address" style="" is_last="0">
+ <tr>
+ <td class="field-name">
+ <inp2:m_phrase label="$title"/>:<br />
+ <span class="field-hint">
+ <inp2:m_phrase label="lu_hint_OrEnterAddress"/>
+ </span>
+ </td>
+ <td class="field-value">
+ <select class="input-select" name="<inp2:m_param name="type"/>_address_id" onchange="document.getElementById('events[ord][OnSelectAddress]').click();" style="<inp2:m_param name="style"/>">
+ <inp2:m_if check="ord_AllowAddAddress">
+ <option value="-1"><inp2:m_phrase name="lu_opt_NewAddress"/></option>
+ </inp2:m_if>
+ <inp2:ord_PrintAddresses render_as="address_short_element" type="$type" />
+ </select>
+ &nbsp;
+ <input class="button" type="submit" id="events[ord][OnSelectAddress]" name="events[ord][OnSelectAddress]" value="<inp2:m_Phrase label="lu_btn_Select"/>"/>
+ <a href="<inp2:m_Link template="in-commerce/my_account/my_addresses"/>"><inp2:m_Phrase name="lu_btn_ManageAddresses"/></a>
+ </td>
+ </tr>
+
+ <inp2:m_if check="ord_IsProfileAddress" type="$type">
+ <tr>
+ <td class="field-name" colspan="2">
+ <inp2:m_Phrase label="lu_hint_ProfileAddressWarning"/><br />
+ </td>
+ </tr>
+ </inp2:m_if>
+ <inp2:m_RenderElement name="inp_edit_field_separator" is_last="$is_last"/>
+</inp2:m_DefineElement>
+<!--## /EDIT ADDRESS ELEMENT ##-->
\ No newline at end of file
Property changes on: branches/RC/themes/default2009/in-commerce/elements/addresses.elm.tpl
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.1
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: branches/RC/themes/default2009/in-commerce/elements/orders.elm.tpl
===================================================================
--- branches/RC/themes/default2009/in-commerce/elements/orders.elm.tpl (nonexistent)
+++ branches/RC/themes/default2009/in-commerce/elements/orders.elm.tpl (revision 11513)
@@ -0,0 +1,23 @@
+<!--## NO ORDERS ELEMENT ##-->
+<inp2:m_DefineElement name="no_orders">
+ <inp2:m_phrase name="lu_NoOrders"/>
+</inp2:m_DefineElement>
+<!--## /NO ORDERS ELEMENT ##-->
+
+<!--## MY ORDER ELEMENT ##-->
+<inp2:m_DefineElement name="my_order_element">
+ <tr>
+ <td colspan="4">
+ <div class="horizontal-separator"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="1" alt="" /></div>
+ </td>
+ </tr>
+ <tr class="listing-row">
+ <td><a href="<inp2:m_Link template="in-commerce/my_account/my_order_details" pass="m,ord"/>"><inp2:Field field="OrderNumber"/></a> <inp2:m_if check="FieldEquals" field="IsRecurringBilling" value="1"><strong>(<inp2:m_Phrase label="lu_Recurring"/>)</strong></inp2:m_if></td>
+ <td ><inp2:Field field="OrderDate" format="_regional_DateFormat"/></td>
+ <td>
+ <strong><inp2:Field field="TotalAmount" currency="selected"/></strong>
+ </td>
+ <td><inp2:Field field="Status"/></td>
+ </tr>
+</inp2:m_DefineElement>
+<!--## /MY ORDER ELEMENT ##-->
\ No newline at end of file
Property changes on: branches/RC/themes/default2009/in-commerce/elements/orders.elm.tpl
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.1
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: branches/RC/themes/default2009/in-commerce/elements/content_boxes/home_page_items.elm.tpl
===================================================================
--- branches/RC/themes/default2009/in-commerce/elements/content_boxes/home_page_items.elm.tpl (revision 11512)
+++ branches/RC/themes/default2009/in-commerce/elements/content_boxes/home_page_items.elm.tpl (revision 11513)
@@ -1,21 +1,21 @@
<!-- FEATURED PRODUCTS DISPLAIED ON HOME PAGE-->
<inp2:m_RenderElement design="content_box" data_exists="1">
<inp2:p_InitList list_name="featured_products" types="featured" recursive="1" per_page="2" sort_by="random" m_cat_id="0"/>
<inp2:m_Capture to_var="header">
<inp2:m_phrase name="lu_title_FeaturedProducts"/>
</inp2:m_Capture>
- <inp2:m_include template="in-commerce/designs/products.elm"/>
+ <inp2:m_include template="in-commerce/elements/products.elm"/>
<table class="fullwidth item-listing-featured table-border">
<inp2:p_ListProducts list_name="featured_products" render_as="featured_product_element_short" columns="2" direction="H"/>
</table>
<inp2:m_DefineElement name="more_link">
<a href="<inp2:m_Link template="in-commerce/products/featured_products" />"><inp2:m_Phrase label="lu_More"/>...</a><br />
</inp2:m_DefineElement>
<inp2:p_MoreLink list_name="featured_products" render_as="more_link"/>
</inp2:m_RenderElement>
<!-- /FEATURED PRODUCTS DISPLAIED ON HOME PAGE -->
\ No newline at end of file
Property changes on: branches/RC/themes/default2009/in-commerce/elements/content_boxes/home_page_items.elm.tpl
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.1.2.2
\ No newline at end of property
+1.1.2.3
\ No newline at end of property
Index: branches/RC/themes/default2009/in-commerce/elements/content_boxes/search_results.elm.tpl
===================================================================
--- branches/RC/themes/default2009/in-commerce/elements/content_boxes/search_results.elm.tpl (revision 11512)
+++ branches/RC/themes/default2009/in-commerce/elements/content_boxes/search_results.elm.tpl (revision 11513)
@@ -1,26 +1,26 @@
<inp2:m_RenderElement design="content_box" data_exists="1">
<inp2:p_InitList list_name="product_search_results" types="search" parent_cat_id="any" recursive="1" per_page="short_list"/>
<inp2:m_Capture to_var="header">
<inp2:m_phrase name="lu_title_ProductSearchResults"/> (<inp2:p_TotalRecords list_name="product_search_results" />)
</inp2:m_Capture>
- <inp2:m_include template="in-commerce/designs/products.elm"/>
+ <inp2:m_include template="in-commerce/elements/products.elm"/>
<inp2:m_include template="platform/elements/search_results.elm"/>
<table class="fullwidth item-listing">
<inp2:p_ListProducts list_name="product_search_results" render_as="product_short_element" show_relevance="1"/>
</table>
<div class="horizontal-separator"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="1" alt="" /><br /></div>
<inp2:m_if check="p_TotalRecords" list_name="product_search_results">
<inp2:m_Set items_found="1"/>
</inp2:m_if>
<inp2:m_DefineElement name="more_link">
<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="5" alt="" /><br />
<a href="<inp2:m_Link template="in-commerce/products/search_results" />"><inp2:m_Phrase label="lu_More"/>...</a>
</inp2:m_DefineElement>
<inp2:p_MoreLink list_name="product_search_results" render_as="more_link" />
</inp2:m_RenderElement>
\ No newline at end of file
Property changes on: branches/RC/themes/default2009/in-commerce/elements/content_boxes/search_results.elm.tpl
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.1.2.4
\ No newline at end of property
+1.1.2.5
\ No newline at end of property
Index: branches/RC/themes/default2009/in-commerce/elements/content_boxes/my_favorites.elm.tpl
===================================================================
--- branches/RC/themes/default2009/in-commerce/elements/content_boxes/my_favorites.elm.tpl (revision 11512)
+++ branches/RC/themes/default2009/in-commerce/elements/content_boxes/my_favorites.elm.tpl (revision 11513)
@@ -1,21 +1,21 @@
<!-- products in wishlist -->
<inp2:m_RenderElement design="content_box" data_exists="1">
<inp2:p_InitList list_name="wishlist_products" types="wish_list" parent_cat_id="0" recursive="1"/>
<inp2:m_Capture to_var="header">
<inp2:m_phrase name="lu_title_WishList"/> (<inp2:p_TotalRecords list_name="wishlist_products"/>)
</inp2:m_Capture>
- <inp2:m_include template="in-commerce/designs/products.elm"/>
+ <inp2:m_include template="in-commerce/elements/products.elm"/>
<table class="fullwidth item-listing table-border">
<inp2:p_ListProducts list_name="wishlist_products" render_as="product_element" direction="H"/>
</table>
<inp2:m_if check="p_TotalRecords" list_name="wishlist_products">
<inp2:m_Set favorites_found="1"/>
</inp2:m_if>
<inp2:m_include template="platform/elements/pagination.elm" prefix="p" list_name="wishlist_products"/>
</inp2:m_RenderElement>
<!-- // products in wishlist -->
\ No newline at end of file
Property changes on: branches/RC/themes/default2009/in-commerce/elements/content_boxes/my_favorites.elm.tpl
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.1.2.2
\ No newline at end of property
+1.1.2.3
\ No newline at end of property
Index: branches/RC/themes/default2009/in-commerce/elements/content_boxes/pick_products.elm.tpl
===================================================================
--- branches/RC/themes/default2009/in-commerce/elements/content_boxes/pick_products.elm.tpl (revision 11512)
+++ branches/RC/themes/default2009/in-commerce/elements/content_boxes/pick_products.elm.tpl (revision 11513)
@@ -1,22 +1,22 @@
<!-- editors pick -->
<inp2:m_RenderElement design="content_box" data_exists="1">
<inp2:p_InitList list_name="pick_products" types="pick" recursive="true" per_page="short_list" />
<inp2:m_Capture to_var="header">
<inp2:m_phrase name="lu_title_PickProducts"/>
</inp2:m_Capture>
- <inp2:m_include template="in-commerce/designs/products.elm"/>
+ <inp2:m_include template="in-commerce/elements/products.elm"/>
<table class="fullwidth item-listing table-border">
<inp2:p_ListProducts list_name="pick_products" render_as="product_element"/>
</table>
<inp2:m_DefineElement name="more_link">
<div style="text-align: right;">
<a href="<inp2:m_Link template="in-commerce/products/pick_products"/>"><inp2:m_Phrase label="lu_More"/>...</a>
</div>
</inp2:m_DefineElement>
<inp2:p_MoreLink list_name="pick_products" render_as="more_link"/>
</inp2:m_RenderElement>
<!-- //editors pick -->
\ No newline at end of file
Property changes on: branches/RC/themes/default2009/in-commerce/elements/content_boxes/pick_products.elm.tpl
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.1.2.1
\ No newline at end of property
+1.1.2.2
\ No newline at end of property
Index: branches/RC/themes/default2009/in-commerce/elements/content_boxes/checkout/billing_address.elm.tpl
===================================================================
--- branches/RC/themes/default2009/in-commerce/elements/content_boxes/checkout/billing_address.elm.tpl (revision 11512)
+++ branches/RC/themes/default2009/in-commerce/elements/content_boxes/checkout/billing_address.elm.tpl (revision 11513)
@@ -1,64 +1,64 @@
<inp2:m_RenderElement design="content_box">
<inp2:m_Capture to_var="header">
<inp2:m_Phrase label="lu_comm_BillingInfo"/>
</inp2:m_Capture>
<inp2:ord_ShowDefaultAddress type="billing"/>
<span class="field-required">*</span> <inp2:m_phrase name="lu_IndicatesRequired"/><br /><br />
<inp2:m_Phrase label="lu_EnterBillingAddress"/><br /><br />
<inp2:m_if check="ord_HasError" field="any">
<inp2:m_RenderElement name="error_message" />
</inp2:m_if>
<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/grey_pix.gif" width="100%" height="1" align="absmiddle" alt="" /><br />
<table class="form-data fullwidth">
- <inp2:m_include template="in-commerce/designs/addresses.elm"/>
+ <inp2:m_include template="in-commerce/elements/addresses.elm"/>
<inp2:m_if check="ord_OrderHasTangibleItems">
<inp2:m_if check="m_LoggedIn"><inp2:m_else/>
<tr>
<td class="field-name"><inp2:m_Phrase label="lu_SameAsShipping"/>:</td>
<td class="field-value">
<input type="checkbox" name="same_address" onclick="document.getElementById('events[ord][OnUpdate]').click();" value="1"<inp2:m_if check="m_GetEquals" name="same_address" value="1"> checked</inp2:m_if>" />
</td>
</tr>
</inp2:m_if>
</inp2:m_if>
<inp2:m_if check="m_LoggedIn">
<inp2:m_RenderElement name="inp_edit_select_address" type="billing" title="lu_fld_SelectAddress"/>
</inp2:m_if>
<inp2:m_if check="u.current_Field" name="cust_shipping_addr_block">
<inp2:m_RenderElement name="inp_edit_label" prefix="ord" field="BillingTo" title="lu_fld_FullName"/>
<inp2:m_RenderElement name="inp_edit_label" prefix="ord" field="BillingCompany" title="lu_fld_Company"/>
<inp2:m_RenderElement name="inp_edit_label" prefix="ord" field="BillingAddress1" title="lu_fld_AddressLine1"/>
<inp2:m_RenderElement name="inp_edit_label" prefix="ord" field="BillingAddress2" title="lu_fld_AddressLine2"/>
<inp2:m_RenderElement name="inp_edit_label" prefix="ord" field="BillingCity" title="lu_fld_City"/>
<inp2:m_RenderElement name="inp_edit_label" prefix="ord" field="BillingState" title="lu_fld_State"/>
<inp2:m_RenderElement name="inp_edit_label" prefix="ord" field="BillingZip" title="lu_fld_Zip"/>
<inp2:m_RenderElement name="inp_edit_label" prefix="ord" field="BillingCountry" title="lu_fld_Country"/>
<inp2:m_RenderElement name="inp_edit_label" prefix="ord" field="BillingPhone" title="lu_fld_Phone"/>
<inp2:m_RenderElement name="inp_edit_label" prefix="ord" field="BillingEmail" title="lu_fld_Email" is_last="1"/>
<inp2:m_else/>
<inp2:m_RenderElement name="inp_edit_box" prefix="ord" field="BillingTo" title="lu_fld_FullName" style="width: 300px;" />
<inp2:m_RenderElement name="inp_edit_box" prefix="ord" field="BillingCompany" title="lu_fld_Company" style="width: 300px;" />
<inp2:m_RenderElement name="inp_edit_box" prefix="ord" field="BillingAddress1" title="lu_fld_AddressLine1" style="width: 300px;" />
<inp2:m_RenderElement name="inp_edit_box" prefix="ord" field="BillingAddress2" title="lu_fld_AddressLine2" style="width: 300px;" />
<inp2:m_RenderElement name="inp_edit_box" prefix="ord" field="BillingCity" title="lu_fld_City" style="width: 200px;" />
<inp2:m_RenderElement name="inp_edit_box" prefix="ord" field="BillingState" title="lu_fld_State" style="width: 200px;" />
<inp2:m_RenderElement name="inp_edit_box" prefix="ord" field="BillingZip" title="lu_fld_Zip" style="width: 100px;" />
<inp2:m_RenderElement name="inp_edit_options" prefix="ord" field="BillingCountry" title="lu_fld_Country" style="width: 300px;" />
<inp2:m_RenderElement name="inp_edit_box" prefix="ord" field="BillingPhone" title="lu_fld_Phone" style="width: 150px;" />
<inp2:m_RenderElement name="inp_edit_box" prefix="ord" field="BillingEmail" title="lu_fld_Email" style="width: 150px;" is_last="1"/>
</inp2:m_if>
<inp2:m_RenderElement design="inp_edit_buttons" width="200">
<input type="hidden" name="check_billing_address" value="true"/>
<input class="button" type="submit" id="events[ord][OnUpdate]" name="events[ord][OnUpdate]" value="<inp2:m_Phrase label="lu_btn_UpdateAddress"/>"/>
</inp2:m_RenderElement>
</table>
</inp2:m_RenderElement>
\ No newline at end of file
Property changes on: branches/RC/themes/default2009/in-commerce/elements/content_boxes/checkout/billing_address.elm.tpl
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.1.2.1
\ No newline at end of property
+1.1.2.2
\ No newline at end of property
Index: branches/RC/themes/default2009/in-commerce/elements/content_boxes/checkout/shipping_address.elm.tpl
===================================================================
--- branches/RC/themes/default2009/in-commerce/elements/content_boxes/checkout/shipping_address.elm.tpl (revision 11512)
+++ branches/RC/themes/default2009/in-commerce/elements/content_boxes/checkout/shipping_address.elm.tpl (revision 11513)
@@ -1,53 +1,53 @@
<inp2:m_RenderElement design="content_box">
<inp2:m_Capture to_var="header">
<inp2:m_Phrase label="lu_title_ShippingInformation"/>
</inp2:m_Capture>
<inp2:ord_ShowDefaultAddress type="shipping"/>
<span class="field-required">*</span> <inp2:m_phrase name="lu_IndicatesRequired"/><br /><br />
<inp2:m_Phrase label="lu_EnterShippingAddress"/><br /><br />
<inp2:m_if check="ord_HasError" field="any">
<inp2:m_RenderElement name="error_message" />
</inp2:m_if>
<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/grey_pix.gif" width="100%" height="1" align="absmiddle" alt="" /><br />
<table class="form-data fullwidth">
- <inp2:m_include template="in-commerce/designs/addresses.elm"/>
+ <inp2:m_include template="in-commerce/elements/addresses.elm"/>
<inp2:m_if check="m_LoggedIn">
<inp2:m_RenderElement name="inp_edit_select_address" type="shipping" title="lu_fld_SelectAddress"/>
</inp2:m_if>
<inp2:m_if check="u.current_Field" name="cust_shipping_addr_block">
<inp2:m_RenderElement name="inp_edit_label" prefix="ord" field="ShippingTo" title="lu_fld_FullName"/>
<inp2:m_RenderElement name="inp_edit_label" prefix="ord" field="ShippingCompany" title="lu_fld_Company"/>
<inp2:m_RenderElement name="inp_edit_label" prefix="ord" field="ShippingAddress1" title="lu_fld_AddressLine1"/>
<inp2:m_RenderElement name="inp_edit_label" prefix="ord" field="ShippingAddress2" title="lu_fld_AddressLine2"/>
<inp2:m_RenderElement name="inp_edit_label" prefix="ord" field="ShippingCity" title="lu_fld_City"/>
<inp2:m_RenderElement name="inp_edit_label" prefix="ord" field="ShippingState" title="lu_fld_State"/>
<inp2:m_RenderElement name="inp_edit_label" prefix="ord" field="ShippingZip" title="lu_fld_Zip"/>
<inp2:m_RenderElement name="inp_edit_label" prefix="ord" field="ShippingCountry" title="lu_fld_Country"/>
<inp2:m_RenderElement name="inp_edit_label" prefix="ord" field="ShippingPhone" title="lu_fld_Phone"/>
<inp2:m_RenderElement name="inp_edit_label" prefix="ord" field="ShippingEmail" title="lu_fld_Email" is_last="1"/>
<inp2:m_else/>
<inp2:m_RenderElement name="inp_edit_box" prefix="ord" field="ShippingTo" title="lu_fld_FullName" style="width: 300px;" />
<inp2:m_RenderElement name="inp_edit_box" prefix="ord" field="ShippingCompany" title="lu_fld_Company" style="width: 300px;" />
<inp2:m_RenderElement name="inp_edit_box" prefix="ord" field="ShippingAddress1" title="lu_fld_AddressLine1" style="width: 300px;" />
<inp2:m_RenderElement name="inp_edit_box" prefix="ord" field="ShippingAddress2" title="lu_fld_AddressLine2" style="width: 300px;" />
<inp2:m_RenderElement name="inp_edit_box" prefix="ord" field="ShippingCity" title="lu_fld_City" style="width: 200px;" />
<inp2:m_RenderElement name="inp_edit_box" prefix="ord" field="ShippingState" title="lu_fld_State" style="width: 200px;" />
<inp2:m_RenderElement name="inp_edit_box" prefix="ord" field="ShippingZip" title="lu_fld_Zip" style="width: 100px;" />
<inp2:m_RenderElement name="inp_edit_options" prefix="ord" field="ShippingCountry" title="lu_fld_Country" style="width: 300px;" />
<inp2:m_RenderElement name="inp_edit_box" prefix="ord" field="ShippingPhone" title="lu_fld_Phone" style="width: 150px;" />
<inp2:m_RenderElement name="inp_edit_box" prefix="ord" field="ShippingEmail" title="lu_fld_Email" style="width: 150px;" is_last="1"/>
</inp2:m_if>
<inp2:m_RenderElement design="inp_edit_buttons" width="200">
<input type="hidden" name="check_shipping_address" value="true"/>
<input class="button" type="submit" id="events[ord][OnUpdate]" name="events[ord][OnUpdate]" value="<inp2:m_Phrase label="lu_btn_UpdateAddress"/>"/>
</inp2:m_RenderElement>
</table>
</inp2:m_RenderElement>
\ No newline at end of file
Property changes on: branches/RC/themes/default2009/in-commerce/elements/content_boxes/checkout/shipping_address.elm.tpl
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.1.2.1
\ No newline at end of property
+1.1.2.2
\ No newline at end of property
Index: branches/RC/themes/default2009/in-commerce/elements/content_boxes/new_products.elm.tpl
===================================================================
--- branches/RC/themes/default2009/in-commerce/elements/content_boxes/new_products.elm.tpl (revision 11512)
+++ branches/RC/themes/default2009/in-commerce/elements/content_boxes/new_products.elm.tpl (revision 11513)
@@ -1,23 +1,23 @@
<!-- editors pick -->
<inp2:m_RenderElement design="content_box" data_exists="1">
<inp2:p_InitList list_name="new_products" types="new" recursive="true" per_page="short_list" />
<inp2:m_Capture to_var="header">
<inp2:m_phrase name="lu_title_NewProducts"/>
</inp2:m_Capture>
- <inp2:m_include template="in-commerce/designs/products.elm"/>
+ <inp2:m_include template="in-commerce/elements/products.elm"/>
<table class="fullwidth item-listing table-border">
<inp2:p_ListProducts list_name="new_products" render_as="product_element"/>
</table>
<inp2:m_DefineElement name="more_link">
<div style="text-align: right;">
<a href="<inp2:m_Link template="in-commerce/products/new_products" />"><inp2:m_Phrase label="lu_More"/>...</a>
</div>
</inp2:m_DefineElement>
<inp2:p_MoreLink list_name="new_products" render_as="more_link"/>
</inp2:m_RenderElement>
<!-- //editors pick -->
\ No newline at end of file
Property changes on: branches/RC/themes/default2009/in-commerce/elements/content_boxes/new_products.elm.tpl
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.1.2.1
\ No newline at end of property
+1.1.2.2
\ No newline at end of property
Index: branches/RC/themes/default2009/in-commerce/elements/content_boxes/related_items.elm.tpl
===================================================================
--- branches/RC/themes/default2009/in-commerce/elements/content_boxes/related_items.elm.tpl (revision 11512)
+++ branches/RC/themes/default2009/in-commerce/elements/content_boxes/related_items.elm.tpl (revision 11513)
@@ -1,6 +1,6 @@
<!--## RELATED PRODUCTS ##-->
- <inp2:m_include template="in-commerce/designs/products.elm"/>
+ <inp2:m_include template="in-commerce/elements/products.elm"/>
<table>
<inp2:p_PrintList2 render_as="related_product_element" types="related" related_to="$related_to" parent_cat_id="any" no_table="1"/>
</table>
<!--## // RELATED PRODUCTS ##-->
\ No newline at end of file
Property changes on: branches/RC/themes/default2009/in-commerce/elements/content_boxes/related_items.elm.tpl
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.1.2.2
\ No newline at end of property
+1.1.2.3
\ No newline at end of property
Index: branches/RC/themes/default2009/in-commerce/elements/content_boxes/featured_products.elm.tpl
===================================================================
--- branches/RC/themes/default2009/in-commerce/elements/content_boxes/featured_products.elm.tpl (revision 11512)
+++ branches/RC/themes/default2009/in-commerce/elements/content_boxes/featured_products.elm.tpl (revision 11513)
@@ -1,23 +1,23 @@
<!-- FEATURED PRODUCTS -->
<inp2:m_RenderElement design="content_box" data_exists="1">
<inp2:p_InitList list_name="featured_products" types="featured" recursive="1" per_page="1" sort_by="random"/>
<inp2:m_Capture to_var="header">
<inp2:m_phrase name="lu_title_FeaturedProducts"/>
</inp2:m_Capture>
- <inp2:m_include template="in-commerce/designs/products.elm"/>
+ <inp2:m_include template="in-commerce/elements/products.elm"/>
<table class="fullwidth item-listing-featured table-border">
<inp2:p_ListProducts list_name="featured_products" render_as="featured_product_element"/>
</table>
<inp2:m_DefineElement name="more_link">
<div style="text-align: right;">
<a href="<inp2:m_Link template="in-commerce/products/featured_products" />"><inp2:m_Phrase label="lu_More"/>...</a><br />
</div>
</inp2:m_DefineElement>
<inp2:p_MoreLink list_name="featured_products" render_as="more_link"/>
</inp2:m_RenderElement>
<!-- /FEATURED PRODUCTS -->
\ No newline at end of file
Property changes on: branches/RC/themes/default2009/in-commerce/elements/content_boxes/featured_products.elm.tpl
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.1.2.1
\ No newline at end of property
+1.1.2.2
\ No newline at end of property
Index: branches/RC/themes/default2009/in-commerce/elements/content_boxes/related_products.elm.tpl
===================================================================
--- branches/RC/themes/default2009/in-commerce/elements/content_boxes/related_products.elm.tpl (revision 11512)
+++ branches/RC/themes/default2009/in-commerce/elements/content_boxes/related_products.elm.tpl (revision 11513)
@@ -1,19 +1,19 @@
<!-- related products -->
<inp2:m_RenderElement design="content_box" data_exists="1">
<inp2:p_InitList list_name="related_products" types="related" recursive="1" parent_cat_id="any" />
<inp2:m_Capture to_var="header">
<inp2:m_Phrase label="lu_title_RelatedProducts"/> (<inp2:p_TotalRecords list_name="related_products"/>)
</inp2:m_Capture>
<inp2:m_include template="in-commerce/elements/sorting.elm" list_name="related_products"/>
- <inp2:m_include template="in-commerce/designs/products.elm"/>
+ <inp2:m_include template="in-commerce/elements/products.elm"/>
<table class="fullwidth item-listing">
<inp2:p_ListProducts list_name="related_products" render_as="product_element"/>
</table>
<inp2:m_include template="platform/elements/pagination.elm" prefix="p" list_name="related_products"/>
</inp2:m_RenderElement>
<!-- // related products -->
\ No newline at end of file
Property changes on: branches/RC/themes/default2009/in-commerce/elements/content_boxes/related_products.elm.tpl
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.1.2.1
\ No newline at end of property
+1.1.2.2
\ No newline at end of property
Index: branches/RC/themes/default2009/in-commerce/elements/product_files.elm.tpl
===================================================================
--- branches/RC/themes/default2009/in-commerce/elements/product_files.elm.tpl (nonexistent)
+++ branches/RC/themes/default2009/in-commerce/elements/product_files.elm.tpl (revision 11513)
@@ -0,0 +1,44 @@
+<!--## PRODUCTS FILE ELEMENT ##-->
+<inp2:m_DefineElement name="product_file_element">
+ <inp2:m_if check="p_UniqueFileName">
+ <tr>
+ <td><inp2:m_Phrase label="lu_fld_Name"/>:</td>
+ <td><inp2:Field name="Name"/></td>
+ </tr>
+ </inp2:m_if>
+
+ <tr>
+ <td><inp2:m_Phrase label="lu_fld_FileName"/>:</td>
+ <td><a href="<inp2:p_ProductFileLink template="in-commerce/my_account/download"/>"><inp2:Field name="FilePath"/></a></td>
+ </tr>
+
+ <inp2:m_if check="Field" name="Version">
+ <tr>
+ <td><inp2:m_Phrase label="lu_fld_Version"/>:</td>
+ <td><inp2:Field name="Version"/></td>
+ </tr>
+ </inp2:m_if>
+
+ <tr>
+ <td><inp2:m_Phrase label="lu_fld_Size"/>:</td>
+ <td><inp2:Field name="Size" /></td>
+ </tr>
+
+ <tr>
+ <td><inp2:m_Phrase label="lu_fld_AddedOn"/>:</td>
+ <td><inp2:Field name="AddedOn" format="_regional_DateFormat"/></td>
+ </tr>
+
+ <tr>
+ <td><inp2:m_Phrase label="lu_fld_DownloadLink"/>:</td>
+ <td><a href="<inp2:p_ProductFileLink template="in-commerce/my_account/download"/>"><inp2:m_Phrase label="lu_btn_DownloadNow" /></a></td>
+ </tr>
+
+ <tr>
+ <td colspan="2">
+ <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="4" alt="" /><br />
+ <div class="horizontal-separator"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="1" alt="" /><br /></div>
+ </td>
+ </tr>
+</inp2:m_DefineElement>
+<!--## /PRODUCTS FILE ELEMENT ##-->
\ No newline at end of file
Property changes on: branches/RC/themes/default2009/in-commerce/elements/product_files.elm.tpl
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.1
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: branches/RC/themes/default2009/in-commerce/elements/products.elm.tpl
===================================================================
--- branches/RC/themes/default2009/in-commerce/elements/products.elm.tpl (nonexistent)
+++ branches/RC/themes/default2009/in-commerce/elements/products.elm.tpl (revision 11513)
@@ -0,0 +1,386 @@
+<!--## PRODUCT ELEMENT ##-->
+<inp2:m_DefineElement name="product_element">
+ <td>
+ <div class="horizontal-separator"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="1" alt="" /><br /></div>
+ <table>
+ <tr>
+ <td class="picture-padding">
+ <inp2:m_if check="m_Param" name="show_relevance">
+ <inp2:RelevanceIndicator on_color="Red" off_color="White" relevance_normal_render_as="search_relevance_normal" relevance_full_render_as="search_relevance_full" /><br/>
+ </inp2:m_if>
+
+ <table>
+ <tr><td align="center">
+ <a href="<inp2:ProductLink template="__default__"/>" title="<inp2:Field name="Name" html_escape="1"/>"><inp2:Image render_as="image_element" primary="1" thumbnail="1" DefaultImage="platform/img/no_picture.gif" MaxWidth="thumbnail" DefaultWidth="150"/></a><br />
+ </td></tr>
+ <tr><td align="center">
+ <inp2:m_if check="Available">
+ <br/>
+ <input class="button" onclick=" window.location.href='<inp2:AddToCartLink template="in-commerce/checkout/shop_cart" product_template="__default__"/>' " type="button" value="<inp2:m_Phrase label="lu_btn_BuyNow"/>" />
+ <inp2:m_else />
+ <inp2:m_phrase label="lu_comm_outofstock"/>
+ </inp2:m_if>
+ </td></tr>
+ </table>
+ </td>
+ <td class="text-padding" valign="top" >
+ <a href="<inp2:ProductLink template="__default__"/>" class="text-title"><inp2:Field name="Name"/></a>
+
+ <inp2:m_if check="Field" name="IsHot"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_hot.gif" alt="<inp2:m_phrase name="lu_Hot"/>"/></inp2:m_if>
+ <inp2:m_if check="Field" name="IsNew"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_new.gif" alt="<inp2:m_phrase name="lu_New"/>"/></inp2:m_if>
+ <inp2:m_if check="Field" name="IsPop"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_popular.gif" alt="<inp2:m_phrase name="lu_Pop"/>"/></inp2:m_if>
+ <inp2:m_if check="IsEditorsPick"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_pick.gif" alt="<inp2:m_phrase name="lu_Pick"/>"/></inp2:m_if>
+ <inp2:m_if check="IsFavorite"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_favorite.gif" alt="<inp2:m_phrase name="lu_Favorite"/>"/></inp2:m_if>
+ <inp2:VotesIndicator render_as="rating_element"/>
+
+ <inp2:m_if check="Available">
+ <a href="<inp2:AddToCartLink template="in-commerce/checkout/shop_cart" product_template="__default__"/>"><img src="<inp2:m_TemplatesBase module="In-Commerce"/>img/buy2.gif" alt="<inp2:m_phrase name=""/>"/></a>
+ </inp2:m_if>
+
+ <br />
+
+ <span class="item-statistics">
+ <inp2:m_phrase name="lu_Reviews"/>: <inp2:Field name="CachedReviewsQty"/>,
+ <inp2:m_phrase name="lu_Rating"/>: <inp2:Field name="CachedRating"/>,
+ <inp2:m_phrase name="lu_Votes"/>: <inp2:Field name="CachedVotesQty"/>
+ </span>
+
+ <br />
+
+ <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="4" alt="" /><br />
+
+ <br />
+ <inp2:m_if check="Field" name="MSRP">
+ <span class="listing-field-name"><inp2:m_Phrase label="lu_fld_MSRP"/>:</span> <span class="product-price-msrp"><inp2:Field name="MSRP" currency="selected"/></span><br />
+ </inp2:m_if>
+
+ <span class="listing-field-name"><inp2:m_Phrase label="lu_fld_OurPrice"/>:</span> <span class="product-price"><inp2:Field name="Price" currency="selected"/>
+ </span> <br />
+
+ <inp2:m_if check="Savings">
+ <span class="listing-field-name">
+ <inp2:m_Phrase label="lu_fld_YouSave"/>: <inp2:Savings currency="selected" /> (<inp2:Savings type="percent"/>%)
+ </span><br/>
+ </inp2:m_if>
+
+ <inp2:m_if check="Field" name="DescriptionExcerpt">
+ <span class="listing-field-name"><inp2:m_Phrase label="lu_fld_Description"/>:</span> <inp2:Field name="DescriptionExcerpt" nl2br="1"/><br/>
+ </inp2:m_if>
+ <br/>
+
+ <inp2:m_if check="IsFavorite">
+ <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/ic_removefromfav.gif" width="11" height="10" alt="" /> <a class="item-action" href="<inp2:FavoriteToggleLink/>"><inp2:m_phrase name="lu_btn_RemoveFromWishList"/></a>
+ <inp2:m_else/>
+ <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/ic_addtofav.gif" width="11" height="10" alt="" /> <a class="item-action" href="<inp2:FavoriteToggleLink template="platform/my_account/my_favorites"/>"><inp2:m_phrase name="lu_btn_AddToWishList"/></a>
+ </inp2:m_if>
+ &nbsp;|&nbsp;
+
+ <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/reviews.gif" width="14" height="10" alt="" /> <a class="item-action" href="<inp2:ProductLink template="in-commerce/products/add_review"/>"><inp2:m_phrase name="lu_btn_AddReview"/></a>
+ </td>
+
+ </tr>
+ </table>
+ </td>
+</inp2:m_DefineElement>
+<!--## /PRODUCT ELEMENT ##-->
+
+<!--## RELATED PRODUCT ELEMENT ##-->
+<inp2:m_DefineElement name="related_product_element">
+ <tr>
+ <td width="25"><img src="<inp2:m_TemplatesBase module="In-Commerce"/>img/shopping_cart_item.gif" alt=""/></td>
+ <td><a href="<inp2:ProductLink template="__default__"/>" class="text-title"><inp2:Field name="Name"/></a></td>
+ </tr>
+</inp2:m_DefineElement>
+<!--## //RELATED PRODUCT ELEMENT ##-->
+
+<!--## FEATURED PRODUCT ELEMENT SHORT ##-->
+<inp2:m_DefineElement name="featured_product_element_short">
+ <td valign="top">
+ <div class="horizontal-separator"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="1" alt="" /><br /></div>
+ <table>
+ <tr>
+ <td class="picture-padding">
+ <table>
+ <tr>
+ <td align="center">
+ <a href="<inp2:ProductLink template="__default__"/>" title="<inp2:Field name="Name" html_escape="1"/>"><inp2:Image render_as="image_element" primary="1" thumbnail="1" DefaultImage="platform/img/no_picture.gif" MaxWidth="thumbnail" DefaultWidth="150"/></a><br />
+ </td>
+ </tr>
+
+ <tr>
+ <td align="center">
+ <inp2:m_if check="Available">
+ <br/>
+ <input class="button" onclick=" window.location.href='<inp2:AddToCartLink template="in-commerce/checkout/shop_cart" product_template="__default__"/>' " type="button" value="<inp2:m_Phrase label="lu_btn_BuyNow"/>" />
+ <inp2:m_else />
+ <inp2:m_phrase label="lu_comm_outofstock"/>
+ </inp2:m_if>
+ </td>
+ </tr>
+ </table>
+ </td>
+ <td class="text-padding" valign="top">
+ <span class="text-title">
+ <a href="<inp2:ProductLink template="__default__"/>"><inp2:Field name="Name" /></a>
+ </span>
+
+ <inp2:m_if check="Field" name="IsHot"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_hot.gif" alt="<inp2:m_phrase name="lu_Hot"/>"/></inp2:m_if>
+ <inp2:m_if check="Field" name="IsNew"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_new.gif" alt="<inp2:m_phrase name="lu_New"/>"/></inp2:m_if>
+ <inp2:m_if check="Field" name="IsPop"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_popular.gif" alt="<inp2:m_phrase name="lu_Pop"/>"/></inp2:m_if>
+ <inp2:m_if check="IsEditorsPick"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_pick.gif" alt="<inp2:m_phrase name="lu_Pick"/>"/></inp2:m_if>
+ <inp2:m_if check="IsFavorite"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_favorite.gif" alt="<inp2:m_phrase name="lu_Favorite"/>"/></inp2:m_if>
+ <inp2:VotesIndicator render_as="rating_element"/>
+
+ <br />
+
+ <span class="item-statistics">
+ <inp2:m_phrase name="lu_Reviews"/>: <inp2:Field name="CachedReviewsQty"/>,
+ <inp2:m_phrase name="lu_Rating"/>: <inp2:Field name="CachedRating"/>,
+ <inp2:m_phrase name="lu_Votes"/>: <inp2:Field name="CachedVotesQty"/>
+ </span>
+
+ <br />
+
+ <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="4" alt="" /><br />
+
+ <inp2:m_if check="Field" name="ManufacturerId">
+ <inp2:m_Phrase label="lu_fld_Manufacturer"/>: <inp2:field name="ManufacturerId"/> (<inp2:m_Phrase label="lu_comm_OtherProductsBy"/> <a href="<inp2:ManufacturerLink template="in-commerce/products/manufacturer_products" />"><inp2:Field name="ManufacturerId"/></a> <inp2:m_Phrase label="lu_comm_OtherProducts"/>) <br />
+ </inp2:m_if>
+ <br />
+
+ <inp2:m_if check="Field" name="MSRP">
+ <span class="listing-field-name"><inp2:m_Phrase label="lu_fld_MSRP"/>:</span> <span class="product-price-msrp"><inp2:Field name="MSRP" currency="selected"/></span><br />
+ </inp2:m_if>
+
+ <span class="listing-field-name"><inp2:m_Phrase label="lu_fld_OurPrice"/>:</span> <span class="product-price"><inp2:Field name="Price" currency="selected"/>
+ </span> <br />
+
+ <inp2:m_if check="Savings">
+ <span class="listing-field-name">
+ <inp2:m_Phrase label="lu_fld_YouSave"/>: <inp2:Savings currency="selected" /> (<inp2:Savings type="percent"/>%)
+ </span><br/>
+ </inp2:m_if>
+ </td>
+ </tr>
+ </table>
+ </td>
+</inp2:m_DefineElement>
+<!--## /FEATURED PRODUCT ELEMENT SHORT ##-->
+
+<!--## FEATURED PRODUCT ELEMENT ##-->
+<inp2:m_DefineElement name="featured_product_element">
+ <td>
+ <div class="horizontal-separator"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="1" alt="" /><br /></div>
+ <table>
+ <tr>
+ <td class="picture-padding">
+ <table>
+ <tr><td align="center">
+ <a href="<inp2:ProductLink template="__default__"/>" title="<inp2:Field name="Name" html_escape="1"/>"><inp2:Image render_as="image_element" primary="1" thumbnail="1" DefaultImage="platform/img/no_picture.gif" MaxWidth="thumbnail" DefaultWidth="150"/></a><br />
+ </td></tr>
+ <tr><td align="center">
+ <inp2:m_if check="Available">
+ <br/>
+ <input class="button" onclick=" window.location.href='<inp2:AddToCartLink template="in-commerce/checkout/shop_cart" product_template="__default__"/>' " type="button" value="<inp2:m_Phrase label="lu_btn_BuyNow"/>" />
+ <inp2:m_else />
+ <inp2:m_phrase label="lu_comm_outofstock"/>
+ </inp2:m_if>
+ </td></tr>
+ </table>
+ </td>
+ <td class="text-padding" valign="top">
+ <span class="text-title">
+ <a href="<inp2:ProductLink template="__default__"/>"><inp2:Field name="Name" /></a>
+ </span>
+
+ <inp2:m_if check="Field" name="IsHot"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_hot.gif" alt="<inp2:m_phrase name="lu_Hot"/>"/></inp2:m_if>
+ <inp2:m_if check="Field" name="IsNew"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_new.gif" alt="<inp2:m_phrase name="lu_New"/>"/></inp2:m_if>
+ <inp2:m_if check="Field" name="IsPop"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_popular.gif" alt="<inp2:m_phrase name="lu_Pop"/>"/></inp2:m_if>
+ <inp2:m_if check="IsEditorsPick"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_pick.gif" alt="<inp2:m_phrase name="lu_Pick"/>"/></inp2:m_if>
+ <inp2:m_if check="IsFavorite"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_favorite.gif" alt="<inp2:m_phrase name="lu_Favorite"/>"/></inp2:m_if>
+ <inp2:VotesIndicator render_as="rating_element"/>
+
+ <br />
+
+ <span class="item-statistics">
+ <inp2:m_phrase name="lu_Reviews"/>: <inp2:Field name="CachedReviewsQty"/>,
+ <inp2:m_phrase name="lu_Rating"/>: <inp2:Field name="CachedRating"/>,
+ <inp2:m_phrase name="lu_Votes"/>: <inp2:Field name="CachedVotesQty"/>
+ </span>
+
+ <br />
+
+ <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="4" alt="" /><br />
+
+ <inp2:m_if check="Field" name="ManufacturerId">
+ <inp2:m_Phrase label="lu_fld_Manufacturer"/>: <inp2:field name="ManufacturerId"/> (<inp2:m_Phrase label="lu_comm_OtherProductsBy"/> <a href="<inp2:ManufacturerLink template="in-commerce/products/manufacturer_products" />"><inp2:Field name="ManufacturerId"/></a> <inp2:m_Phrase label="lu_comm_OtherProducts"/>) <br />
+ </inp2:m_if>
+ <br />
+
+ <inp2:m_if check="Field" name="MSRP">
+ <span class="listing-field-name"><inp2:m_Phrase label="lu_fld_MSRP"/>:</span> <span class="product-price-msrp"><inp2:Field name="MSRP" currency="selected"/></span><br />
+ </inp2:m_if>
+
+ <span class="listing-field-name"><inp2:m_Phrase label="lu_fld_OurPrice"/>:</span> <span class="product-price"><inp2:Field name="Price" currency="selected"/>
+ </span> <br />
+
+ <inp2:m_if check="Savings">
+ <span class="listing-field-name">
+ <inp2:m_Phrase label="lu_fld_YouSave"/>: <inp2:Savings currency="selected" /> (<inp2:Savings type="percent"/>%)
+ </span><br/>
+ </inp2:m_if>
+
+ <inp2:m_if check="Field" name="DescriptionExcerpt">
+ <br/>
+ <span class="listing-field-name"><inp2:m_Phrase label="lu_fld_Description"/>:</span> <inp2:Field name="DescriptionExcerpt" nl2br="1"/><br />
+ </inp2:m_if>
+
+ <br />
+
+ <inp2:m_if check="CustomField" name="Availability">
+ <inp2:CustomFieldLabel field="Availability"/>:
+ <inp2:CustomField name="Availability"/>
+ <br />
+ <br />
+ </inp2:m_if>
+ <inp2:m_if check="CustomField" name="Features">
+ <inp2:CustomFieldLabel field="Features"/>:
+ <inp2:CustomField name="Features"/>
+ <br />
+ <br />
+ </inp2:m_if>
+ </td>
+
+ </tr>
+ </table>
+ </td>
+</inp2:m_DefineElement>
+<!--## /FEATURED PRODUCT ELEMENT ##-->
+
+<!--## EDITORS PICK PRODUCT ELEMENT ##-->
+<inp2:m_DefineElement name="pick_product_element">
+ <td width="16%" align="center" valign="top" class="block-data">
+ <a href="<inp2:ProductLink template="__default__"/>"><inp2:Image render_as="image_element" primary="1" thumbnail="1" DefaultImage="platform/img/no_picture.gif" MaxWidth="120"/></a><br />
+ <inp2:m_if check="Available">
+ <a href="<inp2:AddToCartLink template="in-commerce/checkout/shop_cart" product_template="__default__"/>" class="link-product2"><strong><inp2:m_Phrase label="lu_comm_BuyNow"/></strong></a>
+ <a href="<inp2:AddToCartLink template="in-commerce/checkout/shop_cart" product_template="__default__"/>"><img src="in-commerce/img/buy2.gif" alt="<inp2:m_Phrase label="lu_comm_BuyNow"/>" width="15" height="17" border="0" vspace="4" style="vertical-align:middle" /></a>
+ <inp2:m_else />
+ <strong><inp2:m_phrase label="lu_comm_outofstock"/></strong>
+ </inp2:m_if>
+ </td>
+ <td width="84%" class="block-data">
+ <a href="<inp2:ProductLink template="__default__"/>" class="link-product2"><strong><inp2:Field field="Name" /></strong></a>
+ <inp2:m_if check="Available">
+ <a href="<inp2:AddToCartLink template="in-commerce/checkout/shop_cart" product_template="__default__"/>"><img src="in-commerce/img/buy2.gif" alt="" width="15" height="17" border="0" style="vertical-align:middle" /></a>
+ </inp2:m_if>
+ <br />
+
+ <inp2:m_if check="Field" name="MSRP">
+ <span class="listing-field-name"><inp2:m_Phrase label="lu_fld_MSRP"/>:</span> <span class="product-price-msrp"><inp2:Field name="MSRP" currency="selected"/></span><br />
+ </inp2:m_if>
+
+ <span class="listing-field-name"><inp2:m_Phrase label="lu_fld_OurPrice"/>:</span> <span class="product-price"><inp2:Field name="Price" currency="selected"/>
+ </span> <br />
+
+ <inp2:m_if check="Savings">
+ <span class="listing-field-name">
+ <inp2:m_Phrase label="lu_fld_YouSave"/>: <inp2:Savings currency="selected" /> (<inp2:Savings type="percent"/>%)
+ </span><br/>
+ </inp2:m_if>
+
+ <inp2:m_if check="Field" name="DescriptionExcerpt">
+ <br/><span class="listing-field-name"><inp2:m_Phrase label="lu_fld_Description"/>:</span> <inp2:Field name="DescriptionExcerpt" nl2br="1"/><br />
+ </inp2:m_if>
+
+ </td>
+</inp2:m_DefineElement>
+<!--## /EDITORS PICK PRODUCT ELEMENT ##-->
+
+<!--## DOWNLOADABLE PRODUCT ELEMENT ##-->
+<inp2:m_DefineElement name="downloadable_product_element">
+ <td>
+ <div class="horizontal-separator"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="1" alt="" /><br /></div>
+ <table>
+ <tr>
+ <td class="picture-padding">
+ <a href="<inp2:ProductLink template="__default__"/>" title="<inp2:Field name="Name" html_escape="1"/>"><inp2:Image render_as="image_element" primary="1" thumbnail="1" DefaultImage="platform/img/no_picture.gif" MaxWidth="thumbnail" DefaultWidth="150"/></a><br />
+ </td>
+ <td class="text-padding" valign="top">
+ <span class="text-title">
+ <inp2:m_if check="p_HasFiles">
+ <a href="<inp2:ProductLink template="in-commerce/my_account/my_downloads_more"/>"><inp2:Field name="Name" /></a>
+ <inp2:m_else />
+ <inp2:Field name="Name" />
+ </inp2:m_if>
+ </span>
+
+ <inp2:m_if check="Field" name="IsHot"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_hot.gif" alt="<inp2:m_phrase name="lu_Hot"/>"/></inp2:m_if>
+ <inp2:m_if check="Field" name="IsNew"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_new.gif" alt="<inp2:m_phrase name="lu_New"/>"/></inp2:m_if>
+ <inp2:m_if check="Field" name="IsPop"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_popular.gif" alt="<inp2:m_phrase name="lu_Pop"/>"/></inp2:m_if>
+ <inp2:m_if check="IsEditorsPick"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_pick.gif" alt="<inp2:m_phrase name="lu_Pick"/>"/></inp2:m_if>
+ <inp2:m_if check="IsFavorite"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_favorite.gif" alt="<inp2:m_phrase name="lu_Favorite"/>"/></inp2:m_if>
+ <inp2:VotesIndicator render_as="rating_element"/>
+
+ <br />
+
+ <span class="item-statistics">
+ <inp2:m_phrase name="lu_Reviews"/>: <inp2:Field name="CachedReviewsQty"/>,
+ <inp2:m_phrase name="lu_Rating"/>: <inp2:Field name="CachedRating"/>,
+ <inp2:m_phrase name="lu_Votes"/>: <inp2:Field name="CachedVotesQty"/>
+ </span>
+
+ <br />
+
+ <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="4" alt="" /><br />
+
+ <br />
+ <inp2:m_if check="Field" name="DescriptionExcerpt">
+ <inp2:m_Phrase label="lu_fld_Description"/>: <inp2:Field name="DescriptionExcerpt" nl2br="1"/><br />
+ </inp2:m_if>
+
+ <inp2:m_if check="p_HasFiles">
+ <a href="<inp2:ProductFileLink template="in-commerce/my_account/download"/>"><inp2:m_Phrase label="lu_comm_DownloadNow" /></a><br />
+ <a href="<inp2:ProductLink template="in-commerce/my_account/my_downloads_more"/>"><inp2:m_Phrase label="lu_comm_MoreFiles" />...</a><br />
+ <inp2:m_else />
+ <inp2:m_Phrase label="lu_text_NoFilesForThisProduct" />
+ </inp2:m_if>
+
+ <br /><br />
+
+ <inp2:m_if check="IsFavorite">
+ <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/ic_removefromfav.gif" width="11" height="10" alt="" /> <a class="item-action" href="<inp2:FavoriteToggleLink/>"><inp2:m_phrase name="lu_btn_RemoveFromWishList"/></a>
+ <inp2:m_else/>
+ <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/ic_addtofav.gif" width="11" height="10" alt="" /> <a class="item-action" href="<inp2:FavoriteToggleLink template="platform/my_account/my_favorites"/>"><inp2:m_phrase name="lu_btn_AddToWishList"/></a>
+ </inp2:m_if>
+ &nbsp;|&nbsp;
+
+ <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/reviews.gif" width="14" height="10" alt="" /> <a class="item-action" href="<inp2:ProductLink template="in-commerce/products/add_review"/>"><inp2:m_phrase name="lu_btn_AddReview"/></a>
+ </td>
+
+ </tr>
+ </table>
+ </td>
+</inp2:m_DefineElement>
+<!--## /DOWNLOADABLE PRODUCT ELEMENT ##-->
+
+<!--## SHORT PRODUCT ELEMENT ##-->
+<inp2:m_DefineElement name="product_short_element">
+ <tr>
+ <td>
+ <a href="<inp2:ProductLink template="__default__"/>"><inp2:Field field="Name" /></a><br />
+ <inp2:m_if check="Field" name="DescriptionExcerpt">
+ <inp2:Field field="DescriptionExcerpt" first_chars="70"/><br />
+ </inp2:m_if>
+
+ <inp2:Field name="Price" currency="selected"/></span>
+ <br /><br />
+ </td>
+ </tr>
+</inp2:m_DefineElement>
+<!--## /SHORT PRODUCT ELEMENT ##-->
+
+<!--## NO PRODUCTS ELEMENT ##-->
+<inp2:m_DefineElement name="no_products">
+ <inp2:m_phrase name="lu_NoProducts"/>
+</inp2:m_DefineElement>
+<!--## /NO PRODUCTS ELEMENT ##-->
Property changes on: branches/RC/themes/default2009/in-commerce/elements/products.elm.tpl
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.1
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property

Event Timeline