Features & Functionality - 3.4 Shopping Cart Flashcards

1
Q

How is price handled?

A

• Price is more or less straight-forward. It is either the price of the products or an aggregation of the products included by the listed product (configurable, grouped, bundled).

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

How is tax handled? (complicated)

A

• Tax is much more complex. Magento accommodates VAT and sales tax.
• Tax Rounding Rules
• Unit price: Magento calculates the tax for each item and displays prices including tax.
• Total tax amount: Magento rounds the tax for each item before adding the tax totals together.
• Row total: Magento calculates the tax for each line (based on the row total field).
• Total tax amount: Magento rounds the tax for each row and then adds them together.
• Total: tax is calculated for each item and tax values are added to calculate the total unrounded tax amount for the order.
• Total tax amount: rounding is then applied to the total tax amount.

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

Describe registered customers.

A

• These are customer accounts found in the Magento system.
• They are stored in the customer_entity table, using the EAV data storage model.
• When a customer is logged in, all orders are associated with that customer’s account.
• Allows the customer to easily track the status of their orders.
• In addition, the following is also associated:
• Addresses
• Billing Agreements
• Newsletter subscriptions
• Product Reviews
• Wishlist

• Allows you to remember their address in an address book for future purchases, thus reducing more data entry (friction) in the checkout process.

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

Describe Guest Customers

A
  • Guest customers can place orders (depending on the setting in Stores > Configuration > Sales > Checkout > Allow Guest Checkout).
  • They will not be able to see their previous orders.
  • Pretty much browses the site as an anonymous visitor.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Wishlist shopping cart options

A
  • You can move a product to your Wishlist.

* Wishlist acts somewhat like an Amazon cart where you can move a product to be purchased later.

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

Gift shopping cart options

A

• Choose how you want your package shipped.

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

How can you create a product discount to have it automatically added in the shopping cart?

A
  • Marketing > Cart Price Rules > Add New Rule

* Set details: Coupon: “No Coupon”

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

Can guest customers place orders?

A

• Yes, if Stores > Configuration > Sales > Checkout > Allow Guest
Checkout is set to “yes” (default = “yes”)

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

Can customers ship products to multiple different addresses

using native Magento 2 functionality?

A

• Yes.
• By default, this is disabled in Stores > Configuration > Multishipping
Settings > Allow Shipping to Multiple Addresses

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

How can a guest customer register an account when placing an order?

A

• After checkout is complete.

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

Can shopping cart products be shared among different websites?

A

• There is some configuration that needs to be set up.
• Multi-store mode must be enabled and multiple websites must be present.
• The products must be shared across websites. This is done in the Websites section of the edit product page. This section is only active if multi-site is visible.
• Stores > Configuration> Customers > Customer Configuration >
Account sharing options = Global
• Stores > Configuration > General > Web > Session Validation
Settings > Use SID on Storefront = Yes

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

What are the different shopping cart promotion types, and how can shoppers apply them as discounts?

A

• Can be automatically applied (Coupon: No Coupon). Or, you can create coupon codes. These can be limited to a certain number of uses per customer, with a valid to > from date.
• Percent of product price discount:
• This takes a specified percentage off the product. Example: 10% off Our Red T-Shirts.
• Fixed amount discount:
• Takes a set dollar amount off of a product. Example: $5 off All Shirts.
• Fixed amount discount for whole cart:
• Takes a set dollar amount off the cart. Buy a shirt from us and get $20 off your order.
• Buy X get Y free (discount amount is Y):
• In other words, Buy X quantity of the product and get Y quantity for free.
• Discount Qty Step (Buy X) is where you set the minimum number to purchase. Enter the quantity to get for free into the Discount Amount field.

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

How does the persistent shopping cart option work in Magento 2?

A
  • It saves a link to the shopping cart for a year or more.
  • Downside is that it requires a customer to log in to make a purchase. This means that that computer is locked down into the customer account, which is a drawback.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Does Magento 2 Enterprise Edition functionality allow merchants to contact shoppers about their abandoned shopping carts?

A
  • Yes: http://docs.magento.com/m2/ee/user_guide/marketing/emailreminder-rules.html?Highlight=abandoned
  • This is found in Marketing > Email Reminders
How well did you know this?
1
Not at all
2
3
4
5
Perfectly