CMXX - Highlights, samples
This commit is contained in:
@@ -1363,6 +1363,7 @@ footer a:hover {
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
mix-blend-mode: multiply;
|
||||
width: min-content;
|
||||
}
|
||||
|
||||
.add_product a{
|
||||
@@ -1374,8 +1375,6 @@ footer a:hover {
|
||||
color: #555555;
|
||||
text-align: center;
|
||||
font-size: 10px;
|
||||
max-width: 130px;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.add_price {
|
||||
@@ -1406,4 +1405,54 @@ footer a:hover {
|
||||
max-width: 50%;
|
||||
text-align: left;
|
||||
margin: 40px;
|
||||
}
|
||||
|
||||
|
||||
.add_samples{
|
||||
overflow-x: scroll;
|
||||
overflow-y: hidden;
|
||||
white-space: nowrap;
|
||||
width:60%;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.add_sample{
|
||||
width:fit-content;
|
||||
display: inline-block;
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
mix-blend-mode: multiply;
|
||||
}
|
||||
|
||||
.add_sample input[type='submit']{
|
||||
border-radius: 90px;
|
||||
background-color: green;
|
||||
color: #fff;
|
||||
border: none;
|
||||
position: relative;
|
||||
top: -15px;
|
||||
left: 20px;
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
.add_sample a{
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.add_sample_button{
|
||||
vertical-align: middle;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.scrollButton{
|
||||
text-decoration: none;
|
||||
background: #2e38462b;
|
||||
border: 0;
|
||||
color: #FFFFFF;
|
||||
padding: 11px 5px;
|
||||
font-size: 14px;
|
||||
font-weight: 500;
|
||||
border-radius: 4px;
|
||||
cursor: pointer;
|
||||
}
|
||||
@@ -35,24 +35,17 @@ define('banner_btn_2','Stay@MorvalWatches');
|
||||
|
||||
/* Detailed settings */
|
||||
// Homepage highlightedproducts
|
||||
define('highlighted_product_range_1','Thomas I');
|
||||
define('category_id_highlighted_products_1','6');
|
||||
// Homepage highlightedproducts
|
||||
define('highlighted_product_range_2','Thomas II');
|
||||
define('category_id_highlighted_products_2','7');
|
||||
//Homepage show options in carrousel
|
||||
define('show_options_carrousel',false);
|
||||
//Truncate productname on carrousel
|
||||
define('product_truncate_text','Thomas-I');
|
||||
define('product_truncate','1');
|
||||
//Show small images from configuration
|
||||
define('show_option_images',false);
|
||||
// Default category_id for suggestions
|
||||
define('category_id_checkout_suggestions','3');
|
||||
define('category_id_checkout_suggestions','7');
|
||||
// Default category_id for giftcard
|
||||
define('giftcard_id','');
|
||||
// Default category_id for samples
|
||||
define('category_id_checkout_samples','');
|
||||
define('category_id_checkout_samples','7');
|
||||
// Default samples
|
||||
define('sample_pricing_override',false);
|
||||
// Default samples
|
||||
|
||||
Reference in New Issue
Block a user