Which of the following should you do in order to add another product attribute to the condition in a shopping cart price rule?
Mark the attribute as “Use for Promo Rule Conditions”on the attribute management page in the admin.
Override Mage SalesRule Model Rule Condition Product and modify the protected variable $_ruleAttributes.
Create an observer on the load sales rule product attributes event.
Add another child to the configuration node global/catalog/attributes_to_use_in_sales_rules.
What is the name of the shopping cart item created from a recurring product?
Nominal
Non-nominal
Virtual
Recurrent
Which one of the following class types directly charges a credit card when you capture an invoice in Magento admin?
Order
Payment
Invoice
payment_method
Which three of the following object types will have a parent class found in the Mage_Eav module for the purposes of EAV data storage in Magento? (Choose three)
data model
data helper
resource model
resource collection
setup class
In which of the following integrations should you use the Magento API?
to send a SOAP request from Magento to a third-party system
to receive a SOAP request from a third-party system to Magento
to send or receive SOAP requests in Magento
to provide tracking on the order success page
Applying the shopping cart rule's action affects the quote item by setting the quote item's ___________.
base_price and price properties with the discounted price
base_discount_amount and discount_amount with the discount applied to the original price
base_row_total and row_total properties with the discounted price
base_price_incl_tax and price_incl_tax properties with the discounted price
Which one of the following is responsible for sending a remote request to the payment service when capturing an order?
Payment Info
Order Payment
Payment Method
Invoice
You want to replace the instance of Mage_Customer_Helper_Address returned by Mage::helper(‘customer/address’) with an instance of your own class. Which one of the following xpaths would accomplish that?
global/ rewrite/ helpers/ rewrite/address
global/customer/helpers/address
global/helpers/ rewrite/ customer address
global/helpers/rewrite/customer/address
global/helpers/customer/rewrite/address
You are creating a custom CMS module named Achme_Cms. Which one of the following is the correct XML required to override a controller from the Mage_Cms module in your Achme_Cms module?
Assume that: $product is a loaded instance of Mage_Catalog_Model_Product/. Catalog Price Scope is set to global, and $customerGroupid contains a valid customer group ID. Which one of the following statements will correctly set new group prices?