Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F859968
in-commerce
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
Tue, Apr 29, 7:51 PM
Size
17 KB
Mime Type
text/x-diff
Expires
Thu, May 1, 7:51 PM (22 h, 8 m)
Engine
blob
Format
Raw Data
Handle
611684
Attached To
rMINC Modules.In-Commerce
in-commerce
View Options
Index: branches/RC/themes/default2009/in-commerce/my_account/my_items.tpl
===================================================================
--- branches/RC/themes/default2009/in-commerce/my_account/my_items.tpl (revision 11462)
+++ branches/RC/themes/default2009/in-commerce/my_account/my_items.tpl (nonexistent)
@@ -1,29 +0,0 @@
-<!--## ITEMS IN MY AFFILIATES SECTION ##-->
-<inp2:m_if check="m_ParamEquals" name="section" value="1">
- <inp2:m_if check="m_ParamEquals" name="place" value="sidebox">
- <inp2:m_if check="u_IsAffiliateOrRegisterAsAffiliateAllowed">
- <inp2:m_RenderElement name="box_element" template="in-commerce/my_account/affiliate/affiliate" title="lu_Affiliate" icon_image="in-commerce/img/ic_myaffiliate46.gif"/>
- </inp2:m_if>
- <inp2:m_else/>
- <inp2:m_if check="u_IsAffiliateOrRegisterAsAffiliateAllowed">
- <inp2:m_RenderElement name="my_account_element" template="in-commerce/my_account/affiliate/affiliate" title="lu_Affiliate" description="lu_description_Affiliate" icon_image="in-commerce/img/ic_myaffiliate46.gif"/>
- </inp2:m_if>
- </inp2:m_if>
-</inp2:m_if>
-<!--## /ITEMS IN MY AFFILIATES SECTION ##-->
-
-<!--## ITEMS IN MY ORDERS, DOWNLOADS, ADDRESSES SECTION ##-->
-<inp2:m_if check="m_ParamEquals" name="section" value="2">
- <inp2:m_if check="m_ParamEquals" name="place" value="sidebox">
- <inp2:m_RenderElement name="box_element" template="in-commerce/my_account/my_orders" title="lu_MyOrders" />
- <inp2:m_RenderElement name="box_element" template="in-commerce/my_account/my_downloads" title="lu_MyDownloads"/>
- <inp2:m_RenderElement name="box_element" template="in-commerce/my_account/my_addresses" title="lu_MyAddresses"/>
- </inp2:m_if>
-
- <inp2:m_if check="m_ParamEquals" name="place" value="contentbox">
- <inp2:m_RenderElement name="my_account_element" template="in-commerce/my_account/my_orders" title="lu_MyOrders" description="lu_description_MyOrders" icon_image="in-commerce/img/ic_myorders46.gif"/>
- <inp2:m_RenderElement name="my_account_element" template="in-commerce/my_account/my_downloads" title="lu_MyDownloads" description="lu_description_MyDownloads" icon_image="in-commerce/img/ic_mydownloads46.gif"/>
- <inp2:m_RenderElement name="my_account_element" template="in-commerce/my_account/my_addresses" title="lu_MyAddresses" description="lu_description_MyAddresses" icon_image="in-commerce/img/ic_myorders46.gif"/>
- </inp2:m_if>
-</inp2:m_if>
-<!--## /ITEMS IN MY ORDERS, DOWNLOADS, ADDRESSES SECTION ##-->
\ No newline at end of file
Property changes on: branches/RC/themes/default2009/in-commerce/my_account/my_items.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.1
\ No newline at end of property
Index: branches/RC/themes/default2009/in-commerce/my_account/my_items.elm.tpl
===================================================================
--- branches/RC/themes/default2009/in-commerce/my_account/my_items.elm.tpl (nonexistent)
+++ branches/RC/themes/default2009/in-commerce/my_account/my_items.elm.tpl (revision 11463)
@@ -0,0 +1,29 @@
+<!--## ITEMS IN MY AFFILIATES SECTION ##-->
+<inp2:m_if check="m_ParamEquals" name="section" value="1">
+ <inp2:m_if check="m_ParamEquals" name="place" value="sidebox">
+ <inp2:m_if check="u_IsAffiliateOrRegisterAsAffiliateAllowed">
+ <inp2:m_RenderElement name="box_element" template="in-commerce/my_account/affiliate/affiliate" title="lu_Affiliate" icon_image="in-commerce/img/ic_myaffiliate46.gif"/>
+ </inp2:m_if>
+ <inp2:m_else/>
+ <inp2:m_if check="u_IsAffiliateOrRegisterAsAffiliateAllowed">
+ <inp2:m_RenderElement name="my_account_element" template="in-commerce/my_account/affiliate/affiliate" title="lu_Affiliate" description="lu_description_Affiliate" icon_image="in-commerce/img/ic_myaffiliate46.gif"/>
+ </inp2:m_if>
+ </inp2:m_if>
+</inp2:m_if>
+<!--## /ITEMS IN MY AFFILIATES SECTION ##-->
+
+<!--## ITEMS IN MY ORDERS, DOWNLOADS, ADDRESSES SECTION ##-->
+<inp2:m_if check="m_ParamEquals" name="section" value="2">
+ <inp2:m_if check="m_ParamEquals" name="place" value="sidebox">
+ <inp2:m_RenderElement name="box_element" template="in-commerce/my_account/my_orders" title="lu_MyOrders" />
+ <inp2:m_RenderElement name="box_element" template="in-commerce/my_account/my_downloads" title="lu_MyDownloads"/>
+ <inp2:m_RenderElement name="box_element" template="in-commerce/my_account/my_addresses" title="lu_MyAddresses"/>
+ </inp2:m_if>
+
+ <inp2:m_if check="m_ParamEquals" name="place" value="contentbox">
+ <inp2:m_RenderElement name="my_account_element" template="in-commerce/my_account/my_orders" title="lu_MyOrders" description="lu_description_MyOrders" icon_image="in-commerce/img/ic_myorders46.gif"/>
+ <inp2:m_RenderElement name="my_account_element" template="in-commerce/my_account/my_downloads" title="lu_MyDownloads" description="lu_description_MyDownloads" icon_image="in-commerce/img/ic_mydownloads46.gif"/>
+ <inp2:m_RenderElement name="my_account_element" template="in-commerce/my_account/my_addresses" title="lu_MyAddresses" description="lu_description_MyAddresses" icon_image="in-commerce/img/ic_myorders46.gif"/>
+ </inp2:m_if>
+</inp2:m_if>
+<!--## /ITEMS IN MY ORDERS, DOWNLOADS, ADDRESSES SECTION ##-->
\ No newline at end of file
Property changes on: branches/RC/themes/default2009/in-commerce/my_account/my_items.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/related_items.tpl
===================================================================
--- branches/RC/themes/default2009/in-commerce/elements/content_boxes/related_items.tpl (revision 11462)
+++ branches/RC/themes/default2009/in-commerce/elements/content_boxes/related_items.tpl (nonexistent)
@@ -1,6 +0,0 @@
-<!--## RELATED PRODUCTS ##-->
- <inp2:m_include template="in-commerce/designs/products"/>
- <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.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.1
\ No newline at end of property
Index: branches/RC/themes/default2009/in-commerce/elements/content_boxes/home_page_items.tpl
===================================================================
--- branches/RC/themes/default2009/in-commerce/elements/content_boxes/home_page_items.tpl (revision 11462)
+++ branches/RC/themes/default2009/in-commerce/elements/content_boxes/home_page_items.tpl (nonexistent)
@@ -1,21 +0,0 @@
-<!-- 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"/>
-
- <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.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.1
\ No newline at end of property
Index: branches/RC/themes/default2009/in-commerce/elements/content_boxes/my_favorites.tpl
===================================================================
--- branches/RC/themes/default2009/in-commerce/elements/content_boxes/my_favorites.tpl (revision 11462)
+++ branches/RC/themes/default2009/in-commerce/elements/content_boxes/my_favorites.tpl (nonexistent)
@@ -1,21 +0,0 @@
-<!-- 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"/>
-
- <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.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.2
\ No newline at end of property
Index: branches/RC/themes/default2009/in-commerce/elements/content_boxes/search_results.tpl
===================================================================
--- branches/RC/themes/default2009/in-commerce/elements/content_boxes/search_results.tpl (revision 11462)
+++ branches/RC/themes/default2009/in-commerce/elements/content_boxes/search_results.tpl (nonexistent)
@@ -1,26 +0,0 @@
-<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"/>
- <inp2:m_include template="plaform/designs/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.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.2
\ 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 (nonexistent)
+++ branches/RC/themes/default2009/in-commerce/elements/content_boxes/home_page_items.elm.tpl (revision 11463)
@@ -0,0 +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"/>
+
+ <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
___________________________________________________________________
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/search_results.elm.tpl
===================================================================
--- branches/RC/themes/default2009/in-commerce/elements/content_boxes/search_results.elm.tpl (nonexistent)
+++ branches/RC/themes/default2009/in-commerce/elements/content_boxes/search_results.elm.tpl (revision 11463)
@@ -0,0 +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"/>
+ <inp2:m_include template="plaform/designs/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
___________________________________________________________________
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/my_favorites.elm.tpl
===================================================================
--- branches/RC/themes/default2009/in-commerce/elements/content_boxes/my_favorites.elm.tpl (nonexistent)
+++ branches/RC/themes/default2009/in-commerce/elements/content_boxes/my_favorites.elm.tpl (revision 11463)
@@ -0,0 +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"/>
+
+ <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
___________________________________________________________________
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/related_items.elm.tpl
===================================================================
--- branches/RC/themes/default2009/in-commerce/elements/content_boxes/related_items.elm.tpl (nonexistent)
+++ branches/RC/themes/default2009/in-commerce/elements/content_boxes/related_items.elm.tpl (revision 11463)
@@ -0,0 +1,6 @@
+<!--## RELATED PRODUCTS ##-->
+ <inp2:m_include template="in-commerce/designs/products"/>
+ <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
___________________________________________________________________
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
Log In to Comment