Question about shopping bar 1 sidebar
Question about shopping bar 1 sidebar
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??
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
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
- Shopping Cart Admin
- AbleCommerce Admin
- Posts: 3055
- Joined: Mon Dec 01, 2003 8:41 pm
- Location: Vancouver, WA
- Contact:
Hello Joe,
It's the default for the mini-basket when it's empty, if nothing else is specified.
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.
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.
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
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
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
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
Is there a way to make nothing appear if there is nothing in the basket?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.
Maybe: [[ConLib:MiniBasket AlternateControl=""]] ???
Re: Question about shopping bar 1 sidebar
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!
Re: Question about shopping bar 1 sidebar
One more useful thing, scanning the apsx show that eg. [[ConLib:RecentlyViewed MaxItems="3"]] can be used to control the list further 

- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
Re: Question about shopping bar 1 sidebar
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
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
Re: Question about shopping bar 1 sidebar
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.