How can a template be included in a CMS block?
You have a “custom/default” design package. You need to edit this file:
/app/design/frontend/base/defauIt/template/page/html/header.Phtml
Which method is a bad practice because the file will be overwritten during Magento upgrades?
What is the function of the attribute output= “to Html” when applied to a
You want to stop all events on someElement. Which two methods from prototype.js will do this? (Choose TWO.)
In System->Configuration ‘Design’ you can configure individual theme names for ________ . (Choose FIVE)
You want to create a new “screendesign” package based on the “default” package’s “default” theme.
Which ONE of the following steps do you have to take?
You want to change the number of columns per row in the list of upsell products on all product pages. Where do you set the parameter that specifies the number of columns?
Which of the following is the correct code for assigning a custom template file using layout XML?
Your project, which uses prototype.js, contains the JavaScript class Photoviewer (see EXAMPLE, below). Which one of the following code samples will create a class called AdvancedPhotoViewer that extends Photoviewe r?
EXAMPLE:
var PhotoViewer = Class.create();
Which is the correct type attribute for a structural block?