Magento如何显示产品的SKU

查看更多 →

Magento判断用户是否已经登录

查看更多 →

Resize images on the product detail page

Maybe it is an additional feature or just a correct working image-resizer in Virtuemart. But we have also extended it a bit for Virtuemart VMX… Normally, Virtuemart only uses the image-dimensions you have configured in the Virtuemart configuration. But often the images are needed in different sizes. Now you can do it without problems – and the best thing: the resize script is only called once per image. After the resized image is once created, our improved script recognizes this and directly creates a URL with the image filename.
查看更多 →

Magento增加或删除block

Magento默认的模板里面有很多的区块,我们有时候不想让他显示,或者添加新的区块,可以添加或者删除如下的code,就可以实现您需要的效果了
查看更多 →

Add static blocks to phtml or cms page

查看更多 →