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ג€);
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Comments