Wei Jing Whatever is worth doing is worth doing well.

Magento Solutions

This post will record some problems that I met when I work with Magento. This Magento host multiple stores, frontend use extension to store the cache and backend is hosted by two Magento. This post also reminds me what solutions could help.

Problem Name

explain the problem

here is some idea

here give some solutions : short code

// Example can be run directly in your JavaScript console

// Create a function that takes two arguments and returns the sum of those arguments
var adder = new Function("a", "b", "return a + b");

// Call the function
adder(2, 6);
// > 8