Author: mor
Date: Sun Aug 24 22:49:02 2008
New Revision: 688625
URL:
http://svn.apache.org/viewvc?rev=688625&view=revLog:
Earlier we have two duplicate links View Cart and Check out on mini cart (ecommerce) because of flags hidetoplinks and hidebottomlinks defaults to N. I think it is wise to show either top or bottom links because they are same. I choose to go with showing bottom links and hope most of us would agree with.
Modified:
ofbiz/trunk/applications/ecommerce/widget/CartScreens.xml
ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/minicart.ftl
Modified: ofbiz/trunk/applications/ecommerce/widget/CartScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/widget/CartScreens.xml?rev=688625&r1=688624&r2=688625&view=diff==============================================================================
--- ofbiz/trunk/applications/ecommerce/widget/CartScreens.xml (original)
+++ ofbiz/trunk/applications/ecommerce/widget/CartScreens.xml Sun Aug 24 22:49:02 2008
@@ -32,7 +32,7 @@
<screen name="minicart">
<section>
<actions>
- <set field="hidetoplinks" value="N"/>
+ <set field="hidetoplinks" value="Y"/>
<set field="hidebottomlinks" value="N"/>
</actions>
<widgets>
Modified: ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/minicart.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/minicart.ftl?rev=688625&r1=688624&r2=688625&view=diff==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/minicart.ftl (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/minicart.ftl Sun Aug 24 22:49:02 2008
@@ -32,6 +32,8 @@
<#if (shoppingCartSize > 0)>
<#if hidetoplinks?default("N") != "Y">
<div><a href="<@ofbizUrl>view/showcart</@ofbizUrl>" class="buttontext">${uiLabelMap.OrderViewCart}</a> <a href="<@ofbizUrl>checkoutoptions</@ofbizUrl>" class="buttontext">${uiLabelMap.OrderCheckout}</a></div>
+ <div style="margin-top: 4px;"><a href="<@ofbizUrl>quickcheckout</@ofbizUrl>" class="buttontext">${uiLabelMap.OrderCheckoutQuick}</a></div>
+ <div style="margin-top: 4px;"><a href="<@ofbizUrl>onePageCheckout</@ofbizUrl>" class="buttontext">${uiLabelMap.EcommerceOnePageCheckout}</a></div>
</#if>
<table width="100%" cellpadding="0" cellspacing="2">
<tr>