Features & Functionality - 3.3 Catalog Flashcards

1
Q

What are the product types?

A
  • Simple
  • Configurable
  • Grouped
  • Virtual
  • Bundle
  • Downloadable
  • Giftcard (EE only)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Product creation?

A
  • 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).
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Explain product attributes and where they are configured.

A
  • 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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Explain product attribute sets and where they are configured.

A
  • 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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Where are product videos shown and what services does magento natively support?

A

Able to show videos alongside images on products. YouTube and Vimeo are supported.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Describe Categories.

A
  • 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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the Visual Merchandiser?

A

• Tool to position products in the category listing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are the different product types in Magento 2 Enterprise

Edition?

A

• Gift card is only available in EE.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are the minimum attributes to create a simple product?

A
  • Product Name
  • SKU
  • Price
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the product attribute set used for in Magento 2? Can

different product types use the same attribute set?

A
  • 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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the process of creating layered navigation (including
category creation and attributes, product attribute types, and
product-category associations)?

A

• 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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are the different ways in which an Admin user can update
product inventory?

A

• 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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How can you display associated products in the cart and on the
product page?

A
  • 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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

How can you create page redirects for specific search requests?

A

• Marketing > Search Terms > Add New Search Term

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Can a customer submit a JPG image with a product review?

A

• Not by default. There are ways to link to an image, but they cannot
upload an image.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What are the options for displaying a product video?

A
  • You can insert it into the product description.

* You can add it using the Magento product video functionality.