Merge branch 'main' of http://91.189.216.43:3000/jacek.pyziak/drmaterac.pl
This commit is contained in:
@@ -444,24 +444,12 @@
|
||||
</td>
|
||||
<td bgcolor="#FDFDFD" colspan="3" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; font-family: Open sans, Arial, sans-serif; background-color: #FDFDFD; color: #353943; font-weight: 600; font-size: 14px; padding: 10px; border: 1px solid #DFDFDF;"> {total_discounts} </td>
|
||||
</tr>
|
||||
<tr class="order_summary">
|
||||
<td bgcolor="#FDFDFD" colspan="3" align="right" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; font-family: Open sans, Arial, sans-serif; background-color: #FDFDFD; color: #353943; font-weight: 600; font-size: 14px; padding: 10px; border: 1px solid #DFDFDF;">
|
||||
Pakowanie prezentowe
|
||||
</td>
|
||||
<td bgcolor="#FDFDFD" colspan="3" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; font-family: Open sans, Arial, sans-serif; background-color: #FDFDFD; color: #353943; font-weight: 600; font-size: 14px; padding: 10px; border: 1px solid #DFDFDF;"> {total_wrapping} </td>
|
||||
</tr>
|
||||
<tr class="order_summary">
|
||||
<td bgcolor="#FDFDFD" colspan="3" align="right" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; font-family: Open sans, Arial, sans-serif; background-color: #FDFDFD; color: #353943; font-weight: 600; font-size: 14px; padding: 10px; border: 1px solid #DFDFDF;">
|
||||
Wysyłka
|
||||
</td>
|
||||
<td bgcolor="#FDFDFD" colspan="3" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; font-family: Open sans, Arial, sans-serif; background-color: #FDFDFD; color: #353943; font-weight: 600; font-size: 14px; padding: 10px; border: 1px solid #DFDFDF;"> {total_shipping} </td>
|
||||
</tr>
|
||||
<tr class="order_summary">
|
||||
<td bgcolor="#FDFDFD" colspan="3" align="right" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; font-family: Open sans, Arial, sans-serif; background-color: #FDFDFD; color: #353943; font-weight: 600; font-size: 14px; padding: 10px; border: 1px solid #DFDFDF;">
|
||||
Z podatkiem
|
||||
</td>
|
||||
<td bgcolor="#FDFDFD" colspan="3" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; font-family: Open sans, Arial, sans-serif; background-color: #FDFDFD; color: #353943; font-weight: 600; font-size: 14px; padding: 10px; border: 1px solid #DFDFDF;"> {total_tax_paid} </td>
|
||||
</tr>
|
||||
<tr class="order_summary">
|
||||
<td bgcolor="#FDFDFD" colspan="3" align="right" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; font-family: Open sans, Arial, sans-serif; background-color: #FDFDFD; color: #353943; font-weight: 600; font-size: 14px; padding: 10px; border: 1px solid #DFDFDF;">
|
||||
Zapłacono w sumie
|
||||
|
||||
@@ -202,24 +202,12 @@
|
||||
</td>
|
||||
<td bgcolor="#FDFDFD" colspan="3"> {total_discounts} </td>
|
||||
</tr>
|
||||
<tr class="order_summary">
|
||||
<td bgcolor="#FDFDFD" colspan="3" align="{{ align_right }}">
|
||||
{{ 'Gift-wrapping'|trans({}, 'Emails.Body', locale)|raw }}
|
||||
</td>
|
||||
<td bgcolor="#FDFDFD" colspan="3"> {total_wrapping} </td>
|
||||
</tr>
|
||||
<tr class="order_summary">
|
||||
<td bgcolor="#FDFDFD" colspan="3" align="{{ align_right }}">
|
||||
{{ 'Shipping'|trans({}, 'Emails.Body', locale)|raw }}
|
||||
</td>
|
||||
<td bgcolor="#FDFDFD" colspan="3"> {total_shipping} </td>
|
||||
</tr>
|
||||
<tr class="order_summary">
|
||||
<td bgcolor="#FDFDFD" colspan="3" align="{{ align_right }}">
|
||||
{{ 'Including total tax'|trans({}, 'Emails.Body', locale)|raw }}
|
||||
</td>
|
||||
<td bgcolor="#FDFDFD" colspan="3"> {total_tax_paid} </td>
|
||||
</tr>
|
||||
<tr class="order_summary">
|
||||
<td bgcolor="#FDFDFD" colspan="3" align="{{ align_right }}">
|
||||
{{ 'Total paid'|trans({}, 'Emails.Body', locale)|raw }}
|
||||
|
||||
@@ -41,9 +41,19 @@ $(document).ready(function()
|
||||
|
||||
lps_html_result += '<div class="lps-result-content"><div class="lps-result-title">' + result[i].name + '</div>';
|
||||
|
||||
|
||||
const excludedIds = [31069, 31067, 34327, 31070];
|
||||
|
||||
console.log("result: ", result[i].id_product)
|
||||
console.log("excludedIds: ", !excludedIds.includes(Number(result[i].id_product)))
|
||||
|
||||
|
||||
if (typeof lps_show_product_price != 'undefined' && lps_show_product_price)
|
||||
{
|
||||
if (result[i].manufacturer_name != 'Gomarco') {
|
||||
if (
|
||||
result[i].manufacturer_name != 'Gomarco' &&
|
||||
!excludedIds.includes(Number(result[i].id_product))
|
||||
) {
|
||||
lps_html_result += '<div class="lps-result-price">' + result[i].price + '</div>';
|
||||
console.log(result[i])
|
||||
}
|
||||
|
||||
@@ -443,24 +443,12 @@
|
||||
</td>
|
||||
<td bgcolor="#FDFDFD" colspan="3" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; font-family: Open sans, Arial, sans-serif; background-color: #FDFDFD; color: #353943; font-weight: 600; font-size: 14px; padding: 10px; border: 1px solid #DFDFDF;"> {total_discounts} </td>
|
||||
</tr>
|
||||
<tr class="order_summary">
|
||||
<td bgcolor="#FDFDFD" colspan="3" align="right" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; font-family: Open sans, Arial, sans-serif; background-color: #FDFDFD; color: #353943; font-weight: 600; font-size: 14px; padding: 10px; border: 1px solid #DFDFDF;">
|
||||
Pakowanie prezentowe
|
||||
</td>
|
||||
<td bgcolor="#FDFDFD" colspan="3" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; font-family: Open sans, Arial, sans-serif; background-color: #FDFDFD; color: #353943; font-weight: 600; font-size: 14px; padding: 10px; border: 1px solid #DFDFDF;"> {total_wrapping} </td>
|
||||
</tr>
|
||||
<tr class="order_summary">
|
||||
<td bgcolor="#FDFDFD" colspan="3" align="right" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; font-family: Open sans, Arial, sans-serif; background-color: #FDFDFD; color: #353943; font-weight: 600; font-size: 14px; padding: 10px; border: 1px solid #DFDFDF;">
|
||||
Wysyłka
|
||||
</td>
|
||||
<td bgcolor="#FDFDFD" colspan="3" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; font-family: Open sans, Arial, sans-serif; background-color: #FDFDFD; color: #353943; font-weight: 600; font-size: 14px; padding: 10px; border: 1px solid #DFDFDF;"> {total_shipping} </td>
|
||||
</tr>
|
||||
<tr class="order_summary">
|
||||
<td bgcolor="#FDFDFD" colspan="3" align="right" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; font-family: Open sans, Arial, sans-serif; background-color: #FDFDFD; color: #353943; font-weight: 600; font-size: 14px; padding: 10px; border: 1px solid #DFDFDF;">
|
||||
Z podatkiem
|
||||
</td>
|
||||
<td bgcolor="#FDFDFD" colspan="3" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; font-family: Open sans, Arial, sans-serif; background-color: #FDFDFD; color: #353943; font-weight: 600; font-size: 14px; padding: 10px; border: 1px solid #DFDFDF;"> {total_tax_paid} </td>
|
||||
</tr>
|
||||
<tr class="order_summary">
|
||||
<td bgcolor="#FDFDFD" colspan="3" align="right" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; font-family: Open sans, Arial, sans-serif; background-color: #FDFDFD; color: #353943; font-weight: 600; font-size: 14px; padding: 10px; border: 1px solid #DFDFDF;">
|
||||
Zapłacono w sumie
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -2678,6 +2678,7 @@ body#checkout #order-summary-content .order-confirmation-table {
|
||||
#cart .cart-detailed-actions .btn.btn-outline {
|
||||
background-color: #34d6ad;
|
||||
border: none;
|
||||
text-wrap: auto;
|
||||
}
|
||||
|
||||
.cart-grid-body a.label:hover {
|
||||
|
||||
@@ -421,7 +421,7 @@
|
||||
Zapraszamy do kontaktu
|
||||
</a>
|
||||
</br>
|
||||
{elseif in_array($product.id, array(23634, 23636, 23637, 34518, 34519)) }
|
||||
{elseif in_array($product.id, array(23634, 23636, 23637, 34518, 34519, 31069, 31067, 34327, 31070)) }
|
||||
</br>
|
||||
<a href="/kontakt" class="btn btn-primary add-to-cart">
|
||||
Zapraszamy do kontaktu
|
||||
|
||||
Reference in New Issue
Block a user