first commit

This commit is contained in:
2024-12-17 13:43:22 +01:00
commit 8e6cd8b410
21292 changed files with 3514826 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
<?php
/*
* 2007-2021 PrestaShop
*
* NOTICE OF LICENSE
*
* This module is not a free module and all rights are reserved. It is prohibited to sell or redistribute this module for any purpose. Each license can be used only in one website. For multishop environment, a new license is required for each e-shop managed.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author MEG Venture <info@megventure.com>
* @copyright 2007-2021 PrestaShop SA
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

View File

@@ -0,0 +1,274 @@
@charset "utf-8";
/* CSS Document */
#squaremeter {
color: #7a7a7a;
font-size: 11px;
}
#squaremeter hr {
clear:both;
}
#height, #width, #quantitym, #quantity_calculated {
width: 130px;
/* margin: 0 auto;*/
text-align: center;
border: 1px solid #ddd;
background: #fff;
}
.row-item-group {
width:50%;
float:left;
padding-right: 20px;
}
.row-group {
width:100%;
float:left;
}
.height_label, .width_label, .quantity_label, .quantity_calculated_label {
width: 130px;
margin: 0 auto;
font-weight: 900;
text-align:left;
font-size: 11px;
color: #7a7a7a;
}
.explanation_label {
width: 100%;
margin: 0 auto;
font-weight: 900;
text-align:left;
font-size: 11px;
color: #7a7a7a;
}
.title_explanation {
width: 100%;
margin: 0 auto;
font-size: 12px;
color: #7a7a7a;
}
.value-button {
display: inline-block;
margin: 0px;
width: 40px;
height: 25px;
text-align: center;
vertical-align: middle;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-family: verdana;
}
.value-button:hover {
cursor: pointer;
}
div .decrease {
margin-right: -4px;
}
div .increase {
margin-left: -4px;
}
input#quantity_wanted_alt, input#quantity_wanted_alth, input#quantity, input#directinput,
#width select, #height select, #depth select, #weight select, #direct_input_p select, #directinput_p select {
text-align: center;
border: none;
margin: 0px;
width: 44px;
height: 40px;
font-size:13px;
}
div#height input[type=text]::-webkit-inner-spin-button,
div#height input[type=text]::-webkit-outer-spin-button,
div#width input[type=text]::-webkit-inner-spin-button,
div#width input[type=text]::-webkit-outer-spin-button,
div#quantity input[type=text]::-webkit-inner-spin-button,
div#quantity input[type=text]::-webkit-outer-spin-button,
div#directinput input[type=text]::-webkit-inner-spin-button,
div#directinput input[type=text]::-webkit-outer-spin-button
{
-webkit-appearance: none;
margin: 0;
}
.squaremeter_disablecart {
pointer-events: none;
}
.squaremeter_disablecart_wrapper {
cursor: not-allowed;
}
#width select, #height select, #depth select, #weight select, #direct_input_p select, #directinput_p select {
width: 125px;
}
#totalprice, #squaremeter_availability {
margin-bottom:10px;
}
#totalpriceinfo {
color: #7a7a7a;
font-size:14px;
}
#totalpriceinfo span {
color: #000;
font-weight:900;
font-size:17px;
}
.product-add-to-cart {
clear:both;
}
#preview {
position: absolute;
border: 1px solid #ccc;
background: #333;
padding: 5px;
display: none;
color: #fff;
}
.hint {
width: 18px;
margin-top: -5px;
}
#preview>img {
max-width: 100%;
max-height: 100%;
}
#preview {
width: auto;
height: auto;
}
.preview {
cursor: default;
}
/* The switch - the box around the slider */
#switchx {
font-size: 12px !important;
margin-top: 10px;
margin-bottom: 10px;
}
.switchx {
position: relative;
display: inline-block;
width: 30px;
height: 17px;
}
/* Hide default HTML checkbox */
.switchx input {
opacity: 0;
width: 0;
height: 0;
}
.open_calculator {
display:none;
}
.open_calculator,
.close_calculator {
vertical-align: text-bottom;
}
/* The slider */
.sliderx {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}
.sliderx:before {
position: absolute;
content: "";
height: 13px;
width: 13px;
left: 2px;
bottom: 2px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}
input:checked+.sliderx {
background-color: #2196F3;
}
input:focus+.sliderx {
box-shadow: 0 0 1px #2196F3;
}
input:checked+.sliderx:before {
-webkit-transform: translateX(13px);
-ms-transform: translateX(13px);
transform: translateX(13px);
}
/* Rounded sliders */
.sliderx.roundx {
border-radius: 34px;
}
.sliderx.roundx:before {
border-radius: 50%;
}
div.checker, div.checker span, div.checker input {
width:0;
}
.extrafee, .waste {
border:1px solid #ccc;
padding:10px;
/* margin:0 0 10px; */
display:block;
border-radius: 5px;
text-align: left;
}
.extrafee:hover, .waste:hover {
background:#eee;
cursor:pointer;
}
#extrafee, #waste {
width: 20px;
height: 20px;
vertical-align: bottom;
margin-right: 5px;
}
#dimension {
display: none;
}

View File

@@ -0,0 +1,274 @@
@charset "utf-8";
/* CSS Document */
#squaremeter {
color: #7a7a7a;
font-size: 11px;
}
#squaremeter hr {
clear:both;
}
#height, #width, #quantitym, #quantity_calculated {
width: 130px;
/* margin: 0 auto;*/
text-align: center;
border: 1px solid #ddd;
background: #fff;
}
.row-item-group {
width:50%;
float:left;
padding-right: 20px;
}
.row-group {
width:100%;
float:left;
}
.height_label, .width_label, .quantity_label, .quantity_calculated_label {
width: 130px;
margin: 0 auto;
font-weight: 900;
text-align:left;
font-size: 11px;
color: #7a7a7a;
}
.explanation_label {
width: 100%;
margin: 0 auto;
font-weight: 900;
text-align:left;
font-size: 11px;
color: #7a7a7a;
}
.title_explanation {
width: 100%;
margin: 0 auto;
font-size: 12px;
color: #7a7a7a;
}
.value-button {
display: inline-block;
margin: 0px;
width: 40px;
height: 25px;
text-align: center;
vertical-align: middle;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-family: verdana;
}
.value-button:hover {
cursor: pointer;
}
div .decrease {
margin-right: -4px;
}
div .increase {
margin-left: -4px;
}
input#quantity_wanted_alt, input#quantity_wanted_alth, input#quantity, input#directinput,
#width select, #height select, #depth select, #weight select, #direct_input_p select, #directinput_p select {
text-align: center;
border: none;
margin: 0px;
width: 44px;
height: 40px;
font-size:13px;
}
div#height input[type=text]::-webkit-inner-spin-button,
div#height input[type=text]::-webkit-outer-spin-button,
div#width input[type=text]::-webkit-inner-spin-button,
div#width input[type=text]::-webkit-outer-spin-button,
div#quantity input[type=text]::-webkit-inner-spin-button,
div#quantity input[type=text]::-webkit-outer-spin-button,
div#directinput input[type=text]::-webkit-inner-spin-button,
div#directinput input[type=text]::-webkit-outer-spin-button
{
-webkit-appearance: none;
margin: 0;
}
.squaremeter_disablecart {
pointer-events: none;
}
.squaremeter_disablecart_wrapper {
cursor: not-allowed;
}
#width select, #height select, #depth select, #weight select, #direct_input_p select, #directinput_p select {
width: 125px;
}
#totalprice, #squaremeter_availability {
margin-bottom:10px;
}
#totalpriceinfo {
color: #7a7a7a;
font-size:14px;
}
#totalpriceinfo span {
color: #000;
font-weight:900;
font-size:17px;
}
.product-add-to-cart {
clear:both;
}
#preview {
position: absolute;
border: 1px solid #ccc;
background: #333;
padding: 5px;
display: none;
color: #fff;
}
.hint {
width: 18px;
margin-top: -5px;
}
#preview>img {
max-width: 100%;
max-height: 100%;
}
#preview {
width: auto;
height: auto;
}
.preview {
cursor: default;
}
/* The switch - the box around the slider */
#switchx {
font-size: 12px !important;
margin-top: 10px;
margin-bottom: 10px;
}
.switchx {
position: relative;
display: inline-block;
width: 30px;
height: 17px;
}
/* Hide default HTML checkbox */
.switchx input {
opacity: 0;
width: 0;
height: 0;
}
.open_calculator {
display:none;
}
.open_calculator,
.close_calculator {
vertical-align: text-bottom;
}
/* The slider */
.sliderx {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}
.sliderx:before {
position: absolute;
content: "";
height: 13px;
width: 13px;
left: 2px;
bottom: 2px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}
input:checked+.sliderx {
background-color: #2196F3;
}
input:focus+.sliderx {
box-shadow: 0 0 1px #2196F3;
}
input:checked+.sliderx:before {
-webkit-transform: translateX(13px);
-ms-transform: translateX(13px);
transform: translateX(13px);
}
/* Rounded sliders */
.sliderx.roundx {
border-radius: 34px;
}
.sliderx.roundx:before {
border-radius: 50%;
}
div.checker, div.checker span, div.checker input {
width:0;
}
.extrafee, .waste {
border:1px solid #ccc;
padding:10px;
/* margin:0 0 10px; */
display:block;
border-radius: 5px;
text-align: left;
}
.extrafee:hover, .waste:hover {
background:#eee;
cursor:pointer;
}
#extrafee, #waste {
width: 20px;
height: 20px;
vertical-align: bottom;
margin-right: 5px;
}
#dimension {
display: none;
}

View File

@@ -0,0 +1,274 @@
@charset "utf-8";
/* CSS Document */
#squaremeter {
color: #7a7a7a;
font-size: 11px;
}
#squaremeter hr {
clear:both;
}
#height, #width, #quantitym, #quantity_calculated {
width: 130px;
/* margin: 0 auto;*/
text-align: center;
border: 1px solid #ddd;
background: #fff;
}
.row-item-group {
width:50%;
float:left;
padding-right: 20px;
}
.row-group {
width:100%;
float:left;
}
.height_label, .width_label, .quantity_label, .quantity_calculated_label {
width: 130px;
margin: 0 auto;
font-weight: 900;
text-align:left;
font-size: 11px;
color: #7a7a7a;
}
.explanation_label {
width: 100%;
margin: 0 auto;
font-weight: 900;
text-align:left;
font-size: 11px;
color: #7a7a7a;
}
.title_explanation {
width: 100%;
margin: 0 auto;
font-size: 12px;
color: #7a7a7a;
}
.value-button {
display: inline-block;
margin: 0px;
width: 40px;
height: 25px;
text-align: center;
vertical-align: middle;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-family: verdana;
}
.value-button:hover {
cursor: pointer;
}
div .decrease {
margin-right: -4px;
}
div .increase {
margin-left: -4px;
}
input#quantity_wanted_alt, input#quantity_wanted_alth, input#quantity, input#directinput,
#width select, #height select, #depth select, #weight select, #direct_input_p select, #directinput_p select {
text-align: center;
border: none;
margin: 0px;
width: 44px;
height: 40px;
font-size:13px;
}
div#height input[type=text]::-webkit-inner-spin-button,
div#height input[type=text]::-webkit-outer-spin-button,
div#width input[type=text]::-webkit-inner-spin-button,
div#width input[type=text]::-webkit-outer-spin-button,
div#quantity input[type=text]::-webkit-inner-spin-button,
div#quantity input[type=text]::-webkit-outer-spin-button,
div#directinput input[type=text]::-webkit-inner-spin-button,
div#directinput input[type=text]::-webkit-outer-spin-button
{
-webkit-appearance: none;
margin: 0;
}
.squaremeter_disablecart {
pointer-events: none;
}
.squaremeter_disablecart_wrapper {
cursor: not-allowed;
}
#width select, #height select, #depth select, #weight select, #direct_input_p select, #directinput_p select {
width: 125px;
}
#totalprice, #squaremeter_availability {
margin-bottom:10px;
}
#totalpriceinfo {
color: #7a7a7a;
font-size:14px;
}
#totalpriceinfo span {
color: #000;
font-weight:900;
font-size:17px;
}
.product-add-to-cart {
clear:both;
}
#preview {
position: absolute;
border: 1px solid #ccc;
background: #333;
padding: 5px;
display: none;
color: #fff;
}
.hint {
width: 18px;
margin-top: -5px;
}
#preview>img {
max-width: 100%;
max-height: 100%;
}
#preview {
width: auto;
height: auto;
}
.preview {
cursor: default;
}
/* The switch - the box around the slider */
#switchx {
font-size: 12px !important;
margin-top: 10px;
margin-bottom: 10px;
}
.switchx {
position: relative;
display: inline-block;
width: 30px;
height: 17px;
}
/* Hide default HTML checkbox */
.switchx input {
opacity: 0;
width: 0;
height: 0;
}
.open_calculator {
display:none;
}
.open_calculator,
.close_calculator {
vertical-align: text-bottom;
}
/* The slider */
.sliderx {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}
.sliderx:before {
position: absolute;
content: "";
height: 13px;
width: 13px;
left: 2px;
bottom: 2px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}
input:checked+.sliderx {
background-color: #2196F3;
}
input:focus+.sliderx {
box-shadow: 0 0 1px #2196F3;
}
input:checked+.sliderx:before {
-webkit-transform: translateX(13px);
-ms-transform: translateX(13px);
transform: translateX(13px);
}
/* Rounded sliders */
.sliderx.roundx {
border-radius: 34px;
}
.sliderx.roundx:before {
border-radius: 50%;
}
div.checker, div.checker span, div.checker input {
width:0;
}
.extrafee, .waste {
border:1px solid #ccc;
padding:10px;
/* margin:0 0 10px; */
display:block;
border-radius: 5px;
text-align: left;
}
.extrafee:hover, .waste:hover {
background:#eee;
cursor:pointer;
}
#extrafee, #waste {
width: 20px;
height: 20px;
vertical-align: bottom;
margin-right: 5px;
}
#dimension {
display: none;
}

View File

@@ -0,0 +1,276 @@
@charset "utf-8";
/* CSS Document */
#squaremeter {
color: #7a7a7a;
font-size: 11px;
}
#squaremeter hr {
clear:both;
}
#height, #width, #depth, #quantitym, #quantity_calculated {
width: 130px;
/* margin: 0 auto;*/
text-align: center;
border: 1px solid #ddd;
background: #fff;
}
.row-item-group {
width:50%;
float:left;
padding-right: 20px;
}
.row-group {
width:100%;
float:left;
}
.height_label, .width_label, .depth_label, .quantity_label, .quantity_calculated_label {
width: 130px;
margin: 0 auto;
font-weight: 900;
text-align:left;
font-size: 11px;
color: #7a7a7a;
}
.explanation_label {
width: 100%;
margin: 0 auto;
font-weight: 900;
text-align:left;
font-size: 11px;
color: #7a7a7a;
}
.title_explanation {
width: 100%;
margin: 0 auto;
font-size: 12px;
color: #7a7a7a;
}
.value-button {
display: inline-block;
margin: 0px;
width: 40px;
height: 25px;
text-align: center;
vertical-align: middle;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-family: verdana;
}
.value-button:hover {
cursor: pointer;
}
div .decrease {
margin-right: -4px;
}
div .increase {
margin-left: -4px;
}
input#quantity_wanted_alt, input#quantity_wanted_alth, input#quantity_wanted_altd, input#quantity, input#directinput,
#width select, #height select, #depth select, #weight select, #direct_input_p select, #directinput_p select {
text-align: center;
border: none;
margin: 0px;
width: 44px;
height: 40px;
font-size:13px;
}
div#height input[type=text]::-webkit-inner-spin-button,
div#height input[type=text]::-webkit-outer-spin-button,
div#width input[type=text]::-webkit-inner-spin-button,
div#width input[type=text]::-webkit-outer-spin-button,
div#depth input[type=text]::-webkit-inner-spin-button,
div#depth input[type=text]::-webkit-outer-spin-button,
div#quantity input[type=text]::-webkit-inner-spin-button,
div#quantity input[type=text]::-webkit-outer-spin-button,
div#directinput input[type=text]::-webkit-inner-spin-button,
div#directinput input[type=text]::-webkit-outer-spin-button
{
-webkit-appearance: none;
margin: 0;
}
.squaremeter_disablecart {
pointer-events: none;
}
.squaremeter_disablecart_wrapper {
cursor: not-allowed;
}
#width select, #height select, #depth select, #weight select, #direct_input_p select, #directinput_p select {
width: 125px;
}
#totalprice, #squaremeter_availability {
margin-bottom:10px;
}
#totalpriceinfo {
color: #7a7a7a;
font-size:14px;
}
#totalpriceinfo span {
color: #000;
font-weight:900;
font-size:17px;
}
.product-add-to-cart {
clear:both;
}
#preview {
position: absolute;
border: 1px solid #ccc;
background: #333;
padding: 5px;
display: none;
color: #fff;
}
.hint {
width: 18px;
margin-top: -5px;
}
#preview>img {
max-width: 100%;
max-height: 100%;
}
#preview {
width: auto;
height: auto;
}
.preview {
cursor: default;
}
/* The switch - the box around the slider */
#switchx {
font-size: 12px !important;
margin-top: 10px;
margin-bottom: 10px;
}
.switchx {
position: relative;
display: inline-block;
width: 30px;
height: 17px;
}
/* Hide default HTML checkbox */
.switchx input {
opacity: 0;
width: 0;
height: 0;
}
.open_calculator {
display:none;
}
.open_calculator,
.close_calculator {
vertical-align: text-bottom;
}
/* The slider */
.sliderx {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}
.sliderx:before {
position: absolute;
content: "";
height: 13px;
width: 13px;
left: 2px;
bottom: 2px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}
input:checked+.sliderx {
background-color: #2196F3;
}
input:focus+.sliderx {
box-shadow: 0 0 1px #2196F3;
}
input:checked+.sliderx:before {
-webkit-transform: translateX(13px);
-ms-transform: translateX(13px);
transform: translateX(13px);
}
/* Rounded sliders */
.sliderx.roundx {
border-radius: 34px;
}
.sliderx.roundx:before {
border-radius: 50%;
}
div.checker, div.checker span, div.checker input {
width:0;
}
.extrafee, .waste {
border:1px solid #ccc;
padding:10px;
/* margin:0 0 10px; */
display:block;
border-radius: 5px;
text-align: left;
}
.extrafee:hover, .waste:hover {
background:#eee;
cursor:pointer;
}
#extrafee, #waste {
width: 20px;
height: 20px;
vertical-align: bottom;
margin-right: 5px;
}
#dimension {
display: none;
}

View File

@@ -0,0 +1,274 @@
@charset "utf-8";
/* CSS Document */
#squaremeter {
color: #7a7a7a;
font-size: 11px;
}
#squaremeter hr {
clear:both;
}
#weight, #quantitym, #quantity_calculated {
width: 130px;
/* margin: 0 auto;*/
text-align: center;
border: 1px solid #ddd;
background: #fff;
}
.row-item-group {
width:50%;
float:left;
padding-right: 20px;
}
.row-group {
width:100%;
float:left;
}
.weight_label, .quantity_label, .quantity_calculated_label {
width: 130px;
margin: 0 auto;
font-weight: 900;
text-align:left;
font-size: 11px;
color: #7a7a7a;
}
.explanation_label {
width: 100%;
margin: 0 auto;
font-weight: 900;
text-align:left;
font-size: 11px;
color: #7a7a7a;
}
.title_explanation {
width: 100%;
margin: 0 auto;
font-size: 12px;
color: #7a7a7a;
}
.value-button {
display: inline-block;
margin: 0px;
width: 40px;
height: 25px;
text-align: center;
vertical-align: middle;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-family: verdana;
}
.value-button:hover {
cursor: pointer;
}
div .decrease {
margin-right: -4px;
}
div .increase {
margin-left: -4px;
}
input#quantity_wanted_alt, input#quantity_wanted_alth, input#quantity, input#directinput,
#width select, #height select, #depth select, #weight select, #direct_input_p select, #directinput_p select {
text-align: center;
border: none;
margin: 0px;
width: 44px;
height: 40px;
font-size:13px;
}
div#height input[type=text]::-webkit-inner-spin-button,
div#height input[type=text]::-webkit-outer-spin-button,
div#weight input[type=text]::-webkit-inner-spin-button,
div#weight input[type=text]::-webkit-outer-spin-button,
div#quantity input[type=text]::-webkit-inner-spin-button,
div#quantity input[type=text]::-webkit-outer-spin-button,
div#directinput input[type=text]::-webkit-inner-spin-button,
div#directinput input[type=text]::-webkit-outer-spin-button
{
-webkit-appearance: none;
margin: 0;
}
.squaremeter_disablecart {
pointer-events: none;
}
.squaremeter_disablecart_wrapper {
cursor: not-allowed;
}
#width select, #height select, #depth select, #weight select, #direct_input_p select, #directinput_p select {
width: 125px;
}
#totalprice, #squaremeter_availability {
margin-bottom:10px;
}
#totalpriceinfo {
color: #7a7a7a;
font-size:14px;
}
#totalpriceinfo span {
color: #000;
font-weight:900;
font-size:17px;
}
.product-add-to-cart {
clear:both;
}
#preview {
position: absolute;
border: 1px solid #ccc;
background: #333;
padding: 5px;
display: none;
color: #fff;
}
.hint {
width: 18px;
margin-top: -5px;
}
#preview>img {
max-width: 100%;
max-height: 100%;
}
#preview {
width: auto;
height: auto;
}
.preview {
cursor: default;
}
/* The switch - the box around the slider */
#switchx {
font-size: 12px !important;
margin-top: 10px;
margin-bottom: 10px;
}
.switchx {
position: relative;
display: inline-block;
width: 30px;
height: 17px;
}
/* Hide default HTML checkbox */
.switchx input {
opacity: 0;
width: 0;
height: 0;
}
.open_calculator {
display:none;
}
.open_calculator,
.close_calculator {
vertical-align: text-bottom;
}
/* The slider */
.sliderx {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}
.sliderx:before {
position: absolute;
content: "";
height: 13px;
width: 13px;
left: 2px;
bottom: 2px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}
input:checked+.sliderx {
background-color: #2196F3;
}
input:focus+.sliderx {
box-shadow: 0 0 1px #2196F3;
}
input:checked+.sliderx:before {
-webkit-transform: translateX(13px);
-ms-transform: translateX(13px);
transform: translateX(13px);
}
/* Rounded sliders */
.sliderx.roundx {
border-radius: 34px;
}
.sliderx.roundx:before {
border-radius: 50%;
}
div.checker, div.checker span, div.checker input {
width:0;
}
.extrafee, .waste {
border:1px solid #ccc;
padding:10px;
/* margin:0 0 10px; */
display:block;
border-radius: 5px;
text-align: left;
}
.extrafee:hover, .waste:hover {
background:#eee;
cursor:pointer;
}
#extrafee, #waste {
width: 20px;
height: 20px;
vertical-align: bottom;
margin-right: 5px;
}
#dimension {
display: none;
}

View File

@@ -0,0 +1,29 @@
<?php
/*
* 2007-2021 PrestaShop
*
* NOTICE OF LICENSE
*
* This module is not a free module and all rights are reserved. It is prohibited to sell or redistribute this module for any purpose. Each license can be used only in one website. For multishop environment, a new license is required for each e-shop managed.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author MEG Venture <info@megventure.com>
* @copyright 2007-2021 PrestaShop SA
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

View File

@@ -0,0 +1,216 @@
@charset "utf-8";
/* CSS Document */
#squaremeter {
border: 1px solid #ccc;
-moz-border-radius: 5px;
-webkit-border-radius: 5px !important;
border-radius: 5px !important;
outline: 0;
margin-bottom: 5px;
-webkit-appearance: none;
padding: 5px;
/*width:222px;
margin-left:27px;*/
}
#squaremeter, #squaremeter_extrafee {
width: 55%;
}
#squaremeter legend{
font-size:12px;
}
.squaremeter_disablecart {
pointer-events: none;
}
.squaremeter_disablecart_wrapper {
cursor: not-allowed;
}
.labels, #dimension {
font-size:11px;
clear:left;
width:50%;
float:left;
}
.labels p {
float:left;
}
#dimension {
white-space: pre-wrap;
/* CSS3 */
white-space: -moz-pre-wrap;
/* Firefox */
white-space: -pre-wrap;
/* Opera <7 */
white-space: -o-pre-wrap;
/* Opera 7 */
word-wrap: break-word;
/* IE */
padding-bottom: 10px;
}
#width {
clear: left;
}
#fields p, .fields p {
float: left;
}
#multiplicationsign {
padding-top: 8px;
}
#width input, #height input, #depth input, #quantitym input, #quantity_wanted_p input {
width: 179px !important;
height: 30px !important;
/* border: 1px solid #CDCDCD !important; */
text-align: right !important;
}
#width select, #height select, #depth select, #weight select, #direct_input_p select {
width: 220.59px !important;
height: 38.58px !important;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border: 1px solid #d3d3d3;
padding: .222em 0;
margin: .2em 0;
font-family: Verdana,Arial,sans-serif;
font-size: 1.1em;
}
#totalpriceinfo {
padding-top: 10px;
color: rgb(105, 111, 94);
font-weight: bold;
font-size: 21px;
clear:left;
}
#preview {
position: absolute;
border: 1px solid #ccc;
background: #333;
padding: 5px;
display: none;
color: #fff;
}
.hint {
width: 18px;
margin-top: -5px;
}
#preview>img {
max-width: 100%;
max-height: 100%;
}
#preview {
width: auto;
height: auto;
}
/* The switch - the box around the slider */
#switchx {
font-size: 12px !important;
}
.switchx {
position: relative;
display: inline-block;
width: 30px;
height: 17px;
}
/* Hide default HTML checkbox */
.switchx input {
opacity: 0;
width: 0;
height: 0;
}
/* The slider */
.sliderx {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}
.sliderx:before {
position: absolute;
content: "";
height: 13px;
width: 13px;
left: 2px;
bottom: 2px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}
input:checked+.sliderx {
background-color: #2196F3;
}
input:focus+.sliderx {
box-shadow: 0 0 1px #2196F3;
}
input:checked+.sliderx:before {
-webkit-transform: translateX(13px);
-ms-transform: translateX(13px);
transform: translateX(13px);
}
/* Rounded sliders */
.sliderx.roundx {
border-radius: 34px;
}
.sliderx.roundx:before {
border-radius: 50%;
}
div.checker, div.checker span, div.checker input {
width:0;
}
.extrafee, .waste {
border:1px solid #ccc;
padding:10px;
/* margin:0 0 10px; */
display:block;
border-radius: 5px;
text-align: left;
}
.extrafee:hover, .waste:hover {
background:#eee;
cursor:pointer;
}
#extrafee, #waste {
width: 20px;
height: 20px;
vertical-align: bottom;
margin-right: 5px;
}

View File

@@ -0,0 +1,203 @@
@charset "utf-8";
/* CSS Document */
#dimension {
white-space: pre-wrap;
/* CSS3 */
white-space: -moz-pre-wrap;
/* Firefox */
white-space: -pre-wrap;
/* Opera <7 */
white-space: -o-pre-wrap;
/* Opera 7 */
word-wrap: break-word;
/* IE */
padding-bottom: 10px;
clear: both;
}
#squaremeter legend{
font-size:12px;
}
.labels, #dimension {
font-size:11px;
}
.labels p {
float:left;
width:26%;
}
#squaremeter, #squaremeter_extrafee {
margin-left:2px;
width:55%;
}
.squaremeter_disablecart {
pointer-events: none;
}
.squaremeter_disablecart_wrapper {
cursor: not-allowed;
}
#fields p, .fields p {
float: left;
}
#multiplicationsign {
padding-top: 12px;
}
#width input, #height input, #depth input, #quantitym input, #quantity_wanted_p input, #directinput_p input {
width: 53px !important;
height: 42px !important;
/* border: 1px solid #CDCDCD !important; */
/* text-align:right !important; */
/* font-size:13px !important; */
/* line-height:27px !important; */
margin-right: 16px;
}
#width select, #height select, #depth select, #weight select, #direct_input_p select, #directinput_p select {
width: 77.59px !important;
height: 50.58px !important;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border: 1px solid #d3d3d3;
padding: .222em 0;
margin: 0;
font-family: Verdana,Arial,sans-serif;
font-size: 1.1em;
}
#totalpriceinfo {
padding-top: 10px;
color: rgb(105, 111, 94);
font-weight: bold;
font-size: 21px;
}
#preview {
position: absolute;
border: 1px solid #ccc;
background: #333;
padding: 5px;
display: none;
color: #fff;
}
.hint {
width: 18px;
margin-top: -5px;
}
#preview>img {
max-width: 100%;
max-height: 100%;
}
#preview {
width: auto;
height: auto;
}
/* The switch - the box around the slider */
#switchx {
font-size: 12px !important;
}
.switchx {
position: relative;
display: inline-block;
width: 30px;
height: 17px;
}
/* Hide default HTML checkbox */
.switchx input {
opacity: 0;
width: 0;
height: 0;
}
/* The slider */
.sliderx {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}
.sliderx:before {
position: absolute;
content: "";
height: 13px;
width: 13px;
left: 2px;
bottom: 2px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}
input:checked+.sliderx {
background-color: #2196F3;
}
input:focus+.sliderx {
box-shadow: 0 0 1px #2196F3;
}
input:checked+.sliderx:before {
-webkit-transform: translateX(13px);
-ms-transform: translateX(13px);
transform: translateX(13px);
}
/* Rounded sliders */
.sliderx.roundx {
border-radius: 34px;
}
.sliderx.roundx:before {
border-radius: 50%;
}
div.checker, div.checker span, div.checker input {
width:0;
}
.extrafee, .waste {
border:1px solid #ccc;
padding:10px;
/* margin:0 0 10px; */
display:block;
border-radius: 5px;
text-align: left;
}
.extrafee:hover, .waste:hover {
background:#eee;
cursor:pointer;
}
#extrafee, #waste {
width: 20px;
height: 20px;
vertical-align: bottom;
margin-right: 5px;
}

View File

@@ -0,0 +1,195 @@
@charset "utf-8";
/* CSS Document */
#dimension {
white-space: pre-wrap;
/* CSS3 */
white-space: -moz-pre-wrap;
/* Firefox */
white-space: -pre-wrap;
/* Opera <7 */
white-space: -o-pre-wrap;
/* Opera 7 */
word-wrap: break-word;
/* IE */
padding-bottom: 10px;
clear: both;
}
#squaremeter legend{
font-size:12px;
}
.labels, #dimension {
font-size:11px;
}
.squaremeter_disablecart {
pointer-events: none;
}
.squaremeter_disablecart_wrapper {
cursor: not-allowed;
}
#fields p, .fields p {
float: left;
}
#multiplicationsign {
padding-top: 12px;
}
#width input, #height input, #depth input, #quantitym input, #directinput_p input
/* #quantity_wanted_p input */
{
width: 53px !important;
height: 42px !important;
/* border: 1px solid #CDCDCD !important; */
text-align: right !important;
font-size: 13px !important;
padding: 5px;
outline: 0;
line-height: 27px !important;
}
#width select, #height select, #depth select, #weight select, #direct_input_p select, #directinput_p select {
width: 86.2px !important;
height: 49.19px !important;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border: 1px solid #d3d3d3;
padding: .222em 0;
/* margin: .2em 0; */
font-family: Verdana,Arial,sans-serif;
font-size: 1.1em;
}
#totalpriceinfo {
padding-top: 10px;
color: rgb(105, 111, 94);
font-weight: bold;
font-size: 21px;
}
#preview {
position: absolute;
border: 1px solid #ccc;
background: #333;
padding: 5px;
display: none;
color: #fff;
}
.hint {
width: 18px;
margin-top: -5px;
}
#preview>img {
max-width: 100%;
max-height: 100%;
}
#preview {
width: auto;
height: auto;
}
/* The switch - the box around the slider */
#switchx {
font-size: 12px !important;
}
.switchx {
position: relative;
display: inline-block;
width: 30px;
height: 17px;
}
/* Hide default HTML checkbox */
.switchx input {
opacity: 0;
width: 0;
height: 0;
}
/* The slider */
.sliderx {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}
.sliderx:before {
position: absolute;
content: "";
height: 13px;
width: 13px;
left: 2px;
bottom: 2px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}
input:checked+.sliderx {
background-color: #2196F3;
}
input:focus+.sliderx {
box-shadow: 0 0 1px #2196F3;
}
input:checked+.sliderx:before {
-webkit-transform: translateX(13px);
-ms-transform: translateX(13px);
transform: translateX(13px);
}
/* Rounded sliders */
.sliderx.roundx {
border-radius: 34px;
}
.sliderx.roundx:before {
border-radius: 50%;
}
div.checker, div.checker span, div.checker input {
width:0;
}
.extrafee, .waste {
border:1px solid #ccc;
padding:10px;
/* margin:0 0 10px; */
display:block;
border-radius: 5px;
text-align: left;
}
.extrafee:hover, .waste:hover {
background:#eee;
cursor:pointer;
}
#extrafee, #waste {
width: 20px;
height: 20px;
vertical-align: bottom;
margin-right: 5px;
}

View File

@@ -0,0 +1,209 @@
@charset "utf-8";
/* CSS Document */
#squaremeter {
border: 1px solid #ccc;
-moz-border-radius: 5px;
-webkit-border-radius: 5px !important;
border-radius: 5px !important;
outline: 0;
margin-bottom: 5px;
margin-left: -7px;
-webkit-appearance: none;
padding: 5px;
}
#dimension {
width:60%;
white-space: pre-wrap;
/* CSS3 */
white-space: -moz-pre-wrap;
/* Firefox */
white-space: -pre-wrap;
/* Opera <7 */
white-space: -o-pre-wrap;
/* Opera 7 */
word-wrap: break-word;
/* IE */
padding-bottom: 10px;
}
#squaremeter legend{
font-size:12px;
}
.labels, #dimension {
font-size:11px;
}
.squaremeter_disablecart {
pointer-events: none;
}
.squaremeter_disablecart_wrapper {
cursor: not-allowed;
}
#width {
clear: left;
}
#fields p, .fields p {
float: left;
margin-left: 0px;
/* width: 56px; */
}
#multiplicationsign {
padding-top: 8px;
font-family: Verdana, Geneva, sans-serif;
font-size: 10pt;
}
#width input, #height input, #depth input, #quantitym input, #directinput_p input {
width: 40px !important;
height: 30px !important;
/* border: 1px solid #CDCDCD !important; */
text-align: right !important;
}
#width select, #height select, #depth select, #weight select, #direct_input_p select, #directinput_p select {
width: 81.59px !important;
height: 38.58px !important;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border: 1px solid #d3d3d3;
padding: .222em 0;
margin: 0;
font-family: Verdana,Arial,sans-serif;
font-size: 1.1em;
}
#totalpriceinfo {
padding-top: 10px;
color: rgb(105, 111, 94);
font-weight: bold;
font-size: 21px;
}
#preview {
position: absolute;
border: 1px solid #ccc;
background: #333;
padding: 5px;
display: none;
color: #fff;
}
.hint {
width: 18px;
margin-top: -5px;
}
#preview>img {
max-width: 100%;
max-height: 100%;
}
#preview {
width: auto;
height: auto;
}
/* The switch - the box around the slider */
#switchx {
font-size: 12px !important;
}
.switchx {
position: relative;
display: inline-block;
width: 30px;
height: 17px;
}
/* Hide default HTML checkbox */
.switchx input {
opacity: 0;
width: 0;
height: 0;
}
/* The slider */
.sliderx {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}
.sliderx:before {
position: absolute;
content: "";
height: 13px;
width: 13px;
left: 2px;
bottom: 2px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}
input:checked+.sliderx {
background-color: #2196F3;
}
input:focus+.sliderx {
box-shadow: 0 0 1px #2196F3;
}
input:checked+.sliderx:before {
-webkit-transform: translateX(13px);
-ms-transform: translateX(13px);
transform: translateX(13px);
}
/* Rounded sliders */
.sliderx.roundx {
border-radius: 34px;
}
.sliderx.roundx:before {
border-radius: 50%;
}
div.checker, div.checker span, div.checker input {
width:0;
}
.extrafee, .waste {
border:1px solid #ccc;
padding:10px;
/* margin:0 0 10px; */
display:block;
border-radius: 5px;
text-align: left;
}
.extrafee:hover, .waste:hover {
background:#eee;
cursor:pointer;
}
#extrafee, #waste {
width: 20px;
height: 20px;
vertical-align: bottom;
margin-right: 5px;
}

View File

@@ -0,0 +1,216 @@
@charset "utf-8";
/* CSS Document */
#squaremeter {
border: 1px solid #ccc;
-moz-border-radius: 5px;
-webkit-border-radius: 5px !important;
border-radius: 5px !important;
outline: 0;
margin-bottom: 5px;
-webkit-appearance: none;
padding: 5px;
width: 60%;
}
#squaremeter legend{
font-size:12px;
}
#dimension {
white-space: pre-wrap;
/* CSS3 */
white-space: -moz-pre-wrap;
/* Firefox */
white-space: -pre-wrap;
/* Opera <7 */
white-space: -o-pre-wrap;
/* Opera 7 */
word-wrap: break-word;
/* IE */
padding-bottom: 10px;
}
.squaremeter_disablecart {
pointer-events: none;
}
.squaremeter_disablecart_wrapper {
cursor: not-allowed;
}
.labels, #dimension {
font-size:11px;
clear:left;
width:50%;
float:left;
}
#weight {
clear: left;
}
#fields p, .fields p {
float: left;
}
.fields {
clear:both;
}
.labels p {
float:left;
}
#multiplicationsign {
padding-top: 8px;
}
#width input, #height input, #depth input, #weight input, #quantitym input, #quantity_wanted_p input {
width: 40px !important;
height: 30px !important;
/* border: 1px solid #CDCDCD !important; */
/* text-align: right !important; */
}
#width select, #height select, #depth select, #weight select, #direct_input_p select {
width: 81.59px !important;
height: 38.58px !important;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border: 1px solid #d3d3d3;
padding: .222em 0;
margin: .2em 0;
font-family: Verdana,Arial,sans-serif;
font-size: 1.1em;
}
#totalpriceinfo {
padding-top: 10px;
color: rgb(105, 111, 94);
font-weight: bold;
font-size: 21px;
clear:left;
}
#preview {
position: absolute;
border: 1px solid #ccc;
background: #333;
padding: 5px;
display: none;
color: #fff;
}
.hint {
width: 18px;
margin-top: -5px;
}
#preview>img {
max-width: 100%;
max-height: 100%;
}
#preview {
width: auto;
height: auto;
}
/* The switch - the box around the slider */
#switchx {
font-size: 12px !important;
}
.switchx {
position: relative;
display: inline-block;
width: 30px;
height: 17px;
}
/* Hide default HTML checkbox */
.switchx input {
opacity: 0;
width: 0;
height: 0;
}
/* The slider */
.sliderx {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}
.sliderx:before {
position: absolute;
content: "";
height: 13px;
width: 13px;
left: 2px;
bottom: 2px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}
input:checked+.sliderx {
background-color: #2196F3;
}
input:focus+.sliderx {
box-shadow: 0 0 1px #2196F3;
}
input:checked+.sliderx:before {
-webkit-transform: translateX(13px);
-ms-transform: translateX(13px);
transform: translateX(13px);
}
/* Rounded sliders */
.sliderx.roundx {
border-radius: 34px;
}
.sliderx.roundx:before {
border-radius: 50%;
}
div.checker, div.checker span, div.checker input {
width:0;
}
.extrafee, .waste {
border:1px solid #ccc;
padding:10px;
/* margin:0 0 10px; */
display:block;
border-radius: 5px;
text-align: left;
}
.extrafee:hover, .waste:hover {
background:#eee;
cursor:pointer;
}
#extrafee, #waste {
width: 20px;
height: 20px;
vertical-align: bottom;
margin-right: 5px;
}

View File

@@ -0,0 +1,148 @@
/* Operations ************/
.align_right {
text-align: right;
}
.import {
display: inline-block;
background: url('../img/import.png') no-repeat left;
background-size: auto 100%;
line-height: 20px;
padding-left: 25px;
color: #666666;
font-size: 14px;
font-weight: bold;
text-decoration: none;
margin-right: 20px;
cursor: pointer;
}
.export {
display: inline-block;
background: url('../img/export.png') no-repeat left;
background-size: auto 100%;
line-height: 20px;
padding-left: 25px;
color: #666666;
font-size: 14px;
font-weight: bold;
text-decoration: none;
}
.import:hover, .export:hover {
text-decoration: underline;
color: #333333;
}
.field_container {
padding: 10px;
margin: 0 0 10px 0;
border: 1px solid #cccccc;
border-radius: 10px;
}
.field_container legend {
padding: 0 5px 0 5px;
font-size: 14px;
font-weight: bold;
}
/* popup --------------------------*/
#popup_upload_cat {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(0, 0 ,0, 0.7);
z-index: 99;
text-align: center;
display: none;
overflow: auto;
}
#popup_upload {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(0, 0 ,0, 0.7);
z-index: 99;
text-align: center;
display: none;
overflow: auto;
}
.form_upload {
width: 300px;
height: 160px;
border: 1px solid #999999;
border-radius: 10px;
background: #ffffff;
color: #666666;
margin: auto;
margin-top: 160px;
padding: 10px;
text-align: left;
position: relative;
}
.form_upload h2 {
border-bottom: 1px solid #999999;
padding: 0 0 5px 0;
margin: 0 0 20px 0;
font-size: revert;
}
.file_input {
width: 97%;
background: #eaeaea;
border: 1px solid #999999;
border-radius: 5px;
color: #333333;
padding: 1%;
margin: 0 0 20px 0;
}
#upload_btn, #upload_btn_cat {
background: #cccccc;
color: #333333;
border: 1px solid #999999;
border-radius: 10px;
float: right;
line-height: 20px;
font-size: 14px;
font-weight: bold;
font-family: arial;
display: block;
padding: 5px;
cursor: pointer;
}
#upload_btn:hover, #upload_btn_cat:hover {
background: #eaeaea;
}
#help_btn, #help_btn_cat {
background: #F90;
color: #333333;
border: 1px solid #999999;
border-radius: 10px;
float: left;
line-height: 20px;
font-size: 14px;
font-weight: bold;
font-family: arial;
display: block;
padding: 5px;
cursor: pointer;
}
#help_btn:hover, #help_btn_cat:hover {
background: #eaeaea;
}
.close {
position: absolute;
display: block;
right: 10px;
cursor: pointer;
font-size: 20px;
line-height: 16px;
width: 18px;
height: 21px;
border: 1px solid #cccccc;
border-radius: 5px;
background: #F0F0F0;
text-align: center;
font-weight: bold;
}
.close:hover {
background: #cccccc;
}

View File

@@ -0,0 +1,84 @@
.squaremeterProductListing{
position: relative;
text-align: center;
width: 100%;
top: -.25em;
padding-top: .475rem;
min-height: 3.5rem;
background: #fff;
box-shadow: 2px 4px 4px 0 rgba(0,0,0,.2);
}
.squaremeterProductListing .product-quantity{
display: inline-block;
vertical-align: top;
border: 1px solid #ddd;
background: #fff;
}
.squaremeterProductListing .input-group-append {
display:inherit;
font-size: 12px;
}
.squaremeterProductListing .product-quantity input{
padding: 8px 2px 10px 5px;
text-align: center;
}
#products article.product-miniature.js-product-miniature,
article.product-miniature.js-product-miniature{
margin-bottom: 30px;
}
.squaremeterProductListing button.btn-primary{
display: inline-block;
padding: 0.6rem 0.8rem;
}
.squaremeterProductListing .directinput {
width: 44px;
margin: 0 auto;
text-align: center;
border: 1px solid #fff;
background: #fff;
}
.squaremeterProductListing .value-button {
display: inline-block;
margin: 0px;
width: 35px;
height: 25px;
text-align: center;
vertical-align: middle;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-family: verdana;
}
.squaremeterProductListing .value-button:hover {
cursor: pointer;
}
div .decrease {
margin-right: -4px;
}
div .increase {
margin-left: -4px;
}
input#directinput, #direct_input_p select, #directinput_p select {
text-align: center;
border: none;
margin: 0px;
width: 44px;
height: 40px;
font-size:13px;
}
div.directinput input[type=text]::-webkit-inner-spin-button,
div.directinput input[type=text]::-webkit-outer-spin-button
{
-webkit-appearance: none;
margin: 0;
}
.direct_input_p select, .directinput_p select {
width: 125px;
}
.product-price-and-shipping .totalpriceinfo {
color: #7a7a7a;
font-size:14px;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@@ -0,0 +1,29 @@
<?php
/*
* 2007-2021 PrestaShop
*
* NOTICE OF LICENSE
*
* This module is not a free module and all rights are reserved. It is prohibited to sell or redistribute this module for any purpose. Each license can be used only in one website. For multishop environment, a new license is required for each e-shop managed.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author MEG Venture <info@megventure.com>
* @copyright 2007-2021 PrestaShop SA
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 178 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

@@ -0,0 +1,29 @@
<?php
/*
* 2007-2021 PrestaShop
*
* NOTICE OF LICENSE
*
* This module is not a free module and all rights are reserved. It is prohibited to sell or redistribute this module for any purpose. Each license can be used only in one website. For multishop environment, a new license is required for each e-shop managed.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author MEG Venture <info@megventure.com>
* @copyright 2007-2021 PrestaShop SA
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long