eCommerce Entwickler Blog


Vom Newsbeitrag bishin zur detaillierten Problemlösung -
in unserem Blog ist für jedermann etwas dabei.

The Chronicles of E-Commerce

21. November 2023 | Daniel Kussin | Uncategorized

Embark on a laughter-filled journey through the whimsical landscapes of e-commerce, where tickets are the superhero capes keeping our wizards organized. Time tracking becomes a digital adventure, and the comedy of “free-service” requests unfolds in the online shopping wonderland. Join us as we explore the chaos of a ticket-free circus and encounter the legend of Captain Procrastinator in the realm of e-commerce.

Guide to our new deployment approval system

29. September 2023 | Ilir Raufi | Uncategorized

Navigate our Website Deployment Approval system with ease.From receiving a unique review link in your email to ensuring universal site functionality,this guide offers a step-by-step walkthrough.

Grunt in Magento 2

18. August 2023 | Enisa Abazi | Uncategorized

Grunt is a JavaScript-based task runner designed to automate various repetitive tasks and workflows in web development. It helps developers streamline their development processes, improve efficiency, and enhance the quality of their projects by automating tasks such as file compilation, minification, testing, and more. Grunt is widely used in the frontend development community and is a popular choice for automating tasks in web projects.

Css and Less Files

18. August 2023 | Enisa Abazi | Uncategorized

In Magento 2, CSS (Cascading Style Sheets) files play a crucial role in defining the visual appearance and layout of your storefront. CSS is used to style various elements of your Magento website, ensuring a consistent and appealing design

Understanding Template Hierarchies of Oxid eShop

18. August 2023 | Ilir Raufi | Uncategorized

In OXID eShop, templates form the heart of the front-end, determining how the online store appears to end-users. The system offers a rich hierarchy to manage templates, providing developers with a flexible and modular approach to design. This article offers a detailed exploration of this hierarchy.

Open Source vs Commerce Magento

11. August 2023 | Enisa Abazi | Uncategorized

Magento offers two main editions: Magento Open Source (formerly known as Community Edition) and Magento Commerce (formerly known as Enterprise Edition).

Translation folders in Magento 2

4. August 2023 | Enisa Abazi | Uncategorized

In Magento 2, translation folders are directories that store translation files for different languages. These translation files contain the translated text strings used in the Magento storefront or admin panel.

Page Builder In Magento 2

3. August 2023 | Enisa Abazi | Uncategorized

Page Builder is a powerful visual content editing tool introduced in Magento 2.3.1 and later versions. It is designed to simplify the process of creating and customizing web pages in Magento without the need for extensive coding or technical expertise.

Visual CMS of OXID eShop: A Developer’s Perspective

28. July 2023 | Ilir Raufi | Uncategorized

Visual CMS of OXID eShop is a dynamic and feature-rich content management system that empowers developers with a user-friendly platform for creating and managing content on their e-commerce websites. It’s an embodiment of simplicity and power, taking advantage of widget-based page construction, drag-and-drop interfaces, and fully responsive design paradigms.

UI Components in Magento

28. July 2023 | Enisa Abazi | Uncategorized

UI components are used to represent distinct UI elements, such as tables, buttons, dialogs, and others.

Templates in Magento 2

28. July 2023 | Enisa Abazi | Uncategorized

In web development, templates are files that define the structure and layout of a webpage. They are used to separate the presentation layer (HTML and CSS) from the data and logic (usually handled by backend code).

Layouts in Magento 2

20. July 2023 | Enisa Abazi | Uncategorized

In Magento 2, layouts play a crucial role in defining the structure and appearance of the storefront and admin interfaces. The layout system in Magento 2 is based on XML files and is responsible for rendering the various components of a webpage.

Themes in Magento 2

20. July 2023 | Enisa Abazi | Uncategorized

A theme is a component of application which provides a consistent look and feel for entire application area using a combination of custom templates, layouts.

Custom Module for Oxid eShop

Creating a custom module for Oxid eShop allows you to modify or extend the core functionalities without altering the platform’s basic structure. This is crucial for maintaining the integrity of your online shop while ensuring upgradability for future releases. This article will provide an introduction to creating your own module for the Oxid eShop platform.

Magento 2

14. July 2023 | Enisa Abazi | Uncategorized

Magento 2 is a powerful and widely used e-commerce platform that provides businesses with a robust solution for building and managing online stores.

WordPress Hooks

24. February 2023 | Ilir Raufi | Uncategorized

WordPress hooks are essentially triggers that allow developers to modify or add functionality to different parts of the WordPress codebase. These hooks can be used to completely delete functionality, modify already-existing functionality, or introduce new features.

Advanced Custom Fields – WordPress

17. February 2023 | Ilir Raufi | Uncategorized

Advanced Custom Fields is a WordPress plugin which allows you to add extra content fields to your WordPress edit screens. These extra content fields are more commonly referred to as Custom Fields and can allow you to build website’s faster.

How to Create a WordPress Plugin (Beginner’s Guide)

10. February 2023 | Ilir Raufi | Uncategorized

The fact that WordPress is open-source is one of the key factors contributing to its popularity. Over 50,000 plugins have been created so far. You might be curious in how to make your own WordPress plugin, though. Fortunately WordPress makes the process easy, and learning how to build a simple plugin for your website isn’t particularly challenging. Among other things, this will make it possible for you to provide more functionality to your website.We’ll examine WordPress plugins in more detail in this article, along with the potential benefits of creating one. Next, we’ll walk you through creating your first plugin. Let’s get going!

OXID eShop Widgets

3. February 2023 | Ilir Raufi | Uncategorized

In Oxid eShop, widgets are small, reusable components that may be included on an e-commerce website to add new functionality, help to improve user interaction and represents the business logic in visualization. They can be used on multiple page to display customer feedback, shopping cart contents, product details, and a variety of other forms.

OXID eShop modules

27. January 2023 | Ilir Raufi |

Oxid eShop is an open-source e-commerce platform that allows users to create and manage online stores. Installing modules that can improve the functioning of the platform, is one of Oxid eShop primary features and the prefered way of extending and customizing the OXID eShop to your needs. The installation of modules in Oxid eShop will be covered in this post.

OXID eShop Installation

20. January 2023 | Ilir Raufi | Uncategorized

OXID eShop, one of the leading B2B and B2C e-commerce systems.Thousands of online businesses worldwide use its extensive functionality to create optimal eCommerce solutions. With its modular, state-of-the-art and standards-based architecture, customization is very easy. OXID eShop is being developed by OXID eSales AG, the trusted Open Source eCommerce company.

PHP With MySQL: Beginners Guide

13. January 2023 | Ilir Raufi | Uncategorized

MySQL is a freely available open source Relational Database Management System (RDBMS) that uses Structured Query Language (SQL).SQL is the most popular language for adding, accessing and managing content in a database. It is most noted for its quick processing, proven reliability, ease and flexibility of use.

Object Oriented programming

6. January 2023 | Ilir Raufi |

OOP is a programming technique or paradigm that makes use of classes and objects to write application programs. In an object-oriented program, everything is viewed as a real world object with attributes and behaviours . OOP is a technique that is extensively used in most modern programming languages, it opens the door to cleaner code designs, easier maintenance, more code reuse.

PHP Arrays

4. January 2023 | Ilir Raufi | Uncategorized

An array is a variable that can store various values.
In other words, The array is a special type of variable that can contain various variables and a lot of values in a list.

Introduction to PHP

4. January 2023 | Ilir Raufi | Uncategorized

PHP stands for Hypertext Preprocessor and it is a server side scripting language that is used to develop Static websites or Dynamic websites or Web applications. This server-side scripting language is commonly used in the back-end for tasks such as managing data on servers.

HTML&CSS

Learning HTML & CSS

4. January 2023 | Ilir Raufi | Uncategorized

HTML or HyperText Markup Language is the standard markup language for creating Web pages.HTML describes the structure of a Web page, consists of series of elements that tell the browser how to display the content.
Cascading Style Sheets, fondly referred to as CSS, is a simple design language intended to simplify the process of making web pages presentable.CSS is designed to enable the separation of document content from document presentation, including elements such as font, layout, and colors.

Getting started with PHPStorm

12. December 2022 | Ilir Raufi | Uncategorized

PhpStorm is an innovative, Java-based integrated development environment (IDE) engineered by JetBrains for PHP and web developers. It supports PHP 5.3 and above versions. PhpStorm is built on the IntelliJ IDEA platform, which is written in Java.