tdesws
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Discounts do not match in the front end and back end?Oh, and if this is not editable, maybe there’s a way to show the same amounts on my-account, page? Since it doesn’t match up the invoice that uses data from woocommerce > orders
Forum: Plugins
In reply to: [WooCommerce] Discounts do not match in the front end and back end?Okay, so the price entering with or without tax seems to be unrelated in any way, I’ve closed the shop, changed to “entering price with tax”, changed all the prices to tax inclusive, and the numbers STILL DO NOT ADD UP, here are screenshots of my account and woocommerce>orders https://imgur.com/a/6BPHPxE, all the numbers are all over the place
Forum: Plugins
In reply to: [WooCommerce] Discounts do not match in the front end and back end?I refuse to believe that I need a plugin for every next step of the buying process for a shopping plugin… I mean it shows the correct numbers in the cart, checkout, email, on the buyers dashboard (my-account page), everywhere except for the admin panel, maybe there are filters that can just replace the numbers? I’m awful at programming, but I’m getting hints of using add_filter(‘woocommerce_order_get_items’, but I can’t wrap my head around this
Forum: Plugins
In reply to: [WooCommerce] Discounts do not match in the front end and back end?If I selected that, all the prices on the website shows up incorrectly.
Every B2C website in Europe shows prices with VAT and I need it to show it for the clients.And I’m entering prices without VAT because VAT is different for every buyer’s country. For one buyer it will be 18%, for another 21%, for another 25,5%
If I’ll enter price with VAT, I will have to recalculate profit from every single sale manually based on the country, or am I missing something here?Forum: Plugins
In reply to: [WooCommerce] Discounts do not match in the front end and back end?Here are the screenshots: https://imgur.com/a/nuhGg7d
And I’ll say in advance, that I have to enter prices exclusive of tax, because the VAT tax is based on the buyer’s country, so I prefer setting a BASE price and the tax is calculated accordingly
Forum: Plugins
In reply to: [WooCommerce] Discounts do not match in the front end and back end?Hi, of course, here are all the images:
01: Coupon
02: Order details on my-account page – it’s all looking good and correct (the same as in cart/checkout etc.)
03: Orders – this is Woocommerce > Orders – this is where it all goes wrong, if I add shipping price it becomes even worse, seems like numbers are repeating and summing up random stuff
04: This is my invoice plugin, it uses the data from image 03. So now when the person goes to my account sees a discount of 0,92, when he opens the invoice it becomes 0,76.All I want is to be able to change the data and its order on image 03, to show (based on the given example)
Row 01: Coupon/Discount: -0,92
Row 02: Taxable amount (18,50 – Discount (0,92) – Tax(3,05(Tax is 21% after the discount))) = 14,53
Row 03: Tax(VAT): 3,05
Row 04: Shipping+VAT (if not free shipping)
Row 05: Grand TotalI did some investigating and there’s another problem
the discount is different from the website as well
Forum: Themes and Templates
In reply to: [Virtue] woocommerce products don't align properlyIt seems to work, okay, but some products just get cut off where they shouldn’t be, so maybe there is another solution, using Padding? or adding spaces
For example: I set image size of 300×300
so if one image is 100×300, it would have spaces on top and bottom (each 100 pixels)Forum: Everything else WordPress
In reply to: Help me find a few pluginsWell, to be more exact, I’ve made a little php sample, how I’m seeing everything in there: http://edvinas.edas.lt/wp/1/en/index.php
As you see, there’s a simple library, and video gallery that’s all that I’m trying to find, but I’m still not lucky.
(Videos won’t be from youtube, they’ll be on the main server as well)