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

TOPIC: cant add more than 9 items to cart

cant add more than 9 items to cart 11 years 2 months ago #2830

the drop down is only going to 9 items even though the order minimum is 48

how to change?

thanks
The administrator has disabled public write access.

cant add more than 9 items to cart 11 years 2 months ago #2837

There is no restriction (see screen shot with 11 items) - it will be off the end of your screen..

As it's an absolute positioned element (<div style="display: none;" class="FlexibleDisplayCartContainerOut">) - it has to be to appear and disappear on the mouse-over without pushing down the lower divs - it is out of the scope of the surrounding container so the browser sees no extra height to make the window scroll..

If it did show then your page would be 4-5000px long.. :( - but it can't..

Perhaps play with the css to give you 3-4 products across? Depends how large each product display is though..

e.g.

add this css to your template?
 
.FlexibleDisplayCartContainerOut {
  min-width: 700px;
}
 
#FlexibleCartProducts .FlexibleCartProductROW {
  float: left;
  height: 120px;
  width: 300px;
}
 

gives you on our demo site 2 across (see att. dropcart_11_3.png)

Cheers
Admin
Attachments:
The administrator has disabled public write access.
Time to create page: 0.088 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