The customization team thought about the issues they can tackle this year — as well smaller problems for the first months of the year as bigger projects for the rest. Besides that, they noted things which should be possible by the end of the year.
Continue reading "WordPress weekly recap #3: customization in 2017 and more"Blog
WooCommerce: same price regardless of taxes
In my online shop, customers from the EU have to pay their country’s VAT rate. Customers from the USA, for example, do not have to pay any VAT. If I set the price to 15 Euros in WooCommerce and specify that the prices include taxes, the default behavior is the following:
Customers from a country for which a tax rate is specified pay 15 Euros including their country’s tax rate. Customers from countries without a specified tax rate pay less than 15 Euros. I am not sure, but I think in this case the price is reduced by the tax rate from the shop’s base location. The desired effect is that these customers pay 15 Euros too, but without any included taxes.
The WooCommerce wiki on GitHub has the solution for that. You only have to insert the following line of code into your theme or into a plugin:
add_filter( 'woocommerce_adjust_non_base_location_prices', '__return_false' );
Code language: JavaScript (javascript)
WordPress weekly recap #2: REST API kickoff and more
The REST API team had a kickoff meeting for 4.8. Besides that, the two design leads for the focus areas editor and customizer asked the community for feedback, what they would like to see in these components.
Continue reading "WordPress weekly recap #2: REST API kickoff and more"Creating responsive drop caps
Drop caps (larger first letters of paragraphs which go about multiple lines) are a relatively rare used element in web design, but they can look really great. In this post, I show you how to implement them.
Continue reading "Creating responsive drop caps"Theme sale to all countries + guest checkout
From now on I sell my themes to all countries. That is possible because I state sale taxes from this year on. Because of that, I am going to increase the price of Schlicht from 15 to 18 Euros on February 1, 2017 (circa the 19 percent sales tax in Germany).
Update from January 26, 2017: From now on, all customers can use automatic theme updates. Because of this, I deactivated the possibility to create an account on a purchase.
Besides that, it is now possible to buy a theme without creating a customer account. But if you use the guest checkout, this means you cannot use the automatic update process. You will need to download the new theme versions manually with a link you get after purchasing.
WordPress weekly recap #1: focus leads and more
Matt Mullenweg announced the tech and design leads for the three focus areas in 2017. Besides that, Felix Arntz proposed advanced bulk and row actions to make actions with object-to-object relationships possible.
Continue reading "WordPress weekly recap #1: focus leads and more"#projekt52 – next try
Last year, Torsten Landsiedel set himself the goal to write one article each week, so 52 posts in the year. With his Project 52, he also motivated a few others, but only one reached the goal – I had to give up directly in January…
This year there is a restart, and besides Torsten, also Bernhard Kau accepts the challenge again (he was the only one to publish one post per week in 2016). After that, there are already a few others who will try to do it – Wolfram Lührig, Ellen and Manuel from Elmastudio, and Marc Nilius.
I’ll give it a try again, too… Happy Blogging!
WordPress weekly recap #52: Support for WP-CLI and more
The WP-CLI project will be moved under the WordPress.org umbrella so that the contributors are able to spend more time on it. Besides that, a team works on an improved version of the default WordCamp theme.
Continue reading "WordPress weekly recap #52: Support for WP-CLI and more"WordPress weekly recap #51: WordPress.org homepage redesign is live and more
The planned redesign for the WordPress.org homepage went live. Moreover, Ella Van Dorpe proposed an alternative to shortcodes.
Continue reading "WordPress weekly recap #51: WordPress.org homepage redesign is live and more"WordPress weekly recap #50: WordPress.org homepage redesign and more
As a result of the Contributor Day on WordCamp US a team is working on a new design for the WordPress.org homepage. It should apply better to the new layout which appears in various places around WordPress.org.
Continue reading "WordPress weekly recap #50: WordPress.org homepage redesign and more"