optimisation of the frontoffice. Product list is ten times faster. But only the default product sale element can be added to cart.

This commit is contained in:
Julien Chanséaume
2014-07-23 17:20:45 +02:00
committed by Julien Chanseaume
parent 00baae6da0
commit b4d0d085fe
7 changed files with 13592 additions and 111 deletions

File diff suppressed because one or more lines are too long

View File

@@ -330,17 +330,18 @@ td.product,
.special-price {
.price {
display: block;
font-size: 20px; line-height: 25px;
font-style: italic;
font-size: 14px; line-height: 25px;
font-style: normal;
font-weight: 400;
}
}
.old-price {
.price {
display: block;
font-size: 18px; line-height: 25px;
font-size: 14px; line-height: 25px;
font-style: italic;
font-weight: 600;
font-weight: 400;
text-decoration: line-through;
}
}