Programming
-
PrestaShop API keeps asking for username 401 Unauthorized
The PrestaShop API is a powerful tool that allows you to interact with your PrestaShop store programmatically. However, you may…
Read More » -
CSS Conditional Statements with Hover
Today, when creating a website for a client, I came across the need to create a certain condition where I…
Read More » -
JASMIN – Guia Visual – Como integrar com a API
JASMIN - Guia Visual – Como integrar com a API - Guia passo a passo
Read More » -
Fullcalendar v5: Implementation Example
This is an example of an implementation of Fullcalendar v5 using the simplest way to get started
Read More » -
Prestashop 1.7.x Migration to another domain – The Easy Way
This was my first attempt to migrate Prestashop to another domain, and was easier than expected (and I was very…
Read More » -
How to use Tampermonkey to Upgrade your GCD Indexer Super-Powers
I’ve been a Comic Fan for more than +40 years now, and when I was a kid Mom and Dad…
Read More » -
MySQL: How to ‘SUM IF’ or ‘COUNT IF’
MySQL doesn't have those direct functions available, but it is possible to do it. Check out the solution!
Read More » -
MySQL: Counting and Filtering Child Elements
If you have a category table similar like the one below, and have the need to count the children elements,…
Read More » -
Prestashop API: How to edit product price searched by reference
This example was made using Prestashop: 1.7.6.5.I’ve decided to write this tutorial, since I’ve had trouble getting to the right…
Read More » -
How to Install FreeTDS + UnixODBC on CentOS 7 with PHP 5.6 to access SQL Server Databases
Predetermined requisites: That you have at least Apache and PHP installed.First, update your machine OS, like this: yum -y update…
Read More » -
MySQL how to convert Time to Decimal or How to Average Time
Hi all, today I’ve came across with a problem that I wanted to average time, get the average from a…
Read More » -
SWFupload and the pesky ERROR 401
Today I came across with some problems with an old installation of SWFupload and a htpasswd & htaccess protected website.…
Read More »