eazy24
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Woocommerce rounding issue with some productsok thank you
Forum: Plugins
In reply to: [WooCommerce] Woocommerce rounding issue with some productshttps://www.upload.ee/image/5551998/9_products1.png
explained it little bit moreForum: Plugins
In reply to: [WooCommerce] Woocommerce rounding issue with some productsWhats the figure in the brackets?
Did you mean this (eur 1,382 tasuda j??nud) if yes,then that is pay later amount.
Forum: Plugins
In reply to: [WooCommerce] show tax amount even if its included on product price alreadyI’m not certain what your deposits plugin does, but legally you should tax what the user pays I think. So if they pay £5, thats £1 tax. Is that not right?
yes correct,but the problem is that woocommerce deposit plugin i am using collects taxes upfront,so 20% amout of tax is paid with deposit amount and remaining amount is rest of it,but without tax,it should be like 10%of tax on deposit amount and 10% of tax on remaining amount,at least thats my client wants,also plugin authorwrote me that:
Hi,
As it stands, to get around this issue you’d have to modify WooCommerce itself.
I’ve been working on this problem for ages now. WooCommerce calculates taxes in a separate step, after it calculates item totals and individual item tax.
It then applies any discounts to that total.
Now the issue is that after this calculation the deposit plugin is supposed to separate the amounts then cap the payment for every item to the deposit amount, right? And here we face the issue: What if the user had other regular items (no deposits, possible coupons) in the order? And what happens if the discounted price amounts to less than the deposit amount? What happens if the store owner had coupons for individual products?
I haven’t even mentioned shipping and order fees and the such.
As you can see, this is about the point where my brain turns into mush and can’t for the life of me find a solution to this issue.
not sure what to do anymore,because i understand that if i have tax set to zero % then it displays 0%,it should be that way and i understand that,looks like there is not possible to do what my client wants.
Forum: Plugins
In reply to: [WooCommerce] show tax amount even if its included on product price alreadyYes i know what you mean,it works ok that way,but i cant use this way because i use woocommerce deposit plugin and plugin wont split tax to 10% and 10% like i need,but it collects taxes upfront.
What i want is:
I added products which have tax 20% already included in price.
So i cant apply another tax rate 20% anymore,bacause of that i added tax rate zero 0%.
And i want to show that tax rate in amount,not 0%,but 20%,like in screenshothttps://www.upload.ee/image/5549229/tax.png
i know it works when i set tax rate 20% but i need it with tax rate set to 0%
Forum: Plugins
In reply to: [WooCommerce] show tax amount even if its included on product price alreadystill not working- tax:€0.000 in that way,its because my price has taxes already included and i cant use 20% tax rate anymore. Only zero tax rate 0% is my option with prices tax already included. And second option would be insert prices without tax and apply that 20% tax rate,but i cant do that.
Forum: Plugins
In reply to: [WooCommerce] show tax amount even if its included on product price alreadyyes i know that and have setup like that,but is it not possible to display separate line of tax amount 20% from total amount? thats 0.09 if total is 0.45
Forum: Plugins
In reply to: [WooCommerce] show tax amount even if its included on product price alreadysorry,my mistake,i have product that have that 20% tax included in price,
tax is set to zero,because its already on price.
Can i still display that 20% amount somehow,even when tax rate is set to zero?Forum: Plugins
In reply to: [WooCommerce] show tax amount even if its included on product price alreadyok i will include % to taxes name/label.
but is it not possible to show 20% amount from that 0,225 total what on screenshot.Forum: Plugins
In reply to: [WooCommerce] show tax amount even if its included on product price alreadyyes i know why is it 0,just tring figure out what my client needs.
Looks like thats not possible to do?Forum: Fixing WordPress
In reply to: open featuredImageCropped thumbnail in the_post_thumbnail( 'full' );solved,fixed
Forum: Fixing WordPress
In reply to: open featuredImageCropped thumbnail in the_post_thumbnail( 'full' );found a solution,only one problem,need change the_title_attribute to?
<div id="mylightbox"> <?php if ( has_post_thumbnail()) { $full_image_url = wp_get_attachment_image_src( get_post_thumbnail_id(), 'full'); echo '<a class="thumbnail" href="' . $full_image_url[0] . '" title="' . the_title_attribute('echo=0') . '" data-featherlight="' . the_title_attribute('#mylightbox') . '" >'; the_post_thumbnail('thumbnail'); echo '</a>'; } ?> </div>
Forum: Plugins
In reply to: [WooCommerce] Problem with Total Calculation woocommerce on vers 2.4.12tnx
Forum: Plugins
In reply to: [WooCommerce] restore option to display shipping options in dropdownoh,sorry,forgot to remove previous code
.woocommerce ul#shipping_method {
list-style: none;
margin: 15px !important;
padding:0;
}
now everything is ok on mobile too.
thank you for helping me.
problem solvedForum: Plugins
In reply to: [WooCommerce] restore option to display shipping options in dropdownok,thanks for that,i put
.woocommerce ul#shipping_method li{
text-indent:0px;
}now on desktop shopping cart page and checkout page looks ok,but still not ok on mobile