RECENT BLOGS

Tax Setting In Magento
We can set easily Tax in Magento, for that we need to set Customer tax Class, Product Tax Class and Tax Rate. Appropriate Tax will calculate by considering the […]
How to add a Customizable Product in PrestaShop 1.5
How to create Pack Products in PrestaShop 1.5
In Prestashop 1.5, PACK option allows you to easily add one or more products in a bundle that you can sell to your customers.Packs functionality allow you to […]
Prestashop Coding Standards
When we write code, there’s one thing we need to focus beyond the results, and that’s the code consistency. This means you need to adopt […]
Full Page Cache : Enterprise PageCache Model Validator
How to work/flow Enterprise_PageCache_Model_Container_Placeholder class in Magento?
(Magento EE 1.13.0.2)Object: $this => Enterprise_PageCache_Model_Validator
Following constants is used in above class :
- const […]
Full Page Cache: Enterprise PageCache Model Processor Default
How to work/flow Enterprise_PageCache_Model_Processor_Default class in Magento?
(Magento ver. 1.13.0.2)Object:Object: $this =>Enterprise_PageCache_Model_Processor_DefaultFollowing constants is used in above class: No ConstantsFollowing variables is used in above class:
- $_placeholder
- $_noCacheGetParams
- $_allowCache
Some […]