FAQ Page extension allows you to create separate page with common questions, categorize them, add popular questions, use magento shortcodes in questions text. Customers get nice page with answers for all common questions. But sometimes customers want to add some more info to FAQ page. It can be done by adding static block via layout […]
read moreAuthor: elpas0
Massive magento extensions update
Constantly working on improving user experience of our clients we glad to inform about new Magento extensions updates. Slider Revolution Magento Extension Updates updated: example code fixed: swipe touch issue fixed: youtube api issue fixed: remove product count from categories list Next version with great improvements to user interface of Slider Revolution Extension is in […]
read moreRender layout block automatically in Magento
There are two types of blocks in magento – one can render automatically and other don’t. If you want to render layout block automatically in Magento you could do following. Use core/text type. These blocks will render itself automatically. However, this method is not suitable when your block use its own class. Any block of […]
read moreLinux Cheatsheet
Linux Cheatsheet is here just to not waste time when i will try to remember one of these commands. 1. How to find all files changed in a certain range of time. To find all files modified on the 26 June, 2015…
read moreSlideshow for category page with Slider Revolution Magento Extension
You can easily creare slideshow for category page with Slider Revolution Magento Extension. In fact, you can have different slideshows for different categories in the following way: Login to admin Navigate to NWDthemes > Slider Revolution > Manage sliders and create new slider for the category. Navigate to Catalog > Manage Categories and choose category […]
read morePrototype equivalents for jQuery functions
Magento use prototype javascript library a lot. And if you do not want to mess with other libraries you could port your scripts to Prototype. This article will help you with porting some jQuery functions to Prototype equivalents. .attr() Get / set the value of an attribute for a single element or set of elements. […]
read moreFunny pieces of code in Magento
If you working a lot with magento you might seen some of these. Check the collection of funny pieces of code and comments in magento. Someone might found it sad. It’s up to you 🙂
read moreRestrict Access to Magento Admin Area in Nginx
It is pretty easy to restrict access to magento admin area in nginx. Basically you need to update configuration file and restart it.
All commands applicable for debian. There might be different syntax for other versions.
Magento category attributes dependency
There is no default way to create dependent category attributes in magento admin. Dependency can be easily added to system configuration inputs or custom magento forms, but not for category attributes. We are going to create simple attribute dependency by adding new input renderer for attribute. It will work this way: You have several attributes: […]
read more