Welcome, Guest
Username: Password: Remember me
Use this Category for your support questions about Virtuemart Template - PureMart (SKU# FLEX-00010)

TOPIC: Dropdown Cart not working

Dropdown Cart not working 11 years 5 months ago #1221

The drop down cart module is adding products, but not loading on top of the page (Can't see dropdown part.) When it is clicked on, nothing happens also.
Here is the site if you want to look.
carrettenewsite.cloudaccess.net/shop-menu-2.html

I am a beginner, so please keep it simple. I may be able to edit css if you point me exactly where to go.

I'm using Joomla 2.5, Cloudbase 2.0 template
Virtuemart V 2.0.12f
Puremart V 3.1

Thank you
The topic has been locked.

Dropdown Cart not working 11 years 5 months ago #1222

The shopping cart module is working, but you can't see the dropped down box; becasue your joomla template has

overflow: hidden;

parameter for the module boxes.
Open this CSS file:
carrettenewsite.cloudaccess.net/templates/puremartshop/css/template.css

and find this CSS rule:
.rt-block{
	padding: 0px;
	margin: 10px 0px;
	overflow: hidden;
	word-wrap: break-word;
}
change it with this:
.rt-block{
	padding: 0px;
	margin: 10px 0px;
 
	word-wrap: break-word;
}

The result will be:
ScreenShot2012-11-14at9.52.59PM.png



You might consider to reduce the width side of our Cart module. Because it is now larger than your module box. It is also easy.
Open this CSS file:
carrettenewsite.cloudaccess.net/templates/puremartshop/html/com_virtuemart/assets/css/flexibleVM2Global.css

Find this CSS rule:
#vmCartModule.vmCartModule {
	background:url(../images/Flexible/vmCartBack.png) right top no-repeat;
	height:28px;
	display:block;
	line-height:28px;
	cursor:pointer;
	font-size:10px;
	padding-left:11px;
	width:220px;
}

and change it with this:
#vmCartModule.vmCartModule {
	background:url(../images/Flexible/vmCartBack.png) right top no-repeat;
	height:28px;
	display:block;
	line-height:28px;
	cursor:pointer;
	font-size:10px;
	padding-left:11px;
	width:180px;
}

The result will be:
ScreenShot2012-11-14at9.55.03PM.png


It still looks like doesn't fit in the module box, you can also do this little trick:
Open the Virtuemart Language INI file, and change the CART TOTAL text to just CART, then it should be all okay.

Cheers.
Flexible Forum Support
Last Edit: 11 years 5 months ago by Support.
The topic has been locked.

Dropdown Cart not working 11 years 5 months ago #1224

SOLVED.
Thankyou so much for the excellent instructions. You are to be commended for your Template Tutorial as well.
The topic has been locked.

Dropdown Cart not working 11 years 5 months ago #1255

sure, your welcome.

Case solved. Topic is closed.

Flexible Support.
The topic has been locked.
Time to create page: 0.142 seconds

MaterialMart

for Virtuemart 3

Google's Material Design has finally arrived to Virtuemart

Virtumart Template - MaterialMart Virtumart Template - CleanMart Virtumart Template - CleanMart Virtumart Template - CleanMart

Fully responsive!

Buy Now   |   Live Demo