Features & Functionality - 3.3 Catalog Flashcards
What are the product types?
- Simple
- Configurable
- Grouped
- Virtual
- Bundle
- Downloadable
- Giftcard (EE only)
Product creation?
- Products > Catalog > Add New Product
- Enter the required fields.
- Make sure to switch Enabled to Yes and assign a website (if in multi-store mode).
Explain product attributes and where they are configured.
- Attributes are configured in Store > Attributes.
- Describes products in a structured and defined, yet very flexible way.
- The details are stored in tables associated with the particular data type: text, varchar, int, decimal. With this, they can be simple text entry or a select list (used with configurable products).
- You can assign a scope to attributes whether they are for the global, website or store view.
Explain product attribute sets and where they are configured.
- Attributes are configured in Store > Attributes Set.
- A set of attributes.
- These attributes sets allow attributes to be grouped into “folders.”
- They are especially useful for different types of products. For example, a t-shirt will need different attributes than a microphone.
Where are product videos shown and what services does magento natively support?
Able to show videos alongside images on products. YouTube and Vimeo are supported.
Describe Categories.
- Lists of products on the frontend.
- Can display text and customize the display of these products.
- Products can be viewed in list (with the short description) or grid mode.
- Product can be filtered by attributes (layered navigation)
- Products can be sorted and the number of products per page can be controlled.
What is the Visual Merchandiser?
• Tool to position products in the category listing.
What are the different product types in Magento 2 Enterprise
Edition?
• Gift card is only available in EE.
What are the minimum attributes to create a simple product?
- Product Name
- SKU
- Price
What is the product attribute set used for in Magento 2? Can
different product types use the same attribute set?
- Attribute sets are a grouping of attributes. They are used to specify details about unique types of products. For example, one might bea Shirt or Apparel category (with a size attribute) whereas another type might be Microphone (with a connection type attribute).
- Yes, multiple product types can use the same attribute set.
What is the process of creating layered navigation (including
category creation and attributes, product attribute types, and
product-category associations)?
• Create a category to display t-shirts on the front end.
• Ensure that “Is Anchor” is set to “Yes.”
• Create an attribute called “size:”
• Type is a Dropdown list.
• Values are Small, Medium, and Large.
• You must also ensure that “Use in Layered Navigation” in Storefront Properties is set to Filterable (with results).
• You can change the order that this attribute is visible with the Position attribute.
• Create three products and specify the size attribute for each: each one corresponding to a unique item in the list above.
• Assign those products to the category.
What are the different ways in which an Admin user can update
product inventory?
• Modify product, and choose Advanced Inventory.
• Mass edit inventory:
• Check the box next to a product in the Products > Catalog grid.
• Advanced Inventory tab
• Set the QTY.
• Keep in mind that this doesn’t adjust the inventory, rather it will reset it. This would be useful in very few and limited cases.
• API Integration
• GET /V1/stockItems/:productSku
• PUT /V1/products/:productSku/stockItems/:itemId
• GET /V1/stockItems/lowStock/
• GET /V1/stockStatuses/:productSku
• CSV file import
How can you display associated products in the cart and on the
product page?
- Displaying associated products in the cart is set through crosssells. They are selected from the most recently added product to the cart.
- Displaying products on the product page is done through upsells and related products.
- Both of these are set on a product-by-product basis in Products > Catalog > Product. These options are chosen in the Related Products, Up-Sells and Cross-Sells section.
How can you create page redirects for specific search requests?
• Marketing > Search Terms > Add New Search Term
Can a customer submit a JPG image with a product review?
• Not by default. There are ways to link to an image, but they cannot
upload an image.