Shopping cart in top member menu only visible.....

Is it possible to show the icon for the shoppingcart ( in the top extra member menu ) only when there's an item in your shopping cart? If there's no item in your cart than there's no icon.

That because we're building a social network and not a webshop.

If it's possible, how can i do that?

Quote · 6 May 2014

Anyone an idea?

Quote · 7 May 2014

Still didn't find a solution. Anyone an idea how to do this? This is a very important feature on our website.

Quote · 21 May 2014

I agree with this; if no items in cart, then there is no need to display the icon.

Geeks, making the world a better place
Quote · 21 May 2014

Backup the table sys_menu_member and Run this query on your database then clear your cache.

UPDATE `sys_menu_member` SET `Link` = '{evalResult}', `Eval` = '$aItemsCount = BxDolService::call(''payment'', ''get_cart_item_count'', array(getLoggedId())); return ($aItemsCount[''count''] > 0) ? ''modules/?r=payment/cart/'' : '''';' WHERE `Caption` = '_payment_tbar_item_caption';

Let me know if this worked.

so much to do....
Quote · 21 May 2014

Looks like it worked!!! Thanks :)

Quote · 23 May 2014
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.