by cathal | Nov 13, 2025 | Tutorials, Web Design Hints & Tips, Woocommerce
How to Fix “BLIK is enabled – it requires store currency to be set to PLN” in WooCommerce Stripe If you are using Stripe with WooCommerce and you have seen the red warning message:“BLIK is enabled – it requires store currency to be set to PLN”, you are...
by cathal | Oct 19, 2022 | Dublin SEO tips
Most Common Social Media Mistakes And How to Fix Them Whether you’re just starting to use social media for your WooCommerce private store or are already familiar with the do’s and don’ts of social media marketing,...
by cathal | Aug 25, 2022 | PHP Web Design, Tutorials, Wordpress
How to Add and Update WordPress Options In WordPress, there is something called “options table” that is used by developers to create plugins and templates for storing information that would otherwise have to be saved in another table or in a file. If the...
by cathal | Aug 1, 2022 | Tutorials, Woocommerce, Wordpress
SQL for WordPress In this post you will learn what SQL is, why it is important for WordPress and how to use it. What is SQL? SQL stands for Structured Query Language and is a standardized programming language used for relational databases. With SQL it is...
by cathal | Aug 1, 2022 | Tutorials, Woocommerce, Wordpress
WordPress SQL Statements In this post you will learn about the ways to correctly run SQL statements through WordPress. Using Arrays Below you can see an example of how to run SQL statements by using arrays. function updateFunction_byArrowDesign_usingArrays(){...