- Details
- Written by: Paweł Nosko
- Category: PHP & Backend
- Hits: 54
Lightweight PHP library for generating isometric technical SVG drawings of garages, buildings, and simple 3D structures directly on the server side. 🚀
- Details
- Written by: Paweł Nosko
- Category: PHP & Backend
- Hits: 62
I’ve built this solution out of a real need—manually copying products between stores just doesn’t scale, and APIs aren’t always available. In this tutorial, I’ll show you how I approach building a flexible crawler-based importer for OpenCart that works with virtually any HTML-based store 🚀
- Details
- Written by: Paweł Nosko
- Category: PHP & Backend
- Hits: 102
I recently developed a plugin for one of our clients. The plugin’s purpose was to display a map of Europe with the countries where the client had completed projects highlighted. I immediately thought this would make for a good blog post. So here’s a complete tutorial.
- Details
- Written by: Paweł Nosko
- Category: PHP & Backend
- Hits: 145
If you have worked with OpenCart 3.x for a while, you have probably noticed one annoying limitation: Twig templates are rendered in a way that makes {% include %} unreliable (or impossible) in many real-world cases.