worldsdream
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Sidebar CART widget not httpsAlso the products that get added to the cart and you want to select them, they force you from https to http. Everywhere else it remains on https. Something wrong with the minicart?
Forum: Plugins
In reply to: [WooCommerce] Add first/last name to customer-new-account email templateDo you know how to add last name to it?
So we have first+ last name on new account creation?
edit: I did try the code, it’s not working.
Forum: Plugins
In reply to: [WooCommerce] Disable product-image zoomWoud like to know too
Did you try this?
https://stackoverflow.com/questions/23005275/remove-linkurl-to-image-for-woocommerce-productsBut i would love to have a code to insert in functions.php rather then editing the code.
Forum: Plugins
In reply to: [WooCommerce] Hide other shipping methods when FREE SHIPPING is available@developers of WC,
add this to your https://docs.woothemes.com/document/hide-other-shipping-methods-when-free-shipping-is-available/
That you need to go to Admin CP > WooCommerce > System Status > Tools
WC Transients – Clear Transients. It will help everyone.
Forum: Plugins
In reply to: [WooCommerce] Hide other shipping methods when FREE SHIPPING is availableI had to go to Admin CP > WooCommerce > System Status > Tools
WC Transients – Clear Transients
That seemed to fix it for me on 2.3.8
Resolved
Forum: Plugins
In reply to: [WooCommerce] Not calculating the right 21% tax on woocommerce cart/checkoutThanks lorro!
I have a product of 14,99 and shipping of 6,95
it tells me total: €21.94 (Includes €2.60 Tax)i have shipping enabled in the tax settings menu.
But it’s not calculating the shipping tax. Am i right?2,60 is only only the tax of 14.99 product, am i mislooking something. Thank you
EDIT: i had to enable Tax Status: Taxable
Forum: Plugins
In reply to: [WooCommerce] add First and Last name from order to customer email recipientThats nice. Do you maybe know how to get first name, last name in all e-mails? I did take a snippet from (admin-new-order.php)
<p><?php printf( __( ‘You have received an order from %s. Their order is as follows:’, ‘woocommerce’ ), $order->billing_first_name . ‘ ‘ . $order->billing_last_name ); ?></p>
I edit the text and now I have Hi First Last name, but that takes only the billing first and last name. Now the problem is, what about the people that don’t have a billing, only signup and receive the e-mail about thank you for signing up. That code doesnt work.
Forum: Plugins
In reply to: [WooCommerce] Not calculating the right 21% tax on woocommerce cart/checkout@lorro, can you tell me how to remove
(Includes €1.29 Tax) or to rename it Includes Tax only, without the tax amount displayed over there. thank you
Forum: Plugins
In reply to: [WooCommerce] Not calculating the right 21% tax on woocommerce cart/checkouthe answered me that i am calculating it wrong and that woocommerce is correct. So it’s my misunderstanding.
Forum: Plugins
In reply to: [WooCommerce] Not calculating the right 21% tax on woocommerce cart/checkout@lorro, i asked the website developer of https://www.koffietheewinkel.nl to chim into this topic. Lets see what he got to say and clarify it.
Forum: Plugins
In reply to: [WooCommerce] Not calculating the right 21% tax on woocommerce cart/checkoutLast example was not using woocommerce. This website is using woocommerce and is EXACTLY how i want it to be. How it should be in my country. I hope someone can clear me out what they did to affect the changes.
https://www.koffietheewinkel.nl
screenshot of the cart/checkout
https://i.imgur.com/qTGVhoE.jpgCalculations:
Product is 4,95 euro displayed in the store.
subtotal is 4,67 euro (excl. tax)
verzending: 4,95 (no tax calculation over here)
btw 6% : 0,28 euro (math: 6% of euro 4,67 euro= 0,28 euro)
total: 9,70 eurobtw means tax
verzending means shipping
6% tax because its a beverage/drink, otherwise 21% would be calculated.I hope someone can tell me how to do it in woocommerce, because this shop did it. So woocommerce is able to do it!!
Forum: Plugins
In reply to: [WooCommerce] Not calculating the right 21% tax on woocommerce cart/checkoutThis is exactly how i need it to be. Maybe i am overlooking something in settings..
https://i.imgur.com/i8e3oD6.jpg
Product is 29,95 eurosubtotal is 24,75 euro without tax
verzendkosten: 4,95 (no tax calculation over here)
btw 21% : 5.20 euro (math: 21% of euro 24,75= 5,20 euro)
total: 34,90 eurobtw means tax
verzendkosten means shipping costthank you!
Forum: Plugins
In reply to: [WooCommerce] Not calculating the right 21% tax on woocommerce cart/checkoutBuyer buys a 10 euro product included tax
in cart/checkout, 10 euro included tax (2,10 tax)
21 percent (2,10 euro) is calculated in reports.
So i can give this to my accountant with ease.Forum: Plugins
In reply to: [WooCommerce] Not calculating the right 21% tax on woocommerce cart/checkoutThanks lorro, that worked!
But im still not that happy about the tax calculations what i mentioned earlier.
I just want to put a price for 10 euro on the store. when someone adds it to the cart, he/she will see 10 euro in the cart and in checkout also will see 10 euro as well. He/she will see 10 euro (inc. 2,10 tax) because tax is 21%.I hope someone is able to guide me to get this. much appreciated thanks!
Forum: Plugins
In reply to: [WooCommerce] Not calculating the right 21% tax on woocommerce cart/checkoutIn my country i have to show 21% on the cart/checkout, i can’t do nothing about that. So what is did is:
Enabled: No, I will enter prices exclusive of tax
Display Prices in the Shop: Inlcuding tax
Display Prices During Cart and Checkout: Including taxNow i just need to remove the “(incl. VAT)” on the end of the product in the cart.