Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F726729
onlinestore
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Jan 5, 11:33 PM
Size
46 KB
Mime Type
text/x-diff
Expires
Tue, Jan 7, 11:33 PM (1 d, 14 h ago)
Engine
blob
Format
Raw Data
Handle
536823
Attached To
rTOST Themes.OnlineStore
onlinestore
View Options
Index: in-commerce/blocks/manufacturers/manufacturers.tpl
===================================================================
--- in-commerce/blocks/manufacturers/manufacturers.tpl (revision 12335)
+++ in-commerce/blocks/manufacturers/manufacturers.tpl (revision 12336)
@@ -1,81 +1,81 @@
<table border="0" cellspacing="0" cellpadding="0" class="block-no-border">
<tr>
<td class="block-header"><inp2:m_Phrase label="lu_comm_Manufacturers"/></td>
</tr>
<tr>
<td class="block-data">
<inp2:manuf_InitList list_name="manufacturers" per_page="default" recursive="true" />
<inp2:m_DefineElement name="manuf_image">
<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/>
</inp2:m_DefineElement>
<inp2:m_DefineElement name="product_image">
<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" /> style="margin-top: 10px" border="0" /><br/>
</inp2:m_DefineElement>
<table>
<tr>
<td style="text-align: center;">
<inp2:m_include template="in-commerce/blocks/manufacturers/manuf_pagination" list_name="manufacturers" />
</td>
</tr>
</table>
<table>
<inp2:m_DefineElement name="manuf_row_start">
<tr>
</inp2:m_DefineElement>
<inp2:m_DefineElement name="product_elem">
<td width="33%" align="center" valign="top" class="block-data">
<a href="<inp2:ProductLink template="__default__"/>" class="link-product2"><strong><inp2:Field field="Name" /></strong></a><br />
<a href="<inp2:ProductLink template="__default__"/>"><inp2:Image render_as="product_image" Thumbnail="1" DefaultImage="in-commerce/img/no_picture_list.gif" MaxWidth="120" MaxHeight="120" DefaultWidth="120"/></a> <br />
<strong><inp2:m_Phrase label="lu_comm_MSRP"/>: </strong><span class="price-msrp"><inp2:Field name="MSRP" currency="selected" /></span><br />
<strong><inp2:m_Phrase label="lu_comm_OurPrice"/>:</strong> <span class="price1"><inp2:Field name="Price" currency="selected"/></span><br />
<strong><inp2:m_Phrase label="lu_comm_Added"/>:</strong><inp2:Field name="CreatedOn_date" /><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>
+ <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" no_editing="1"/>" 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>
</inp2:m_DefineElement>
<inp2:m_DefineElement name="manuf_elem">
<td class="block-data">
<table>
<tr class="cart-header">
<td>
<a href="<inp2:p_ManufacturerLink template="in-commerce/store/manufacturer_products" />" class="link-product1"><strong><inp2:Field field="Name" /></strong></a><br />
</td>
</tr>
</table>
<table>
<inp2:p_ListProducts list_name="products_by_manuf" requery="1" types="manufacturer" recursive="1"
columns="3"
render_as="product_elem" per_page="3" />
</table>
<inp2:m_DefineElement name="more_link">
<a href="<inp2:p_ManufacturerLink template="in-commerce/store/manufacturer_products" />"><inp2:m_Phrase label="lu_comm_MoreLink"/>...</a>
</inp2:m_DefineElement>
<inp2:p_MoreLink list_name="products_by_manuf" render_as="more_link" />
</td>
</inp2:m_DefineElement>
<inp2:m_DefineElement name="manuf_row_end">
</tr>
</inp2:m_DefineElement>
<inp2:manuf_ListManufacturers list_name="manufacturers"
columns="1" direction="V"
render_as="manuf_elem"
row_start_render_as="manuf_row_start" row_end_render_as="manuf_row_end"
empty_cell_render_as="manuf_empty_cell" />
</table>
</td>
</tr>
</table>
\ No newline at end of file
Index: in-commerce/blocks/products/products_featured.tpl
===================================================================
--- in-commerce/blocks/products/products_featured.tpl (revision 12335)
+++ in-commerce/blocks/products/products_featured.tpl (revision 12336)
@@ -1,60 +1,60 @@
<inp2:p_InitList list_name="list_featured" types="featured" except="displayed" recursive="1" per_page="1" sort_by="random"/>
<inp2:m_DefineElement name="product_image">
<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/>
</inp2:m_DefineElement>
<table border="0" cellspacing="0" cellpadding="0" class="featured-block">
<tr>
<td class="featured-block-header"><inp2:m_Phrase label="lu_comm_Featured"/></td>
</tr>
<tr>
<td>
<table class="featured-block-data">
<inp2:m_DefineElement name="featured_item">
<td width="30%" align="center" valign="top" class="block-data">
<a href="<inp2:ProductLink template="__default__"/>"><inp2:Image render_as="product_image" DefaultImage="in-commerce/img/no_picture.gif" MaxWidth="250" DefaultWidth="250" /></a><br />
<span class="price2"><inp2:Field name="Price" currency="selected"/></span>
<inp2:m_if check="Available">
<a href="<inp2:AddToCartLink template="in-commerce/checkout/shop_cart" product_template="__default__"/>" class="price2"><inp2:m_Phrase label="lu_comm_BuyNow"/></a>
- <a href="<inp2:AddToCartLink template="in-commerce/checkout/shop_cart" product_template="__default__"/>"><img src="in-commerce/img/buy.gif" alt="<inp2:m_Phrase label="lu_comm_BuyNow"/>" width="23" height="23" border="0" vspace="4" /></a>
+ <a href="<inp2:AddToCartLink template="in-commerce/checkout/shop_cart" product_template="__default__"/>"><img src="in-commerce/img/buy.gif" alt="<inp2:m_Phrase label="lu_comm_BuyNow" no_editing="1"/>" width="23" height="23" border="0" vspace="4" /></a>
<inp2:m_else />
<strong><inp2:m_phrase label="lu_comm_outofstock"/></strong>
</inp2:m_if>
</td>
<td width="70%" class="block-data">
<a href="<inp2:ProductLink template="__default__"/>" class="link-product1"><inp2:field name="Name"/></a><br />
<inp2:m_if check="Field" name="ManufacturerId">
<strong><inp2:m_Phrase label="lu_comm_Manufacturer"/>:</strong> <inp2:field name="ManufacturerId"/> (<inp2:m_Phrase label="lu_comm_OtherProductsBy"/> <a href="<inp2:ManufacturerLink template="in-commerce/store/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"><strong><inp2:m_Phrase label="lu_comm_MSRP"/>:</strong> <span class="price-msrp"><strong><inp2:Field name="MSRP" currency="selected"/></strong></span><br /></inp2:m_if>
<strong><inp2:m_Phrase label="lu_comm_OurPrice"/>:</strong> <span class="price1"><inp2:Field name="Price" currency="selected"/></span> <br />
<strong><inp2:m_Phrase label="lu_comm_Description"/>:</strong> <inp2:Field name="DescriptionExcerpt"/> <br />
<br />
<inp2:m_if check="CustomField" name="Availability">
<strong><inp2:CustomFieldLabel field="Availability"/>:</strong>
<inp2:CustomField name="Availability"/>
<br />
<br />
</inp2:m_if>
<inp2:m_if check="CustomField" name="Features">
<strong><inp2:CustomFieldLabel field="Features"/>:</strong>
<inp2:CustomField name="Features"/>
<br />
<br />
</inp2:m_if>
</td>
</inp2:m_DefineElement>
<inp2:p_ListProducts list_name="list_featured" render_as="featured_item" columns="1" />
</table>
<inp2:m_DefineElement name="more_link">
<a href="<inp2:m_Link template="in-commerce/store/featured_products" />"><inp2:m_Phrase label="lu_comm_MoreLink"/>...</a><br />
</inp2:m_DefineElement>
<inp2:p_MoreLink list_name="list_featured" render_as="more_link" />
</td>
</tr>
</table>
\ No newline at end of file
Index: in-commerce/blocks/products/form_review_product.tpl
===================================================================
--- in-commerce/blocks/products/form_review_product.tpl (revision 12335)
+++ in-commerce/blocks/products/form_review_product.tpl (revision 12336)
@@ -1,90 +1,90 @@
<inp2:m_DefineElement name="product_star_on">
<img src="img/star_rate.gif" alt="">
</inp2:m_DefineElement>
<inp2:m_DefineElement name="product_image">
<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/>
</inp2:m_DefineElement>
<table class="block-no-border">
<tr>
<td class="block-header"><inp2:m_Phrase label="lu_comm_ReviewProduct"/></td>
</tr>
<tr>
<td class="block-data-single">
<table>
<tr>
<td width="16%" align="center" valign="top" class="block-data">
<a href="<inp2:p_ProductLink template="__default__"/>"><inp2:p_Image render_as="product_image" thumbnail="1" DefaultImage="in-commerce/img/no_picture_list.gif" MaxWidth="120" MaxHeight="120" DefaultWidth="120" /></a>
<inp2:m_if check="p_Available">
<a href="<inp2:p_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:p_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>
+ <a href="<inp2:p_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" no_editing="1"/>" 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:p_ProductLink template="__default__"/>" class="link-product2"><strong><inp2:p_Field field="Name" /></strong></a>
<inp2:m_if check="p_Available">
<a href="<inp2:p_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="p_Field" name="MSRP"><strong><inp2:m_Phrase label="lu_comm_MSRP"/>:</strong> <span class="price-msrp"><inp2:p_Field name="MSRP" currency="selected"/></span> <br /> </inp2:m_if>
<strong><inp2:m_Phrase label="lu_comm_OurPrice"/>:</strong> <span class="price1"><inp2:p_Field name="Price" currency="selected"/></span> <br />
<strong><inp2:m_Phrase label="lu_comm_Description"/>:</strong> <inp2:p_Field name="DescriptionExcerpt"/><br />
<br />
<inp2:m_if check="p_AlreadyReviewed">
<table class="warning">
<tr>
<td valign="top" align="left" class="block-data">
<img src="img/message.gif" alt="" width="19" height="19" />
<span class="warning-text"><inp2:m_Phrase label="lu_Warning"/></span><br />
<inp2:m_Phrase label="lu_comm_ErrorAlreadyReviewed"/>.
</td>
</tr>
</table>
<table>
<inp2:m_DefineElement name="review_row">
<td>
<strong><inp2:m_Phrase label="lu_comm_ReviewBy"/> <inp2:Field name="ReviewedBy"/></strong>, <inp2:Field name="CreatedOn" format="_regional_DateFormat"/><br />
<br />
<inp2:field field="ReviewText"/><br />
<hr />
</td>
</inp2:m_DefineElement>
<inp2:p_ListReviews type="current_user" render_as="review_row" per_page="-1" main_special=""/>
</table>
<inp2:m_else />
<inp2:m_if check="rev.product_HasError" field="ReviewText">
<table class="warning">
<tr>
<td valign="top" align="left" class="block-data">
<img src="img/message.gif" alt="" width="19" height="19" />
<span class="warning-text"><inp2:m_Phrase label="lu_Warning"/></span><br />
<inp2:rev.product_Error field="ReviewText" />
</td>
</tr>
</table>
</inp2:m_if>
<form method="POST" action="<inp2:m_FormAction />">
<strong><inp2:m_Phrase label="lu_comm_YourReviewText"/>:</strong><br />
<textarea name="<inp2:rev.product_InputName field="ReviewText"/>" cols="60" rows="15"><inp2:rev.product_field field="ReviewText"/></textarea><br />
<br />
<input type="hidden" name="success_template" value="__default__" />
<input type="hidden" name="cancel_template" value="__default__" />
<input type="submit" name="events[rev.product][OnAddReview]" class="button" value="<inp2:m_Phrase label="lu_add_review" no_editing="1"/>">
<input type="submit" name="events[p][OnCancelAction]" class="button" value="<inp2:m_Phrase label="lu_Cancel" no_editing="1"/>">
</form>
</inp2:m_if>
</td>
</tr>
</table>
<br />
</td>
</tr>
</table>
\ No newline at end of file
Index: in-commerce/blocks/products/product_details.tpl
===================================================================
--- in-commerce/blocks/products/product_details.tpl (revision 12335)
+++ in-commerce/blocks/products/product_details.tpl (revision 12336)
@@ -1,237 +1,237 @@
<inp2:m_DefineElement name="product_edpick_mark">
- <img src="in-commerce/img/edpick.gif" alt="<inp2:m_Phrase label="lu_comm_EditorsPick"/>"> <inp2:m_Phrase label="lu_comm_EditorsPick"/>
+ <img src="in-commerce/img/edpick.gif" alt="<inp2:m_Phrase label="lu_comm_EditorsPick" no_editing="1"/>"> <inp2:m_Phrase label="lu_comm_EditorsPick"/>
</inp2:m_DefineElement>
<inp2:m_DefineElement name="product_new_mark">
- <img src="in-commerce/img/new.gif" alt="<inp2:m_Phrase label="lu_comm_New"/>"> <inp2:m_Phrase label="lu_comm_New"/>
+ <img src="in-commerce/img/new.gif" alt="<inp2:m_Phrase label="lu_comm_New" no_editing="1"/>"> <inp2:m_Phrase label="lu_comm_New"/>
</inp2:m_DefineElement>
<inp2:m_DefineElement name="product_pop_mark">
- <img src="in-commerce/img/toprated.gif" alt="<inp2:m_Phrase label="lu_comm_Pop"/>"> <inp2:m_Phrase label="lu_comm_Pop"/>
+ <img src="in-commerce/img/toprated.gif" alt="<inp2:m_Phrase label="lu_comm_Pop" no_editing="1"/>"> <inp2:m_Phrase label="lu_comm_Pop"/>
</inp2:m_DefineElement>
<inp2:m_DefineElement name="product_topseller_mark">
- <img src="in-commerce/img/topseller.gif" alt="<inp2:m_Phrase label="lu_comm_TopSeller"/>"> <inp2:m_Phrase label="lu_comm_TopSeller"/>
+ <img src="in-commerce/img/topseller.gif" alt="<inp2:m_Phrase label="lu_comm_TopSeller" no_editing="1"/>"> <inp2:m_Phrase label="lu_comm_TopSeller"/>
</inp2:m_DefineElement>
<inp2:m_DefineElement name="product_star_on">
<img src="img/star_rate.gif" alt="">
</inp2:m_DefineElement>
<inp2:m_DefineElement name="product_star_off">
<img src="img/star.gif" alt="" width="11" height="11">
</inp2:m_DefineElement>
<inp2:m_DefineElement name="product_image">
<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/>
</inp2:m_DefineElement>
<inp2:m_DefineElement name="imageLB"><inp2:m_param name="img_path" /></inp2:m_DefineElement>
<table border="0" cellspacing="0" cellpadding="0" class="block-no-border">
<tr>
<td class="block-header"><inp2:m_Phrase label="lu_comm_ProductDetails"/></td>
</tr>
<tr>
<td class="block-data-single">
<table style="vertical-align: top; float: top;">
<tr>
<td style="text-align: center; width: 200px; padding-right: 10px;">
<inp2:m_if check="p_ImageSrc" MaxWidth="fullsize">
<a href="<inp2:p_Image render_as="imageLB" />" rel="lightbox" target="_blank"><inp2:p_Image render_as="product_image" DefaultImage="in-commerce/img/no_picture.gif" MaxWidth="250" DefaultWidth="250" /></a><br /><br />
<a href="<inp2:p_Image render_as="imageLB" />" rel="lightbox" target="_blank"><img src="img/zoom.gif" alt="" border="0"></a>
<a href="<inp2:p_Image render_as="imageLB" />" rel="lightbox" target="_blank"><inp2:m_Phrase label="lu_comm_ZoomImage"/></a>
<!--## Check if image exists ##-->
<inp2:m_else/>
<inp2:p_Image render_as="product_image" Primary="1" MaxWidth="thumbnail" DefaultWidth="150" DefaultImage="platform/img/no_picture.gif" align="center"/><br />
</inp2:m_if>
<inp2:m_if check="p_HasAdditionalImages">
<a href="<inp2:p_ProductLink template="__default__" />#images"><img src="img/more_images.gif" alt="" border="0"></a>
<a href="<inp2:p_ProductLink template="__default__" />#images"><inp2:m_Phrase label="lu_comm_MoreImages"/></a>
</inp2:m_if>
<br /><br />
<span class="price2"><inp2:p_Field name="Price" currency="selected"/></span>
<inp2:m_if check="p_Available">
<inp2:m_if check="p_ShouldListOptions" required_only="1"><inp2:m_else/>
<a href="<inp2:p_AddToCartLink template="in-commerce/checkout/shop_cart" product_template="__default__"/>" class="price2"><inp2:m_Phrase label="lu_comm_BuyNow"/></a>
- <a href="<inp2:p_AddToCartLink template="in-commerce/checkout/shop_cart" product_template="__default__"/>"><img src="in-commerce/img/buy.gif" alt="<inp2:m_Phrase label="lu_comm_BuyNow"/>" width="23" height="23" border="0" vspace="4" /></a>
+ <a href="<inp2:p_AddToCartLink template="in-commerce/checkout/shop_cart" product_template="__default__"/>"><img src="in-commerce/img/buy.gif" alt="<inp2:m_Phrase label="lu_comm_BuyNow" no_editing="1"/>" width="23" height="23" border="0" vspace="4" /></a>
</inp2:m_if>
<inp2:m_else />
<strong><inp2:m_phrase label="lu_comm_outofstock"/></strong>
</inp2:m_if>
</td>
<td>
<a href="<inp2:p_ProductLink template="__default__"/>" class="link-product1"><inp2:p_field name="Name"/></a><nobr><inp2:p_Rating star_on_render_as="product_star_on" star_off_render_as="product_star_off"/></nobr><br />
<inp2:p_EdPickMark render_as="product_edpick_mark"/>
<inp2:p_TopSellerMark render_as="product_topseller_mark"/>
<inp2:p_NewMark render_as="product_new_mark"/>
<inp2:p_PopMark render_as="product_pop_mark"/>
<br />
<inp2:m_if check="p_Field" name="ManufacturerId">
<strong><inp2:m_Phrase label="lu_comm_Manufacturer"/>:</strong> <inp2:p_field name="ManufacturerId"/> (<inp2:m_Phrase label="lu_comm_OtherProductsBy"/> <a href="<inp2:p_ManufacturerLink template="in-commerce/store/manufacturer_products" />"><inp2:p_Field name="ManufacturerId"/></a> <inp2:m_Phrase label="lu_comm_OtherProducts"/>) <br />
</inp2:m_if>
<br />
<strong><inp2:m_phrase label="lu_Added"/>:</strong> <inp2:p_field field="CreatedOn_date" format="_regional_DateFormat"/><br />
<strong><inp2:m_phrase label="lu_Rating"/>:</strong> <inp2:p_field field="CachedRating"/> (<inp2:p_field field="CachedVotesQty"/> votes) <a href="<inp2:p_ProductLink template="in-commerce/product/rate_product" />"><inp2:m_Phrase label="lu_comm_RateThisProduct"/></a><br />
<strong><inp2:m_phrase label="lu_Reviews"/>:</strong> <inp2:p_ReviewCount /> <a href="<inp2:p_ProductLink />#reviews"><inp2:m_Phrase label="lu_comm_ViewReviews"/></a> | <a href="<inp2:p_ProductLink template="in-commerce/product/review_product"/>"><inp2:m_Phrase label="lu_comm_ReviewThisProduct"/></a><br /><br />
<inp2:m_if check="p_Field" name="MSRP">
<strong><inp2:m_Phrase label="lu_comm_MSRP"/>:</strong> <span class="price-msrp"><inp2:p_Field name="MSRP" currency="selected"/></span> <br />
</inp2:m_if>
<strong><inp2:m_Phrase label="lu_comm_OurPrice"/>:</strong> <span class="price1"><inp2:p_Field name="Price" currency="selected"/></span> <br />
<inp2:m_if check="p_Savings">
<span class="listing-field-name">
<inp2:m_Phrase label="lu_fld_YouSave"/>: <inp2:p_Savings currency="selected" /> (<inp2:p_Savings type="percent"/>%)
</span><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>
</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="in-commerce/img/buy2.gif" alt="<inp2:m_Phrase label="lu_comm_BuyNow"/>" width="15" height="17" border="0" /></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" no_editing="1"/>" 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>
<br />
<inp2:m_include template="in-commerce/blocks/products/form_options"/>
<strong><inp2:m_Phrase label="lu_comm_Description"/>:</strong> <inp2:p_Field name="Description"/> <br />
<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_HasAdditionalImages">
<a name="images"></a>
<strong><inp2:m_Phrase label="lu_comm_Images"/>:</strong><br />
<br />
<table>
<inp2:m_DefineElement name="image_elem">
<td>
<a href="<inp2:p_PictureLink template="in-commerce/product/picture_fullsize.tpl" picture_list="1" />" target="_blank"><inp2:p_Image render_as="product_image" thumbnail="1" DefaultImage="in-commerce/img/no_picture_list.gif" MaxWidth="120" MaxHeight="120" DefaultWidth="120" /></a>
<inp2:Field name="Name"/>
</td>
</inp2:m_DefineElement>
<inp2:m_DefineElement name="row_start_elem"><tr></inp2:m_DefineElement>
<inp2:m_DefineElement name="row_end_elem"></tr></inp2:m_DefineElement>
<inp2:m_DefineElement name="empty_cell_elem"><td> </td></inp2:m_DefineElement>
<inp2:p_ListImages render_as="image_elem" per_page="-1" types="additional"
row_start_render_as="row_start_elem"
row_end_render_as="row_end_elem"
empty_cell_render_as="empty_cell_elem"
direction="H" columns="3" main_special="" />
</table><br />
</inp2:m_if>
<a name="reviews"></a>
<strong><inp2:m_Phrase label="lu_comm_Reviews"/>:</strong><br />
<a href="<inp2:p_ProductLink template="in-commerce/product/review_product"/>"><inp2:m_Phrase label="lu_comm_ReviewThisProduct"/></a><br />
<br />
<table>
<inp2:m_DefineElement name="review_row">
<tr>
<td>
<strong><inp2:m_Phrase label="lu_comm_ReviewBy"/> <inp2:Field name="ReviewedBy"/></strong>, <inp2:Field name="CreatedOn" format="_regional_DateFormat"/><br />
<br />
<inp2:field field="ReviewText"/><br />
<hr />
</td>
</tr>
</inp2:m_DefineElement>
<inp2:p_ListReviews render_as="review_row" per_page="-1" main_special="" />
</table>
<a name="related"></a>
<inp2:m_include template="in-commerce/blocks/products/products_related.tpl" data_exists="1"/>
</td>
</tr>
</table>
</td>
</tr>
</table>
Index: in-commerce/blocks/products/products_picks.tpl
===================================================================
--- in-commerce/blocks/products/products_picks.tpl (revision 12335)
+++ in-commerce/blocks/products/products_picks.tpl (revision 12336)
@@ -1,57 +1,57 @@
<inp2:p_InitList list_name="list_picks" types="pick" except="displayed" recursive="true" per_page="short_list" />
<inp2:m_DefineElement name="product_image">
<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/>
</inp2:m_DefineElement>
<table border="0" cellspacing="0" cellpadding="0" class="pick-products-block">
<tr>
<td class="pick-products-block-header"><inp2:m_Phrase label="lu_comm_EditorsPick"/></td>
</tr>
<tr>
<td class="block-data">
<table>
<inp2:m_DefineElement name="product_row_start">
<tr>
</inp2:m_DefineElement>
<inp2:m_DefineElement name="product_elem">
<td width="16%" align="center" valign="top" class="block-data">
<a href="<inp2:ProductLink template="__default__"/>"><inp2:Image render_as="product_image" thumbnail="1" DefaultImage="in-commerce/img/no_picture_list.gif" MaxWidth="120" MaxHeight="120" DefaultWidth="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>
+ <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" no_editing="1"/>" 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"><strong><inp2:m_Phrase label="lu_comm_MSRP"/>:</strong> <span class="price-msrp"><inp2:Field name="MSRP" currency="selected"/></span> <br /> </inp2:m_if>
<strong><inp2:m_Phrase label="lu_comm_OurPrice"/>:</strong> <span class="price1"><inp2:Field name="Price" currency="selected"/></span> <br />
<strong><inp2:m_Phrase label="lu_comm_Description"/>:</strong> <inp2:Field name="DescriptionExcerpt"/>
</td>
</inp2:m_DefineElement>
<inp2:m_DefineElement name="product_row_end">
</tr>
<inp2:m_if check="NotLastItem">
<tr class="separator">
<td colspan="2" ><img src="img/s.gif" alt="" width="1" height="1" /></td>
</tr>
</inp2:m_if>
</inp2:m_DefineElement>
<inp2:p_ListProducts list_name="list_picks" columns="1" direction="V" render_as="product_elem" row_start_render_as="product_row_start" row_end_render_as="product_row_end" empty_cell_render_as="product_empty_cell" />
</table>
<inp2:m_DefineElement name="more_link">
<a href="<inp2:m_Link template="in-commerce/store/editor_pick_products" />"><inp2:m_Phrase label="lu_comm_MoreLink"/>...</a>
</inp2:m_DefineElement>
<inp2:p_MoreLink list_name="list_picks" render_as="more_link"/>
</td>
</tr>
</table>
\ No newline at end of file
Index: in-commerce/blocks/products/form_recommend_product.tpl
===================================================================
--- in-commerce/blocks/products/form_recommend_product.tpl (revision 12335)
+++ in-commerce/blocks/products/form_recommend_product.tpl (revision 12336)
@@ -1,93 +1,93 @@
<inp2:m_DefineElement name="product_image">
<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/>
</inp2:m_DefineElement>
<table class="block-no-border">
<tr>
<td class="block-header"><inp2:m_Phrase label="lu_comm_RecommendThisProduct"/></td>
</tr>
<tr>
<td class="block-data-single">
<table>
<tr>
<td width="16%" align="center" valign="top" class="block-data">
<a href="<inp2:p_ProductLink template="__default__"/>"><inp2:p_Image render_as="product_image" thumbnail="1" DefaultImage="in-commerce/img/no_picture_list.gif" MaxWidth="120" MaxHeight="120" DefaultWidth="120" /></a>
<inp2:m_if check="p_Available">
<a href="<inp2:p_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:p_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>
+ <a href="<inp2:p_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" no_editing="1"/>" 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:p_ProductLink template="__default__"/>" class="link-product2"><strong><inp2:p_Field field="Name" /></strong></a>
<inp2:m_if check="p_Available">
<a href="<inp2:p_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="p_Field" name="MSRP"><strong><inp2:m_Phrase label="lu_comm_MSRP"/>:</strong> <span class="price-msrp"><inp2:p_Field name="MSRP" currency="selected"/></span> <br /> </inp2:m_if>
<strong><inp2:m_Phrase label="lu_comm_OurPrice"/>:</strong> <span class="price1"><inp2:p_Field name="Price" currency="selected"/></span> <br />
<strong><inp2:m_Phrase label="lu_comm_Description"/>:</strong> <inp2:p_Field name="DescriptionExcerpt"/><br />
<br />
<form method="POST" action="<inp2:m_FormAction />">
<table class="form-data">
<tr>
<td><strong><inp2:m_Phrase label="lu_comm_FriendName"/>:</strong></td>
<td><input type="text" name="friend_name"/></td>
<td> </td>
</tr>
<tr>
<td><strong><inp2:m_Phrase label="lu_comm_FriendEmail"/> *:</strong></td>
<td><input type="text" name="friend_email"/></td>
<td>
<inp2:m_if check="u_HasError" field="any">
<br />
<span class="error"><inp2:u_Error field="Email" /></span>
</inp2:m_if>
</td>
</tr>
<tr>
<td><strong><inp2:m_Phrase label="lu_comm_YourName"/>: </strong></td>
<td><input type="text" name="your_name" value="<inp2:u_Field name="FirstName" /> <inp2:u_Field name="LastName" />"/></td>
<td> </td>
</tr>
<tr>
<td><strong><inp2:m_Phrase label="lu_comm_YourEmail"/>:</strong></td>
<td><input type="text" name="your_email" value="<inp2:u_Field name="Email" />"/></td>
<td> </td>
</tr>
<tr>
<td><strong><inp2:m_Phrase label="lu_comm_Message"/>:</strong></td>
<td><textarea name="your_message" style="width: 300px; height: 150px"><inp2:m_Phrase label="lu_recommend_default_text" /></textarea></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td><input type="submit" value="<inp2:m_Phrase label="lu_RecommendToFriend" />" name="events[p][OnRecommendProduct]" class="button" /> <input type="button" class="button" onclick="history.go(-1)" value="<inp2:m_phrase label="lu_Cancel" no_editing="1"/>"></td>
<td> </td>
</tr>
</table>
<input type="hidden" name="template_success" value="in-commerce/product/confirm_recommend.tpl" />
</form>
</td>
</tr>
</table>
<br />
</td>
</tr>
</table>
Index: in-commerce/blocks/products/products_related.tpl
===================================================================
--- in-commerce/blocks/products/products_related.tpl (revision 12335)
+++ in-commerce/blocks/products/products_related.tpl (revision 12336)
@@ -1,53 +1,53 @@
<inp2:p_InitList list_name="list_related" types="related" except="displayed" parent_cat_id="any" per_page="-1" />
<inp2:m_DefineElement name="product_image">
<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/>
</inp2:m_DefineElement>
<table border="0" cellspacing="0" cellpadding="0" class="block-no-border">
<tr>
<td class="block-header"><inp2:m_Phrase label="lu_comm_RelatedProducts"/></td>
</tr>
<tr>
<td class="block-data">
<table>
<inp2:m_DefineElement name="product_row_start">
<tr>
</inp2:m_DefineElement>
<inp2:m_DefineElement name="product_elem">
<td width="16%" align="center" valign="top" class="block-data">
<a href="<inp2:ProductLink template="__default__"/>"><inp2:Image render_as="product_image" thumbnail="1" DefaultImage="in-commerce/img/no_picture_list.gif" MaxWidth="120" MaxHeight="120" DefaultWidth="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>
+ <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" no_editing="1"/>" 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"><strong><inp2:m_Phrase label="lu_comm_MSRP"/>:</strong> <span class="price-msrp"><inp2:Field name="MSRP" currency="selected"/></span> <br /> </inp2:m_if>
<strong><inp2:m_Phrase label="lu_comm_OurPrice"/>:</strong> <span class="price1"><inp2:Field name="Price" currency="selected"/></span> <br />
<strong><inp2:m_Phrase label="lu_comm_Description"/>:</strong> <inp2:Field name="DescriptionExcerpt"/>
</td>
</inp2:m_DefineElement>
<inp2:m_DefineElement name="product_row_end">
</tr>
<inp2:m_if check="NotLastItem">
<tr class="separator">
<td colspan="2" ><img src="img/s.gif" alt="" width="1" height="1" /></td>
</tr>
</inp2:m_if>
</inp2:m_DefineElement>
<inp2:p_ListRelatedProducts list_name="list_related" columns="1" direction="V" render_as="product_elem" row_start_render_as="product_row_start" row_end_render_as="product_row_end" empty_cell_render_as="product_empty_cell" />
</table>
</td>
</tr>
</table>
\ No newline at end of file
Index: in-commerce/blocks/products/products_new.tpl
===================================================================
--- in-commerce/blocks/products/products_new.tpl (revision 12335)
+++ in-commerce/blocks/products/products_new.tpl (revision 12336)
@@ -1,39 +1,39 @@
<inp2:p_InitList list_name="list_new" types="new" except="displayed" recursive="1" per_page="short_list"/>
<inp2:m_DefineElement name="new_product_image">
<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" /> style="margin-top: 10px" border="0" /><br/>
</inp2:m_DefineElement>
<table border="0" cellspacing="0" cellpadding="0" class="new-products-block">
<tr>
<td class="new-products-block-header"><inp2:m_Phrase label="lu_comm_NewProducts"/></td>
</tr>
<tr>
<td class="block-data">
<table>
<inp2:m_DefineElement name="new_item">
<td width="33%" align="center" valign="top" class="block-data">
<a href="<inp2:ProductLink template="__default__"/>" class="link-product2"><strong><inp2:Field field="Name" /></strong></a><br />
<a href="<inp2:ProductLink template="__default__"/>"><inp2:Image render_as="new_product_image" Thumbnail="1" DefaultImage="in-commerce/img/no_picture_list.gif" MaxWidth="120" MaxHeight="120" DefaultWidth="120" /></a> <br />
<inp2:m_if check="Field" name="MSRP"><strong><inp2:m_Phrase label="lu_comm_MSRP"/>: </strong><span class="price-msrp"><inp2:Field name="MSRP" currency="selected" /></span><br /></inp2:m_if>
<strong><inp2:m_Phrase label="lu_comm_OurPrice"/>:</strong> <span class="price1"><inp2:Field name="Price" currency="selected"/></span><br />
<strong><inp2:m_Phrase label="lu_comm_Added"/>:</strong> <inp2:Field name="CreatedOn" format="_regional_DateFormat"/><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>
+ <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" no_editing="1"/>" 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>
</inp2:m_DefineElement>
<inp2:p_ListProducts list_name="list_new" render_as="new_item" columns="3" />
</table>
<inp2:m_DefineElement name="more_link">
<a href="<inp2:m_Link template="in-commerce/store/new_products" />"><inp2:m_Phrase label="lu_comm_MoreLink"/>...</a>
</inp2:m_DefineElement>
<inp2:p_MoreLink list_name="list_new" render_as="more_link" />
</td>
</tr>
</table>
\ No newline at end of file
Index: in-commerce/blocks/products/form_rate_product.tpl
===================================================================
--- in-commerce/blocks/products/form_rate_product.tpl (revision 12335)
+++ in-commerce/blocks/products/form_rate_product.tpl (revision 12336)
@@ -1,77 +1,77 @@
<inp2:m_DefineElement name="product_image">
<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/>
</inp2:m_DefineElement>
<table class="block-no-border">
<tr>
<td class="block-header"><inp2:m_Phrase label="lu_comm_RateProduct"/></td>
</tr>
<tr>
<td class="block-data-single">
<table>
<tr>
<td width="16%" align="center" valign="top" class="block-data">
<a href="<inp2:p_ProductLink template="__default__"/>"><inp2:p_Image render_as="product_image" thumbnail="1" DefaultImage="in-commerce/img/no_picture_list.gif" MaxWidth="120" MaxHeight="120" DefaultWidth="120" /></a>
<inp2:m_if check="p_Available">
<a href="<inp2:p_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:p_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>
+ <a href="<inp2:p_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" no_editing="1"/>" 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:p_ProductLink template="__default__"/>" class="link-product2"><strong><inp2:p_Field field="Name" /></strong></a>
<inp2:m_if check="p_Available">
<a href="<inp2:p_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="p_Field" name="MSRP"><strong><inp2:m_Phrase label="lu_comm_MSRP"/>:</strong> <span class="price-msrp"><inp2:p_Field name="MSRP" currency="selected"/></span> <br /> </inp2:m_if>
<strong><inp2:m_Phrase label="lu_comm_OurPrice"/>:</strong> <span class="price1"><inp2:p_Field name="Price" currency="selected"/></span> <br />
<strong><inp2:m_Phrase label="lu_comm_Description"/>:</strong> <inp2:p_Field name="DescriptionExcerpt"/><br />
<br />
<inp2:m_if check="p_HasError" field="CachedRating">
<table class="warning">
<tr>
<td valign="top" align="left" class="block-data">
<img src="img/message.gif" alt="" width="19" height="19" />
<span class="warning-text"><inp2:m_Phrase label="lu_Warning"/></span><br />
<inp2:p_Error field="CachedRating" />
</td>
</tr>
</table>
</inp2:m_if>
<strong><inp2:m_Phrase label="lu_comm_RateThisProduct"/></strong>
<form method="POST" action="<inp2:m_FormAction />">
<table style="width: 60%;">
<inp2:m_DefineElement name="product_star_on">
<img src="img/star_rate.gif" alt="" width="11" height="11">
</inp2:m_DefineElement>
<inp2:m_DefineElement name="product_rate_row">
<tr>
<td> </td>
<td>
<input type="radio" name="rating" value="<inp2:m_param name="rating"/>">
<inp2:m_param name="stars"/>
</td>
<td><inp2:m_param name="label"/></td>
</tr>
</inp2:m_DefineElement>
<inp2:p_RateForm render_as="product_rate_row" labels="lu_comm_RateExcellent,lu_comm_RateVeryGood,lu_comm_RateGood,lu_comm_RateAverage,lu_comm_RateFair,lu_comm_RatePoor" star_render_as="product_star_on"/>
</table>
<br />
<input type="hidden" name="success_template" value="__default__" />
<input type="hidden" name="cancel_template" value="__default__" />
<input type="submit" name="events[p][OnRateProduct]" class="button" value="<inp2:m_Phrase label="lu_btn_RateProduct" no_editing="1"/>">
<input type="submit" name="events[p][OnCancelAction]" class="button" value="<inp2:m_Phrase label="lu_Cancel" no_editing="1"/>">
</form>
</td>
</tr>
</table>
</td>
</tr>
</table>
\ No newline at end of file
Event Timeline
Log In to Comment