If you want to enable crypto currencies as a payment method, Ethereum (ETH) is another popular choice. When we enabled Bitcoin as a payment method, we received a customer request if we could enable ETH as well. So, if you are is similar situation and you want ETH as a payment method alongside to other payment methods listed in your WooCommerce Checkout, the following guide could help you:
Read More…WooCommerce Product Gallery Images Not Saved
Recently, I’ve found a strange behaviour on one WordPress/WooCommerce project: after adding Product Gallery Images and save, the images are not being saved.
If have such issue, here is a quick fix:
Read More…Remove WooCommerce Categories Count
If you use WooCommerce shortcode ‘product_categories’ it will display all categories followed by products count (screenshot above).
In case you want to remove these counts, there are several different options:
Read More…How to fix Paypal Error in WooCommerce: This invoice has already been paid
I’ve recently investigated and fix the above error in Paypal for WooCommerce store. Here is more info about my findings and how I fixed it:
Read More…WooCommerce: Change Number of Products per Row
Currently, there is No WooCommerce built-in option to change number of products per row, so the products will always be displayed by the default value: 4 products per row.
In case you want to display different number of products per row than 4, there are a few options:
Read More…How to Hide Mini Cart Popup
Our themes which comes with WooCommerce support (all premium themes and some of the free themes) include Mini Cart Popup window when user mouse hovers the header cart icon.
In case you want to hide mini cart popup, it will require a small Customizer change:
Read More…Remove Result Count and Sort by in WooCommerce
In case you don’t need to display ‘Result Count’ and ‘Sort by’ in your WooCommerce Shop page, they can be easily removed:
Read More…How to Lazy Load WooCommerce Product Images in Shop and Category Pages
Lazy loading is web development optimization technique which skips loading of heavy content (i.e. images) on initial page load, and instead they are being loaded when user scrolls to these areas.
In this article we will check how it can be applied to WooCommerce Shop and Category pages for product images:
Read More…How to Increase WooCommerce Variations Count Limit
By default WooCommerce allows you to enter up to 50 different variations per product. In case you want to increase that value (i.e. to 200), it will require a small code change:
Read More…WooCommerce Shop Homepage and front-page.php loading
The themefolder/front-page.php is loaded by WordPress to render site’s front pages (a Static Front Page or Blog Posts Index depending configuration set on Admin Panel -> Left Menu -> Settings -> Reading).
There is one exception from the above rule:
Read More…Why WooCommerce Cart Page redirects to Home page?
You run an online store using WordPress and WooCommerce plugin, you may face the following issue: after add a product the cart page and click on ‘View Cart’ button it opens the Home page instead of the Cart page. Here is a how to resolve it:
Read More…How to Set Multiple Prices per Single Product in WooCommerce using OOTB functionality
In some cases, you may want to set different price options per single product. Here is a guide how it can be implemented using the WooCommerce Out-of-the-Box functionality (without any external plugin).
Read More…How to Display Bitcoin Price in WooCommerce Store
In case you accept Bitcoins in your WooCommerce online store (you can check how it can be configured HERE), you may want to display the Bitcoin price next to the original price in currency just like the screenshot above.
The above will require a small code change, here are all of the necessary step: Read More…
How to Add Bitcoin as a Payment to Your WooCommerce Store (Updated: Jan 2022)
I wanted to freshen up the website by adding Bitcoin as Payment option into Checkout. The only problem was I didn’t have any experience with it. So, I had to spend some time for research and I decided to document all of my steps. If you don’t have any experience with Bitcoins, but you want to enable it as a payment gateway into your WordPress/WooCommerce website, you may find the steps below useful:
Read More…