Question about shopping bar 1 sidebar

Store UI, layout, design, look and feel; Discussion on the customer facing pages of your online store. Cascading Style Sheets, Themes, Scriptlets, NVelocity and the components in the ConLib directory.
Post Reply
User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Question about shopping bar 1 sidebar

Post by AbleMods » Sat Dec 01, 2007 4:14 pm

While doing some tweaks with the site layout, I noticed something that confuses me.

Currently my Shopping Bar 1 sidebar displays a mini basket, a top sellers section and a recently viewed section.

Shopping Bar 1 contacts ConLib references to minibasket and recentlyviewed. There is no reference to a ConLib for top sellers.

Where's top sellers coming from??
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

User avatar
Shopping Cart Admin
AbleCommerce Admin
AbleCommerce Admin
Posts: 3055
Joined: Mon Dec 01, 2003 8:41 pm
Location: Vancouver, WA
Contact:

Post by Shopping Cart Admin » Sat Dec 01, 2007 5:19 pm

Hello Joe,

It's the default for the mini-basket when it's empty, if nothing else is specified.
MiniBasket
Summary:Display the contents of items in basket. Can be used in side bars.

Usage: [[ConLib:MiniBasket AlternateControl="PopularProductsDialog.ascx"]]

Properties:
AlternateControl
A control that will be displayed when basket is empty.
Thanks for your support

Shopping Cart Guru
AbleCommerce.com
Follow us on Facebook

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Post by AbleMods » Sat Dec 01, 2007 5:29 pm

I understand now, thank you.

So TopSellers isn't a separate ConLib control?

Maybe that could be split that out somewhere down the road so the development side is consistent. Definitely back-burner stuff.
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

User avatar
sohaib
Developer
Developer
Posts: 1079
Joined: Fri Jan 23, 2004 1:38 am

Post by sohaib » Mon Dec 03, 2007 3:36 am

So TopSellers isn't a separate ConLib control?
It is.
PopularProductsDialog.ascx can be used separately as well.

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Post by AbleMods » Mon Dec 03, 2007 5:46 am

Excellent, good to know. Thanks!
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

Erwin
Ensign (ENS)
Ensign (ENS)
Posts: 9
Joined: Wed Nov 14, 2007 1:25 pm
Location: Anaheim

Post by Erwin » Fri Dec 07, 2007 2:49 pm

Shopping Cart Admin wrote:Hello Joe,

It's the default for the mini-basket when it's empty, if nothing else is specified.
MiniBasket
Summary:Display the contents of items in basket. Can be used in side bars.

Usage: [[ConLib:MiniBasket AlternateControl="PopularProductsDialog.ascx"]]

Properties:
AlternateControl
A control that will be displayed when basket is empty.
Is there a way to make nothing appear if there is nothing in the basket?
Maybe: [[ConLib:MiniBasket AlternateControl=""]] ???

europhile
Ensign (ENS)
Ensign (ENS)
Posts: 14
Joined: Fri Jan 23, 2009 3:05 am

Re: Question about shopping bar 1 sidebar

Post by europhile » Tue Feb 10, 2009 6:33 am

Good one Erwin (and Joe for raising it), don't know if that [[ConLib:MiniBasket AlternateControl=""]] worked then, but it does nicely now - for anyone else like me desperate to get rid of the huge line of products in the sidebar!

europhile
Ensign (ENS)
Ensign (ENS)
Posts: 14
Joined: Fri Jan 23, 2009 3:05 am

Re: Question about shopping bar 1 sidebar

Post by europhile » Tue Feb 10, 2009 7:05 am

One more useful thing, scanning the apsx show that eg. [[ConLib:RecentlyViewed MaxItems="3"]] can be used to control the list further 8)

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: Question about shopping bar 1 sidebar

Post by jmestep » Tue Feb 10, 2009 7:33 am

On recently view items, I retained only the link in my control so that I can still have a longer list but it doesn't take up much room.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

europhile
Ensign (ENS)
Ensign (ENS)
Posts: 14
Joined: Fri Jan 23, 2009 3:05 am

Re: Question about shopping bar 1 sidebar

Post by europhile » Tue Feb 10, 2009 7:45 am

Good idea, cheers Judy! A bit more customisation but I guess just removing the image will do fine, will prob give that a go! Phil.

Post Reply