Which of the following Liquid objects do not have an associated handle
Product
Link
Blog
Menu
https://help.shopify.com/en/themes/liquid/objects - correct answers Menu is not a default liquid object
Which of the following is required for an alternative layout file?
{{ content_for_footer }}
{{ content_for_layout }}
{% layout 'alternative' %}
{% alternative_ layout %}
{{ get_content }}
https://www.shopify.com/partners/blog/84342470-the-power-of-alternate-layout-files-in-shopify-
theme-development - correct answers {% layout 'alternative' %}
If you wanted to display offsite gateway buttons on your checkout page, you would need to remove, or
comment out, the additional_checkout_buttons Liquid tag from the cart page.
True
False
https://help.shopify.com/en/themes/customization/cart/add-more-checkout-buttons-to-cart-page -
correct answers True, since these buttons show up in both cart and checkout, you would need to disable
this tag in the cart page in order to have it show in checkout