Category / Programming

Magento API V2 Soap unit testing

Featured Image

flaivoloka@sxc.hu

In previous article, I wrote about setting up environment for Magento unit testing. Let’s expand our tests to test some Magento’s API calls with soap.

2

Magento unit testing basic setup

Featured Image

123dan321@sxc.hu

In my first Magento post I mentioned importance of using unit testing during development. Somebody will say: ‘Hello, I don’t have a time to make some weird unit tests, and …

1

Extending Magento web services API v2

Featured Image

In some of previous posts on inchoo.net, colleague of mine – Branko Ajzele wrote about extending Magento API – v1. Let say that mine extension is called: Inchoo Mapy and …

6

Magento learning – developer’s first touch

Featured Image

svilen001@sxc.hu

Hello everybody! Hello whole Magento community! Until now i wrote articles most about Symfony2 and some about Android platform. Someone somewhere said: “man has got to do what men has …

5

Reusing Magento’s calendar control

Featured Image

One of the cool things in Magento is that there is so many controls (widgets, blocks), etc. that you can reuse on the frontend or on the backend. One such …

6

Creating an EAV based model(s) in Magento

Featured Image

Magento database heavily utilizes an Entity-Attribute-Value (EAV) data model. However, the cost of flexibility is often complexity. The process of manipulating EAV data in Magento is often more difficult than …

9

Selective attribute sorting

Featured Image

When you have a large scale Magento store with thousands of products in every top-level category, dozens or even hundreds of offered filters for a single attribute in your layered …

7

Configuring Magento for development

Featured Image

New to the Magento or just used to doing things one way? Here are few tips for configuring Magento for development, in case you overlooked them. Please note, the more …

7

How to disable Magento event

Featured Image

There are some cases where you will wish to disable Magento event. For example, in one our projects we decided to disable all “Mage_Log” events in order to decrease number …

2

Guide through Magento’s timezones

Featured Image

I’ll guide you through Magento’s timezone behavior, as I’ve noticed that people tend to get confused in cases when they have 2 or more websites with different timezones. If this …

2