Author: magemaster

magento-get-order-collection-by-payment-logo 2

Magento – get order collection by payment

If you are working on a Magento module to compute order data, you may have the task to get order collection by payment. This is sometimes needed to separate orders done by pre payment...

magento 2 get and set session values 0

Magento 2 get and set session values

In my last post I showed you how to get session objects, now it is time to get and set session values. For this we programmatically set some values to session objects and get...

magento 2 get session 1

Magento 2 get session

This time I show you how to get session programmatically from your Magento 2 shop. But before this can be done, we need to take a closer look on Magento 2 sessions . Magento...

magento gdpr save 0

Magento 2 GDPR save

How to make Magento 2 GDPR save? There is lot confusion about this topic and GDPR is highly discussed this days. Here are some hints about it and useful tips. Magento 2 GDPR save...

magento 2 get quote by id 0

Magento 2 – get quote by id

In this short tutorial I show you how to get quote by id in Magento 2. Sometimes this is needed to get all information related to a quote such as shipping or billing address,...

magento 2 log backtrace 0

Magento 2 log backtrace

It is very easy to log backtrace in Magento 2. This is very useful if you are currently debugging an issue and have no clue, what classes are involved in your computation. See a...

0

Magento 2 – get product by sku

This post is about how to get product by sku in Magento 2. There are various different possibilities, I show you all you need to know about this. Magento 2 – get product by...

magento 2 customer logged in or not 4

Magento 2 customer logged in or not

A common task for Magento 2 modules is to check if customer logged in or not. Magento core use this query to check if a customer is able to see and buy products or...

magento 1 get rpice after catalog price rule 0

Magento 1 get price after catalog price rule

This posts shows you how to get price after catalog price rule is set. Price computation is complicated in Magento 1, because there are many params and rules that influence prices. Sometimes you need...

magento 2 mail delivery problem 0

Magento 2 mail delivery problem

Debugging mail delivery problems is always a pain, especially with Magento. Sometime there is a problem with your shop settings, sometimes a problem in one PHP script. Often a complete other source of problem...