Home > Magento, PHP, Programming, Template > Magento Template Adjustments

Magento Template Adjustments

October 12th, 2011

We need some small adjustments to an existing Magento template. The template is for an online catalog, not a shop.

1. disable display of pricinginformation
2. disable compare function
3. disable wishlist function
4. disable registration function
5. disable selection function of related product (no add to cart function). Related products must remain visible.

So all shoppingitems are being disabled which results in only catalog-function. Disabling means NOT deleting the functionality, but only disable/enable by a true/false value (global for complete template). So if we need to enable all disabled functions we can do by just changing setting of variable ‘ShoppingEnabled’ to true.

That’s all.

Clean programming. Documentation what files exactly are changed.
Available by email and msn.
Fast response needed.


Magento Template Adjustments

Comments are closed.
Bear