Sometimes, especially if you are using custom plugins to import stock data, you may find products with some stock value (greater then 0) but with stock flag set […]
PHP
Posted on:
How to make Woocommerce pages work with Polylang?
This can be really frustrating, you wanted your woocommerce shop running multilingual, but from cart page “Checkout” button leads to default language version? Solution is very simple, but […]
PHP
Posted on:
How to manually generate bootstrap.php.cache using Symfony 2?
Well, the easiest way is to use composer.phar update but if you don’t want to update all bundles and waste an hour of your time, you can use: […]