Nikolay Nikolov
Forum Replies Created
-
Forum: Plugins
In reply to: [Make Tables Responsive] Can we add space between rows when responsive?No problem ??
Forum: Plugins
In reply to: [Make Tables Responsive] Can we add space between rows when responsive?You can do this by adding this custom CSS code below on your site. But you need to replace the 650 with the value for “Enable on screens smaller than” minus 1. Also replace #dddddd with the value for the option “Border color for cells in even rows”. Also replace the #bbbbbb with the value of the option “Border color for cells in odd rows”. And replace 15 with the size of the space you want.
@media (max-width: 650px) {
.mtr-table tr:nth-child(even) .mtr-td-tag:first-of-type {
border-top: 1px solid #dddddd !important;
}
.mtr-table tr:nth-child(odd) .mtr-td-tag:first-of-type {
border-top: 1px solid #bbbbbb !important;
}
.mtr-table tr {
margin-bottom: 15px;
}
.mtr-table tr:last-of-type {
margin-bottom: 0px;
}
}Forum: Plugins
In reply to: [Make Tables Responsive] Can we add space between rows when responsive?Hi.
I am happy to hear it is useful :). So to be clear, you mean space inside each row (between the text and the border, marked in green in the example image), or space outside each row (between each border, marked in red), or space between each group of rows (marked in blue)? Image: https://drive.google.com/file/d/1hEmvT3K9F7Ix0F7x5NCZIuQ82FqNxI5m/view?usp=sharing
Forum: Plugins
In reply to: [Bulgarisation for WooCommerce] Изпращане на кредитно известиеБлагодаря
Forum: Plugins
In reply to: [Bulgarisation for WooCommerce] Изпращане на кредитно известие@autopolisbg Аз съм с най-новата версия 3.3.3, но няма прикачен файл в писмото за възстановена сума. Иначе кредитното известие се генерира и го виждам през админ панела.
@mialewp I still don’t get it, but thanks anyway. I will just leave it like this, should be fine.
Hi, I also had the same issue with variable prices and the option next tier discount did help. Just wanted to ask will this affect anything else? What does it mean? Just to be sure I didn’t make unwanted changes with this option.
Anyway, I guess there is nothing we can do about that then. I will probably use another plugin since this looks incorrectly displayed to me. Thanks for your time. I will mark it resolved.
But the way it is displayed, if we sum the subtotals of the items, it does not match the subtotal of the cart. Don’t you think this is a problem?
Try using a normal coupon code from woocommerce and see that it is applied after the subtotal but the prices of the items above is not changed. You show a discounted price for the items, then show a subtotal without a discount, and then add a discount.
Forum: Plugins
In reply to: [Bulgarisation for WooCommerce] Валидиране на празен ДДС номерВидях, че сега е оправено в новата версия. Благодаря!
I see that currently it is working in a different way, so I assume you have changed something. Now the beanie shows a $20 with strike on the product page, which was not there before.
But even now, there is something strange. See this image: https://drive.google.com/file/d/177vIUUdHOKMdrdN-gxPNCEbdym3yywqm/view?usp=sharing
See how the item subtotal is 17.10, but the subtotal for the cart is $18. Don’t you think that the subtotal of the cart has to show the sum of subtotals of all items?
And in the checkout the subtotal for the line item is $18, which is not the same as the one for the line in the cart. This also seems inconsistent.
Is all this working as intended?
Forum: Reviews
In reply to: [Make Tables Responsive] Fabulous!That’s the goal :). Thanks.
Forum: Reviews
In reply to: [Make Tables Responsive] Excellent plugin!Great, thanks ??
Forum: Plugins
In reply to: [Bulgarisation for WooCommerce] Валидиране на празен ДДС номерЗдравейте.
Само да попитам, понеже видях, че е маркирано като поправено, това означава ли че ще бъде поправено в бъдеща версия?
Идеята е фирми, които не са по ДДС да могат да оставят полето празно, а за тези по ДДС да работи валидацията.
Поздрави.
Forum: Plugins
In reply to: [Bulgarisation for WooCommerce] Фирмени данни при редакция на поръчкаОК, благодаря