<div>(réf. ${ref})</div>
<br>
<label>Quantité souhaitée :</label>
- <input type="text" name="qty" value="${quantity}"><br>
+ <input type="text" name="qty" value="${quantity}"><br><br><br>
<label>Commentaire (facultatif)</label>
- <textarea name="comment">${comment}</textarea><br>
+ <textarea name="comment">${comment}</textarea><br><br><br>
<button data-ref="${ref}">Ajouter à ma sélection</button>
</div>
</div>
$this.updateTitle('Merci !')
$this.updateCartContent($this.getConfirm())
$this.fluidbook.resize.resize();
- $(".confirm-content").css("max-width","max-content !important")
+ $("[data-menu=kimplay-sendcart], #kimplay-sendcart").addClass("confirm")
},
error: function (xhr, status, error) {
let errorsMessage = JSON.parse(xhr.responseText);
&[data-menu=cart-kimplay-sendcart] {
max-width: 680px !important;
+ &.confirm {
+ max-width: max-content !important;
+ padding: 41px 50px;
+ }
}
* {
resize: none;
}
}
+
+ &.confirm {
+
+ .caption {
+ position: initial;
+
+ a.back {
+ right: 16px;
+ top: 30px;
+ }
+ }
+ }
}
div.link[data-action="basket"] {