Solved

You Have Added a New Attribute Origin of the Type

Question 41

Multiple Choice

You have added a new attribute origin of the type varchar to the product entity. Which two calls will filter a product collection with origin set to "California"? (Choose two.)


A) $collection->addFieldToFilter('origin', "California") ;
B) $collection->addAttributeToSelect('origin', "California") ;
C) $collection->joinAttribute('origin', 'catalog_product/origin', 'origin', 'California") ;
D) $collection->addAttributeToFilter('origin', "California") ;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions