Copy link to clipboard
Copied
I have no clue what I have done but my view cart link that shows up after adding something to the shopping cart is missing from the page. How do I get it back? How did I remove it? I am still relatively new to this and keep stumblin gover silly things like this.
Copy link to clipboard
Copied
Make sure under ecommerce > advanced customization > online shop this tag is in the template.. {module_shoppingcartsummary} This has the view cart link in the module.
Copy link to clipboard
Copied
I don't have that same menu progression. There are two different views fo BC right? There's the Old version and V3.
In V3 my choices are very limited:
And in the old version we have a few choices but I'm still lost.
Now the advanced customization is there worded a little different so I followed it.
In this screen there's no module template per se', just some layouts.
Even if there are those templates, I have that {module_shoppingcartsummary} in my page, but it doesn't bring up the view cart link after I add something to the cart.
Also is there some place we can look up the module tags n such? Even if I created a module from scratch, I couldn't find out which tag it decided to use.
Thanks for all your help so far btw,
Aaron
Copy link to clipboard
Copied
Hmm well if you have the module_shoppingcartsummary in your template I am kind of lost beyond that 🙂
Quick tags reference: http://kb.worldsecuresystems.com/134/bc_1342.html
Hopefully one of the Adobe helpers can look at your site and see what might be the issue with that for you.
Sorry I couldnt be of more help
Tom Cuneo
Copy link to clipboard
Copied
Let me show you what I'm getting.
In HTML
On page
I highlighted it so you could see thats there's no hidden text as well.
No view cart link!
Copy link to clipboard
Copied
Its cool man, I really appreciate the help anyways. So should I open up a support ticket? How do I go about getting them to help?
Copy link to clipboard
Copied
The div that contains the tag needs to be <div class="cart-summary"> I believe 🙂 Try that, not sure if THAT IS the issue or not for sure.
Tom
Copy link to clipboard
Copied
Nah, didn't help but thats a good theory to follow. Maybe I messed up something in my CSS. It's at least something to think about.
Copy link to clipboard
Copied
A link to my site?
Copy link to clipboard
Copied
I'll give that a try real quick Sprout
Copy link to clipboard
Copied
I use this <div class="cart-summary">{module_shoppingcartsummary,horizontal,,<img src="/images/viewcart.png">}</div> which outputs an image as the view cart link 🙂
Tom
Copy link to clipboard
Copied
Didn't help.
Here's my CSS and link
http://bffnew.businesscatalyst.com/home
html,body {
height: 100%;
margin: 0;
}
h2{
color: #f7f7f7;
font-size:30px;
}
h3{
color: #f7f7f7;
}
body{
margin:0;
font:13px/15px Arial, Helvetica, sans-serif;
color:#000000;
background:url(../images/BffNewBG.png) no-repeat;
min-width:990px;
}
img {border:0;}
form, fieldset{
margin:0;
padding:0;
border:0;
}
input,textarea,
select{
font:100% Arial, Helvetica, sans-serif;
vertical-align: middle;
}
input[type=text], input[type=password], input[type=file], textarea{-webkit-appearance:none;}
a{
color:#0087e1;
text-decoration:none;
outline:none;
}
a:hover{text-decoration:underline;}
#wrapper{
width:990px;
margin:0 auto;
min-height:100%;
}
#header{
height:1%;
padding:12px 0 0;
position:relative;
z-index:1;
}
#header:after{
display:block;
clear:both;
content:'';
}
.header-block{
overflow:hidden;
margin:0 0 31px;
}
.logo{
background:url(../images/logo.jpg) no-repeat;
margin:0;
float:left;
overflow:hidden;
width:82px;
height:30px;
text-indent:-9999px;
}
.logo a{
height:100%;
display:block;
}
.slogan{
float:left;
background:url(../images/sp.jpg) no-repeat 0 9px;
padding:6px 0 3px 35px;
margin:0 0 0 34px;
}
.header-block ul{
margin:0;
padding:1px 0 0;
list-style:none;
overflow:hidden;
float:right;
font:21px/23px Arial, Helvetica, sans-serif;
width:228px;
}
.header-block li{
float:left;
background:url(../images/sp.jpg) no-repeat 0 6px;
margin:0 1px 0 -1px;
padding:0 14px 0 23px;
}
.header-block li a{
float:left;
margin:3px 0 0;
}
* +html .header-block li a{margin:1px 0 0;}
.header-block li span{
float:left;
margin:3px 0 0;
}
.cartSummaryLink,
.cart-link{
float:right;
text-indent:-9999px;
overflow:hidden;
background:url(../images/myitems.jpg) no-repeat;
width:22px;
height:18px;
margin:11px 0 0 14px;
}
.cartSummaryLink{display:none;}
.header-panel{
background:url(../images/navigation.jpg) no-repeat;
height:57px;
}
.header-panel:after,
.header-panel ul:after{
display:block;
clear:both;
content:'';
}
.header-panel ul{
float:left;
margin:0;
padding:0;
list-style:none;
font:18px/20px Arial, Helvetica, sans-serif;
text-transform:uppercase;
}
.header-panel ul li{
float:left;
border-right:1px solid #dfdfdf;
padding:2px 1px;
position:relative;
margin:0 1px 0 -1px;
}
.header-panel ul li a {
float:left;
padding:21px 30px 0;
height:32px;
color:#333333;
}
* +html .header-panel ul li a{
padding:16px 30px 0;
height:37px;
}
.header-panel ul li:hover a,
.header-panel ul li a:hover {
background:#ececec;
text-decoration:none;
}
.header-panel ul li.home a {
margin:-2px 0 0;
height:32px;
padding:23px 30px 0;
}
* +html .header-panel ul li.home a{
padding:18px 30px 0;
height:35px;
}
.header-panel ul li.home:hover a,
.header-panel ul li.home a:hover {
background:url(../images/homeHover.jpg) no-repeat;
}
.header-panel ul li:hover{position:relative;}
.header-panel ul li:hover ul{display:block;}
.header-panel ul li ul{
padding:0 15px 12px;
position:absolute;
top: 47px;
background:#eaeaea;
z-index:3;
left:-1px;
width:208px;
display:none;
margin:10px 0 0;
border-top:1px solid #fff;
}
.header-panel ul li ul li{
float:none;
border-right:0;
padding:0;
border-bottom:1px solid #e3e3e3;
vertical-align:top;
height:1%;
}
.header-panel ul li ul li a{
padding:10px 10px 9px;
display:block;
color:#666666;
text-decoration:none;
height:auto;
font-size:12px;
margin:0;
background:none !important;
float:none;
}
.header-panel ul li ul li a:hover{
background:#2489CC !important;
color:#fff;
}
.search-form{
float:right;
width:252px;
height:25px;
background:url(../images/search.png) no-repeat;
margin:11px 33px 0 0;
position:relative;
padding:9px 0 0;
}
.search-box{
overflow:hidden;
padding:0;
}
.search-form .submit {
float:left;
width:16px;
height:14px;
background:url(../images/bSearch.png) no-repeat;
border:none;
text-indent:-9999px;
line-height:0;
padding:0;
margin:2px 0 0 15px;
cursor:pointer;
}
.search-form .text {
float:right;
background:none;
border:0;
width: 195px;
font-size:12px;
color:#666;
outline:none;
padding:0;
margin:0 15px 0 0;
}
#main{
overflow:hidden;
padding:0 0 100px;
}
.main-frame{
background:#fff;
border:1px solid #dfdfdf;
border-top:0px;
padding:32px 32px 43px;
overflow:hidden;
}
.gallery{
position:relative;
overflow:hidden;
width:922px;
border:1px solid #DEDEDE;
margin:0 0 24px;
}
.gallery-holder{
position:relative;
overflow:hidden;
width:922px;
height:287px;
}
.gallery-holder ul{
width:99999px;
margin:0;
padding:0;
list-style:none;
}
.gallery-holder ul li{
float:left;
width:922px;
height:287px;
}
.gallery-holder ul li img{display:block;}
.switcher{
position:absolute;
right:26px;
bottom:26px;
background:url(../images/slideshow_violator.png) no-repeat;
width:82px;
height:24px;
margin:0;
padding:14px 0 0 16px;
list-style:none;
}
.switcher ul{
margin:0;
padding:0;
list-style:none;
}
.switcher li{
float:left;
margin:0 7px 0 0;
}
.switcher li a{
float:left;
text-indent:-9999px;
overflow:hidden;
width:11px;
height:11px;
background:url(../images/slide_navigation_noactive.png) no-repeat;
}
.switcher li a:hover,
.switcher ul li a.active{
background:url(../images/slide_navigation_hover.png) no-repeat;
}
.main-holder{
overflow:hidden;
height:1%;
}
#sidebar{
float:left;
width:230px;
padding:8px 0 0;
}
.sidebar-box{
border:1px solid #e3e3e3;
overflow:hidden;
padding:0 0 5px;
margin:0 0 32px;
}
.sidebar-box h2{
background:#f9f9f9 url(../images/tBox.jpg) 10px 13px no-repeat;
padding:8px 0 6px 27px;
font:19px/21px Arial, Helvetica, sans-serif;
color:#333;
margin:0 0 4px;
border-bottom:1px solid #dfdfdf;
text-transform:uppercase;
}
.sidebar-box h2 a{color:#333;}
.sidebar-box ul{
margin:0;
padding:0 12px 0 10px;
list-style:none;
overflow:hidden;
}
.sidebar-box ul li{
padding:1px 0;
border-top:1px solid #e3e3e3;
margin:-1px 0 1px;
}
.sidebar-box ul li a{
padding:11px 8px;
display:block;
color:#666666;
text-decoration:none;
font-size:12px;
}
.sidebar-box ul li a:hover,
.sidebar-box ul li.active a{
color:#3F9FFF;
background:#fbfafa;
}
.sidebar-box ol{
margin:0;
padding:0 0 20px 29px;
color:#666;
counter-reset:section;
list-style:none;
}
.announcement-list{
font:13px/18px Arial, Helvetica, sans-serif;
padding:10px 13px;
}
.announcement-list h3{
margin:0 0 10px;
font:bold 13px/15px Arial, Helvetica, sans-serif;
}
.announcement-list h3 .date{
display:block;
margin:0;
}
.announcement-list p{margin:0;}
.sidebar-box ol li:before,
.sidebar-box ol li .list-item-before {
content:''counter(section)'.';
counter-increment:section;
margin:0 0 -16px -20px;
position:relative;
display:block;
width:27px;
}
.sidebar-box ol li{
list-style-type:expression(
function(t){
t.runtimeStyle.listStyleType = 'none';
t.insertAdjacentHTML('afterBegin','<span class="list-item-before">' + (++t.parentNode.IEcounter || (t.parentNode.IEcounter = 1)) + '. </span>');
}(this)
);
}
.sidebar-box ol li{margin:17px 0 0;}
.sidebar-box ol li a{color:#1aade4;}
#icons{
overflow:hidden;
padding:0 0 0 32px;
}
#icons img{
float:left;
margin:0 3px 0 0;
}
#content{
float:right;
width:664px;
overflow:hidden;
}
#content h2{
font:24px/27px Arial, Helvetica, sans-serif;
background:url(../images/tContent.jpg) no-repeat 0 6px;
padding:3px 0 0 28px;
margin:0 0 26px;
text-transform:uppercase;
}
.system-message h1,
.system-error-message h1,
.user-info h2,
.shop-checkout h1,
.announcement-details h1{
font:24px/27px Arial, Helvetica, sans-serif;
margin:0 0 26px;
text-transform:uppercase;
color:#2489CC;
}
.products,
.productfeaturelist,
.productSmall{
overflow:hidden;
margin:0;
padding:6px 0 0;
list-style:none;
width:990px;
}
.shop-main ul.productSmall{margin:0 0 30px;}
#content .products,
#content .productfeaturelist{
width:710px;
padding:0 0 1px 3px;
border-bottom:1px solid #e3e3e3;
}
.products li,
.productfeaturelist li,
.productSmall li{
float:left;
width:270px;
padding:0 58px 30px 0
}
#content .products li,
#content .productfeaturelist li{
width:308px;
padding:0 43px 30px 0;
}
.shop-product-large .image .productPopletsItem img{margin:0 10px;}
.products li img,
.productfeaturelist li img,
.shop-product-large .image img,
.productSmall td img,
.productSmall li img{
display:block;
border:1px solid #e3e3e3 !important;
margin:0 auto 10px;
}
.products h3,
.productfeaturelist h3,
.productSmall h3{
margin:0;
font:24px/27px Arial, Helvetica, sans-serif;
overflow:hidden;
}
.products h3 .cufon{float:left;}
.cufon-active .products h3{line-height:29px;}
.products h3 a,
.productfeaturelist h3 a,
.productSmall h3 a{color:#666;}
.products h3 a:hover,
.productfeaturelist h3 a:hover,
.productSmall h3 a:hover{text-decoration:none;}
.products span.price,
.productfeaturelist span.price,
.productSmall .price{
color:#3F9FFF;
font:12px/15px Arial, Helvetica, sans-serif;
}
.shop-product-large li.price{
color:#3F9FFF;
font:24px/27px Arial, Helvetica, sans-serif;
display:block;
text-align:right;
margin:0 0 29px;
}
.shop-product-large .description{
border-bottom:1px solid #e3e3e3;
margin:0 0 27px;
padding:0 0 8px ;
}
.paging{
overflow:hidden;
font-size:12px;
border-top:1px solid #E3E3E3;
padding:32px 0 0;
}
.shop-main .footer{
float:right;
}
.previous-holder{float:left;}
.next-holder{float:right;}
.pagination-holder{
float:left;
padding:8px 10px 0 0;
}
.pagination-holder a{
padding:0 8px;
color:#333;
text-decoration:underline;
}
.pagination-holder a:hover{text-decoration:none;}
.paging ul li.prev a,
.paging ul li.next a{
float:left;
text-indent:-9999px;
overflow:hidden;
width:29px;
height:27px;
background:url(../images/gpPrev.jpg) no-repeat;
margin:-7px -7px 0 0;
}
.paging ul li.next a{
background:url(../images/gpNext.jpg) no-repeat;
margin:-7px -16px 0 11px;
}
.paging ul li span{
letter-spacing:2px;
float:left;
margin:0 0 0 -4px;
}
.paging ul li a:hover,
.paging ul li.active a{text-decoration:underline;}
#footer{
width:990px;
margin:-80px auto 0;
height:80px;
}
.footer-box{
float:left;
width:500px;
font:14px/17px Arial, Helvetica, sans-serif;
}
.footer-box p{margin:0 0 4px;}
.footer-box span{
display:block;
font:12px/15px Arial, Helvetica, sans-serif;
}
.add-nav{
overflow:hidden;
}
#footer ul,
.add-nav ul{
float:right;
overflow:hidden;
margin:0 -11px 0 0;
padding:0;
list-style:none;
font:12px/15px Arial, Helvetica, sans-serif;
}
.add-nav ul{margin:0;}
#footer li,
.add-nav li,
.add-nav span{
float:left;
background:url(../images/sp2.jpg) no-repeat 0 4px;
margin:0 1px 0 -1px;
padding:0 10px 0 15px;
}
.add-nav span{
float:right;
font:12px/15px Arial,Helvetica,sans-serif;
}
#footer li a,
.add-nav li a,
.add-nav span a{color:#666;}
.main-panel{
background:#ffffff url(../images/titleExt.jpg) repeat-x;
border:1px solid #e6e6e6;
padding:20px 15px 16px;
overflow:hidden;
margin:0 0 26px;
}
.main-panel .breadcrumbs{
background:url(../images/play.png) no-repeat 0 50%;
padding:0 0 0 29px;
float:left;
margin:0;
list-style:none;
color:#666;
text-transform:uppercase;
font:15px/17px Arial, Helvetica, sans-serif;
}
.main-panel .breadcrumbs span{
float:left;
margin:0 11px 0 0;
}
.main-panel .breadcrumbs a{
color:#666;
margin:0 8px 0 0;
float:left;
}
.header-panel ul li a .cufon{float:left;}
.cufon-active .header-panel ul li a{line-height:24px;}
.main-panel .breadcrumbs a:hover{text-decoration:none;}
.container{
overflow:hidden;
}
.email-form{
float:left;
width:422px;
margin:2px 0 0;
}
.email-form td{padding:0 !important;}
.email-form .text,
.login-form .cat_textbox,
.secure-login .cat_textbox_small,
.system-error-message .textbox,
.registration .cat_textbox,
.edit .cat_textbox,
.comment-list .cat_textbox_small,
.comment-form .cat_textbox_small,
.shop-checkout .cat_textbox{
display:block;
background:#fff;
border:1px solid #e3e3e3;
padding:11px 10px;
margin:0 0 16px;
outline:none;
width:400px;
color:#666;
font:12px/15px Arial, Helvetica, sans-serif;
}
.edit .cat_textbox,
.shop-checkout .cat_textbox{display:inline;}
.registration .cat_textbox,
.edit .cat_textbox{margin:0;}
.email-form textarea,
.comment-list textarea,
.comment-form textarea,
.shop-checkout textarea{
display:block;
background:#fff;
border:1px solid #e3e3e3;
padding:12px 10px;
margin:0 0 16px;
outline:none;
height:174px;
max-height:174px;
max-width:400px;
width:400px;
color:#666;
font:12px/15px Arial, Helvetica, sans-serif;
overflow:auto;
}
.email-form .submit,
.login-form .cat_button,
.secure-login .cat_button,
.system-error-message .button,
.registration .cat_button,
.edit .cat_button,
.comment-list .submit,
.comment-form .cat_button,
.shop-checkout .cat_button,
.user-info .edit-details{
display:block;
background:#2489CC;
border:none;
color:#fff;
font:11px/15px Arial, Helvetica, sans-serif;
padding:0;
margin:0;
cursor:pointer;
width:194px;
height:41px;
text-transform:uppercase;
}
.user-info .edit-details{
text-align:center;
padding:14px 0 0;
height:27px;
margin:10px 0 0;
}
.user-info .edit-details:hover{text-decoration:none;}
.login-form label,
.secure-login label,
.system-error-message label,
.registration label,
.edit label,
.comment-list label,
.comment-form label,
.shop-checkout label{
font:13px/15px Arial, Helvetica, sans-serif;
margin:0 0 7px 10px;
display:block;
}
.shop-checkout select{margin:0 0 16px;}
.comment-list .has-captcha label{margin:0 0 7px;}
.comment-list .has-captcha .cat_textbox{
display:block;
background:#fff;
border:1px solid #e3e3e3;
padding:11px 10px;
margin:0;
outline:none;
width:138px !important;
color:#666;
font:12px/15px Arial, Helvetica, sans-serif;
}
.system-error-message{
width:670px;
margin:0 auto;
padding:0;
background:none;
border:none;
}
.container-info{
float:right;
width:471px;
line-height:22px;
}
.container-info h2{
margin:0 0 17px;
font:30px/33px Arial, Helvetica, sans-serif;
color:#2489cc;
}
.container-info p{margin:0 0 20px;}
.cartSummaryTable{margin:13px 0 0;}
.edit table{margin:0 0 40px;}
.hidden{display:none;}
.user-info dl{
margin:0;
overflow:hidden;
}
.user-info dt{
float:left;
margin:0 5px 5px 0;
width:85px;
}
.user-info dd{margin:0 0 5px;}
.user-info h2{margin:15px 0 10px 15px;}
.order-list{margin:10px 0;}
.order-list td{padding:6px;}
.registration h2,
.edit h2,
.comment-form h5{
color: #2489CC;
font: 23px/27px Arial,Helvetica,sans-serif;
margin: 0 0 16px;
}
.edit h2{margin:0 0 6px 10px;}
.registration table{margin:0 0 10px;}
.captcha-holder strong,
.registration .captchaimg img,
.edit strong{display:block;}
.registration .captchaimg,
.comment-list .captchaimg,
.comment-form .captchaimg{margin:0 0 10px;}
.captcha-holder .cat_textbox{
width:140px !important;
padding:5px 10px;
}
.blog-list{
background:none;
border:none;
font:13px/15px Arial, Helvetica, sans-serif;
}
.blog-post h2,
.post-list h2{
color: #2489CC;
font: 29px/31px Arial,Helvetica,sans-serif !important;
margin: 0 !important;
border:none !important;
padding:0 !important;
text-transform:uppercase;
}
.post-list #catforumoutput h2{
font: 20px/23px Arial,Helvetica,sans-serif !important;
text-indent:15px;
}
.breadcrumb{display:none;}
.blog-post h2 a:hover,
.post-list h2 a:hover{text-decoration:none;}
.blog-container .description{display:none;}
.post-details,
.post-body p{margin:0 0 5px !important;}
.comment-list{
background:none;
border:none;
padding:0;
}
.comment-list h5{
color: #2489CC;
font: 25px/27px Arial,Helvetica,sans-serif !important;
margin: 0 !important;
}
.comments-form{margin:25px 0 0;}
.comments-form .item,
.comment-form .item,
.shop-checkout .item,
.secure-login .item{padding:0 0 10px !important;}
.secure-login div.form{padding:0;}
.secure-login .checkbox{
float:left;
margin:0;
padding:0;
width:16px;
height:15px;
}
.BlogRecentPost li, .BlogTagList li, .BlogPostArchive li{
font:13px/15px Arial, Helvetica, sans-serif;
}
.side-panel h4{
margin:0 0 10px;
font:bold 14px/17px Arial, Helvetica, sans-serif;
}
.account-container{
overflow:hidden;
}
.account-container h2{
color: #2489CC;
font: 27px/29px Arial,Helvetica,sans-serif !important;
margin: 0 0 20px;
}
.account-container .holder{
overflow:hidden;
}
.account-container h3{
margin:0 0 16px;
font:bold 16px/19px Arial, Helvetica, sans-serif;
background:none;
border:none;
padding:0;
text-transform:uppercase;
}
.account-container p{margin:0 0 16px 10px;}
.account-container .column{
float:left;
width:450px
}
.create-account{
display:block;
background:#2489CC;
border:1px solid #e3e3e3;
color:#fff;
font:11px/15px Arial, Helvetica, sans-serif;
width:194px;
height:28px;
text-transform:uppercase;
text-align:center;
padding:13px 0 0;
}
.create-account:hover{text-decoration:none;}
.login-form,
.secure-login{
width:428px;
float:right;
border:none;
background:none;
margin:0;
}
.view-display{
float:right;
font:11px/13px Arial, Helvetica, sans-serif;
padding:3px 4px 0 0;
}
.view-display a{
text-decoration:underline;
}
.view-display a:hover{text-decoration:none;}
.catalogueTable,
.shop-main .header,
.shop-cart .breadcrumbs,
.shop-cart h1{display:none;}
.shop-product-large{
overflow:hidden;
border:none;
}
.shop-product-large .image{
margin:0;
float:left;
padding:0;
width:420px;
}
.shop-product-large .details{
float:right;
padding:0;
background:none;
width:472px;
margin:-6px 0 0;
line-height:22px;
}
.shop-product-large h1,
.forum-container h1,
.forum-posts-container h1,
.blog-container h1{
color:#2489CC;
font:29px/31px Arial, Helvetica, sans-serif;
margin:0 0 16px;
}
.blog-container h1 img{margin:0 0 0 10px;}
.shop-product-large .details p{margin:0 0 19px;}
.shop-product-large li.instock{display:none;}
.shop-product-large .details .quantity .productTextInput{
display:none;
}
.shop-product-large .details .quantity img{
top:0;
float:right;
margin:-2px 0 0 10px;
cursor:pointer;
}
.shop-product-large ul{
margin:0 0 66px;
padding:0;
}
.radio-holder{
overflow:hidden;
padding:0 0 10px 10px;
}
.poplets {
border-top:none;
margin: 0;
padding: 13px 0 0;
}
.sitemap ul{
margin:0;
padding:0 0 0 20px;
list-style:none;
font:14px/17px Arial, Helvetica, sans-serif;
}
.sitemap li{
padding:4px 0 7px 20px;
background:url(../images/tBox.jpg) no-repeat 0 8px;
}
.sitemap li ul{padding:7px 0 0 20px;}
table.topic-list th{
font:14px/17px Arial, Helvetica, sans-serif !important;
}
.shop-cart .cart{
border:none;
font:15px/17px Arial, Helvetica, sans-serif;
}
.remove-link a{
display:block;
text-indent:-9999px;
overflow:hidden;
width:8px;
height:8px;
background:url(../images/ico-remove.gif) no-repeat;
margin:25px auto 0;
}
.shop-cart table.cart th{
background:none;
color:#666;
font:18px/23px Arial, Helvetica, sans-serif;
text-transform:uppercase;
text-align:left;
padding:25px 24px;
border:none;
}
.shop-cart table.cart .val td{
padding:0;
background:#f8f8f8;
border:none;
}
.shop-cart table.cart td.productname a{color:#666;}
.shop-cart table.cart .val td.quantity input{
display:block;
background:#eaeaea;
color:#999;
padding:3px 0;
margin:0;
border:none;
width:124px;
text-align:center;
}
.buttons-holder{
overflow:hidden;
}
.buttons-holder a{
float:left;
text-indent:-9999px;
overflow:hidden;
width:62px;
height:20px;
background:url(../images/ico-minus.gif) no-repeat;
}
.buttons-holder a.plus{background:url(../images/ico-plus.gif) no-repeat;}
table.cart strong{
font:19px/21px Arial, Helvetica, sans-serif;
}
.envelope{
margin:0 0 20px;
}
table.cart .invoice-total{
vertical-align:middle;
text-align:center;
}
table.cart .invoice-total .envelope{
border:1px solid #ebebeb;
height: 55px;
padding: 26px 10px 0;
width: 268px;
}
table.cart .invoice-total strong{
color:#1a8bd7;
font:34px/37px Arial, Helvetica, sans-serif;
}
tr.shipping td{border:none;}
tr.total td{border-bottom:1px solid #DDD;}
table.cart td.total-section{
vertical-align:middle;
}
table.cart td.actions{
vertical-align:top;
}
table.cart .actions a{
color:#666;
font:14px/17px Arial, Helvetica, sans-serif;
float:right;
}
table.cart .actions a.continue-shopping{
margin:15px 18px 0 0;
}
table.cart .actions a.continue-shopping:hover{color:#999;}
table.forum td,
table.topic{
font:13px/15px Arial, Helvetica, sans-serif;
}
table.forum h3{
margin:0;
font:bold 13px/15px Arial, Helvetica, sans-serif;
}
.productitemcell{
height:70px;
padding:27px 23px;
border-bottom:1px solid #fff;
}
.cart-image .productitemcell{
width:121px;
height:67px;
padding:28px 23px 29px;
}
.productitemcell img{
display:block;
border:1px solid #ebebeb;
width:100%;
}
.productname .productitemcell{
width:180px;
padding:47px 0 7px;
}
.shop-cart table.cart th.productname{padding:25px 0;}
.price-section .productitemcell{
padding:47px 0 7px 23px;
color:#1a8bd7;
width:60px;
}
.product-image{
width:268px;
height:201px;
}
.product-image img{width:100%;}
#content .product-image{
width:auto;
height:auto;
}
.hidden{display:none;}
Copy link to clipboard
Copied
I may have found it.
.cartSummaryLink{display:none;}
Don't know what this is
Copy link to clipboard
Copied
I was about to say I can see it in your source -
<div class="cart-summary"><span id="catCartSummary" quote="False" vertical="False"><table cellspacing="0" class="cartSummaryTable"><tr><td class="cartSummaryItem">1 item(s), Total: $123.00 <a class="cartSummaryLink" href="/OrderRetrievev2.aspx?CatalogueID=139144">View Cart</a></td></tr></table></span></div>
Copy link to clipboard
Copied
Sorry if this problem seems noobish btw. I write software for a living but usually using a 3rd party tool tends to be harder than writing things from scratch sometimes.
Copy link to clipboard
Copied
Well I changed it to true, and even thought the words never came back, A cart icon did. And it works. So thanks guys, at least I'm past that. No on to stumbling along...
Copy link to clipboard
Copied
The view cart text is there. You can't see it because it's black on black. In CSS apply color: #FFF and your set.
Copy link to clipboard
Copied
On a side note, what's with all the <br /> tags. Why don't you simply apply a margin-bottom to the element above that spaces the next element down as needed.
Copy link to clipboard
Copied
Yeah def, is a silly way to create space. I will change it to a margin. Again sorry guys, my web knowledge (html) is still noobish.
Copy link to clipboard
Copied
We're all here to help each other and make BC the best platform! Glad we could help. Been there before. I myself am still trying to figure out some of the BC ways.
Copy link to clipboard
Copied
Amen to that Sprout LOL BC is very powerful, just wish the docs were better on some of the more advanced API stuff. 🙂 Overall though very powerful and flexible platform....
Tom
Copy link to clipboard
Copied
Most 3rd party products tend to be that way if they didn't come from Microsoft. But This product seems very good. I just wish the learning curve wasn't so alien for me.
Copy link to clipboard
Copied
Yea I think that is your problem. The module tag needs to be surrounded with <div class="cart-summary">
Here is what I use in my template:
<div class="cart-summary"><span id="catCartSummary" quote="False" vertical="False"><table cellspacing="0" class="cartSummaryTable"><tr><td class="cartSummaryItem">{module_shoppingcartsummary}</td></tr></table></span></div>
And it produces this..
Copy link to clipboard
Copied
Post a link, likely your CSS and you have hidden the link by mistake or have a width and overflow hidden and cut it off or invalid HTML or CSS issue. Support won't help on those issues as its up to you on that front.
Post a link and it will be easy to spot.
Copy link to clipboard
Copied
If it's a CSS problem the code should still show in the source. View your source and see if it's there.