For Business

Prime checkmark and delivery date tag

Install the Prime checkmark and delivery date tag on your store’s product cards to showcase Buy with Prime

The Prime checkmark and delivery date tag is a feature that allows you to display the Prime checkmark logo and delivery estimate directly on your product cards across your ecommerce store. This helps shoppers easily identify which of your products are eligible for Prime shopping benefits and how quickly those items will be delivered, without requiring them to click through to the individual product detail page. The Prime checkmark and delivery date tag is a script and a code snippet that you can install within your ecommerce platform or content management system, making it easy to start showcasing your Prime eligible products across your site.

Image of the Prime checkmark and delivery date tag at the bottom of the product card.

Requirements

Before you start setting up Prime checkmark and delivery date tag, you must have the Buy with Prime button set up on your product detail pages. For more information about Buy with Prime set up, go to Set up Buy with Prime.

Set up the Prime checkmark and delivery date tag on your site

To set up Prime checkmark and delivery date tag on your site, perform the following steps:

  1. Sign in to the merchant console.
  2. On the side menu, choose Prime features.
  3. On the Prime checkmark and delivery date tag section, choose Manage.
  4. On the Install Prime checkmark and delivery date tag page, you can customize the following elements:
    1. Tag: The Prime checkmark and delivery date tag shows the estimated delivery date by default. You can change this selection to not include the estimated delivery date. Note: If you don’t include the estimated delivery date, only the Prime checkmark logo will appear on your product cards with a transparent background.
    2. Color mode: The Prime checkmark and delivery date tag uses a transparent background. You can set the delivery date tag text to be light or dark mode. Note: This option is only available if you’re showing the delivery date tag on your product card.
  5. Follow the steps to install the code snippet on your ecommerce site.

Install the Prime checkmark and delivery date tag on your site

To install the Prime checkmark and delivery date tag on your site, you need to add a script and a code snippet to your site.

You can install the Prime checkmark and delivery date tag on multiple pages of your Shopify store to provide shoppers with Prime delivery information throughout their shopping experience:

  • Product detail pages
  • Collections pages
  • Cart page
  • Side cart (cart drawer)

Important: If the Prime checkmark and delivery date tag doesn’t appear as expected on your Shopify store, go to the section in this article, “Validate Prime checkmark and delivery tag.”

Product detail pages:

To add the Prime checkmark and delivery date tag to your Shopify site’s product detail pages, use the following steps:

  1. In Shopify admin, choose Online store and then Themes.
  2. Create a duplicate of your active theme as a backup.
  3. Choose the more actions (...) dropdown menu on your theme and then click Edit Code.
  4. In the code editor, choose Sections and then locate the header.liquid or theme.liquid file.
  5. Go to Buy with Prime merchant console, select Prime Features, Add on features, and Prime checkmark logo and delivery date tag, and then copy the script.
    bwp_prime_checkmark_a.png
  6. In Shopify admin, paste the script in the last line of the code under {% endschema %}.
    bwp_prime_checkmark_b.png
  7. Click Save.
  8. On your Shopify admin, choose Online store, Themes, and then click Edit Theme.
  9. In the Shopify theme editor, open the Home Page menu, choose Products and then the Default Product template (or other template that you want to edit). Note that you need to repeat these steps for each template that want to edit.
    bwp_prime_checkmark_c.png
  10. On the side menu, in the Template section, hover over the Buy buttons block, and then click the (+) button to add a new block.
  11. For block type, select Custom Liquid or HTML.
  12. Paste the code snippet into the Custom Liquid editor, making sure to replace [ESP SKU identifier] with {{product.selected_or_first_available_variant.sku}}.
    bwp_prime_checkmark_d.png
  13. Click Save.
  14. Make sure that the new custom liquid block appears under the Price block.
    bwp_prime_checkmark_e.png

Collections pages

  1. In the Shopify code editor, choose Snippets, and then open the card-product.liquid file.
  2. Paste the snippet code under the price_class or render price section.
  3. Replace the product-sku in the snippet-code with:
    product-sku="{{ card_product.selected_or_first_available_variant.sku }}"
    bwp_prime_checkmark_f.png
  4. Click Save.
    bwp_prime_checkmark_g.png

Cart page

  1. In the Shopify code editor, choose Sections, and then open the main-cart-items.liquid or cart.template.liquid file.
  2. Paste the snippet code under the price_class or render price section.
  3. Replace the product-sku in the snippet-code with:
    product-sku="{{ item.variant.id }}"
    bwp_prime_checkmark_h.png
  4. Click Save.
    bwp_prime_checkmark_i.png

Side cart or cart drawer

  1. In the Shopify code editor, choose Snippets, and open the cart-drawer.liquid file.
  2. Paste the code snippet under the price_class or render pricesection.
  3. Replace the product-sku in the snippet-code with:
    product-sku="{{ product.selected_or_first_available_variant.id }}"
    bwp_prime_checkmark_j.png
  4. Click Save.
    bwp_prime_checkmark_k.png

Validate Prime checkmark and delivery tag

Check that the Prime checkmark appears correctly, at the correct locations. If the Prime checkmark doesn’t appear as expected, verify that your store’s domain is on the allow list, using the following steps:

  1. Go to Buy with Prime merchant console.
  2. On the side menu, choose Settings and then Domains.
  3. Add your store’s domain (url) to the allow list.
    Important: Make sure that you add your domains both with and without the “www.”

To add the Prime checkmark and delivery date tag to your BigCommerce site, perform the following steps:

  1. Sign in to your BigCommerce store.
  2. On the side menu, choose Storefront, and then Themes.
  3. To create a copy of your current theme, from the Advanced drop-down menu, select Make a copy.
  4. From the copied theme, choose the more actions (…) menu, and then Edit Theme Files.
  5. In the file tree, locate and open the base.html template file. For example, if you’re using the default theme, choose templates, layout, and then base.html.
  6. Copy the Prime checkmark & date tag script provided to you in merchant console.
  7. Paste the script in the <head> tag.
  8. Choose Save File.
  9. In the file tree, locate and open the product card template file. For example, if you’re using the default theme, choose templates, components, products, and then card.html.
    Note: Depending on your theme, your path might differ.
  10. In the card.html file, search for ‘data-product-price’.
  11. Copy the Prime checkmark and delivery date tag code snippet provided to you in merchant console.
    Note: The merchant console generates a code that has all your site details. You don’t need to change anything in the code.
  12. Paste the code under ‘data-product-price’.
    Note: Your product cards might vary. It’s recommended to install the code snippet at the bottom of the product card or under “price”.
  13. Choose Save file.
  14. Use Preview mode on your site to review the tag placement, and then choose Save.
  15. If you’re editing a copy, choose Use as Active Theme, and then Publish.

To add the Prime checkmark and delivery date tag to your WooCommerce site, perform the following steps:

  1. Open your cPanel dashboard.
  2. Install the WPCode Lite Plugin, also known as WPCode. This plugin helps to insert headers, footers, and code. If you already have the WPCode Lite Plugin installed, skip to Step 6. If you don’t have the WPCode Lite Plugin, go to Step 3.
  3. On the Plugins section, choose Add New.
  4. In the Search Plugins field, enter “WPCode Lite”, and then choose Search.
  5. Install the Plugin, and then choose Active. A new option called Code Snippets appears on your dashboard side menu.
  6. On the side menu, choose Code Snippets, then Code Snippets, and then Add New.
  7. Choose Create Custom Snippet.
  8. In the Add title for snippet field, enter “BwP Element”.
  9. For Code Type, select HTML Snippet.
  10. In the Code Preview editor, paste the Prime checkmark & delivery date script provided to you in merchant console.
    Note: The merchant console generates a code that has all your site details. You don’t need to change anything in the code.
  11. Choose Save Snippet.
  12. Activate the snippet, and then choose Update.
  13. Preview the Buy with Prime cart placement on your site.
  14. Create a new code snippet by choosing Create Custom Snippet.
  15. In the Add title for snippet field, enter “BwP checkmark tag”.
  16. For Code Type, select PHP Snippet.
  17. In the Code Preview editor, paste the Prime checkmark & delivery date code snippet provided to you in merchant console.
  18. Choose Save Snippet.
  19. Activate the snippet, and then choose Update.

To add the Prime checkmark and delivery date tag to your custom site or other ESP, perform the following steps:

  1. Open the dashboard of your custom store or ecommerce service provider.
  2. Select your store.
  3. Select the store version or template that you want to work in.
  4. Make a copy of that selected store or template.
  5. Open the code editor to edit your store or template.
  6. Copy the script provided to you in merchant console.
  7. Locate a file that persists across all pages within your site such as the header, body, or liquid file.
  8. Paste the script in the <head> tag.
  9. Save your changes.
  10. Locate the file that powers your site’s product cards.
  11. Copy the Prime checkmark and delivery date code snippet provided to you in merchant console.
  12. Paste the code snippet at the bottom of the product card code or directly under the product price.
  13. Replace the value of "[ESP SKU identifier]” with the correct SKU identifier that your product card uses. For example, “product-sku="{{sku}} or “product-sku="{{card_product.selected_or_first_available_variant.sku}}.
    Note: Your store might use the same SKU identifier here as the SKU identifier used on your product detail page.
  14. Save and publish your changes.
  15. Go to merchant console.
  16. On the side menu, choose Settings, and then Domains.
  17. Verify if your store’s domain is on the allow list.
  18. If not, add your store’s domain to the list.
  19. Save your changes.
    Note: Buy with Prime features don’t appear on domains that aren’t listed.

Customize the Prime checkmark and delivery date tag

You can add or remove the delivery date tag or change the Prime checkmark logo background color at any time. When you customize your Prime checkmark and delivery date tag in merchant console, a new code snippet is generated, but your site isn’t automatically updated to reflect your changes. To apply these changes, you must manually delete the existing code snippet from your site and replace it with the new code snippet provided to you in merchant console.

  1. Open your ecommerce dashboard.
  2. Edit your store’s code.
  3. Locate the product card where you added the Prime checkmark logo and delivery date tag code snippet.
  4. Select and delete the old code snippet from your product card.
  5. Copy and paste the newly generated Prime checkmark and delivery date tag code snippet provided to you in merchant console.

Customize the Prime checkmark and delivery date tag placement

It’s recommended to place the Prime checkmark and delivery date tag under the price on the product card, but you can customize its placement as needed. To change the Prime checkmark and delivery date tag’s placement, move the corresponding code snippet to your preferred location within the product card layout.

  1. Locate the product card where you pasted the Prime checkmark and delivery date tag code snippet during the installation.
  2. Cut the Prime checkmark and delivery date tag code snippet, and then paste it in your preferred location within the product card.
  3. Preview your changes to confirm that the new location is working.
  4. Save and publish your changes.

Turn off the Prime checkmark and delivery date tag

To turn off the Prime checkmark and delivery date tag from your site, you must manually remove the code snippet from your site’s code.

To remove the Prime checkmark and delivery date tag from any of the following locations, use the following steps:

  • Product detail pages
  • Collections pages
  • Cart page
  • Side cart (cart drawer)

Remove from product detail pages:

  1. In Shopify admin, choose Online store and then Themes.
  2. Choose the more actions (...) dropdown menu on your theme and then click Edit Code.
  3. In the code editor, choose Sections and then locate the header.liquid or theme.liquid file.
  4. Locate and delete the Prime checkmark and delivery date tag script in the last line of the code under {% endschema %}.
    bwp_prime_checkmark_l.png
  5. Click Save.
  6. In Shopify admin, choose Online store, Themes, and then click Edit Theme.
  7. In the Shopify theme editor, open the Home Page menu, choose Products and then the Default Product template (or other template that you edited during installation).
  8. On the side menu, in the Template section, locate the Custom Liquid or HTML block that contains the Prime checkmark and delivery date tag code snippet.
  9. Delete the Custom Liquid or HTML block.
  10. Click Save.
  11. Repeat steps 7-10 for each product template in which you installed the tag.

Remove from collections pages:

  1. In the Shopify code editor, choose Snippets, and then open the card-product.liquid file.
  2. Locate and delete the Prime checkmark and delivery date tag code snippet under the price_class or render price section.
  3. Click Save.

Remove from cart page:

  1. In the Shopify code editor, choose Sections, and then open the main-cart-items.liquid or cart.template.liquid file.
  2. Locate and delete the Prime checkmark and delivery date tag code snippet under the price_class or render price section.
  3. Click Save.

Remove from side cart (cart drawer):

  1. In the Shopify code editor, choose Snippets, and open the cart-drawer.liquid file.
  2. Locate and delete the Prime checkmark and delivery date tag code snippet under the price_class or render price section.
  3. Click Save.

To remove the Prime checkmark and delivery date tag from your BigCommerce site, perform the following steps:

  1. Sign in to your BigCommerce store.
  2. On the side menu, choose Storefront, and then Themes.
  3. From the theme, choose the more actions (…) menu, and then Edit Theme Files.
  4. In the file tree, locate and open the product card template file that where you pasted the code snippet during installation. For example, card.html.
  5. In the product card template file, locate and delete the Prime checkmark and delivery date tag code snippet that you pasted during installation.
  6. Choose Save file.
  7. Use Preview mode on your site to review your changes, and then choose Save.
  8. Choose Publish.

To remove the Prime checkmark and delivery date tag from your WooCommerce site, perform the following steps:

  1. Open your cPanel dashboard.
  2. On the side menu, choose WPCode, and then Code Snippets.
  3. Locate and select the BwP checkmark tag code snippet that you created during installation.
  4. Choose one of the following options:
    • To turn off the Prime checkmark and delivery date tag, choose Edit, turn off the Active button, and then click Update.
    • To remove the Prime checkmark and delivery date tag, select Trash.
  5. Review your changes and verify that the Prime checkmark and delivery date tag no longer appears on your product cards.

To remove the Prime checkmark and delivery date tag from your custom site or other ESP, perform the following steps:

  1. Open the dashboard of your custom store or ecommerce service provider.
  2. Select your store.
  3. Open the code editor to edit your store or template.
  4. Locate the file that powers your site’s product cards.
  5. Remove the Prime checkmark and delivery date tag code snippet that you added during installation.
  6. Save and publish your changes.

Troubleshoot the Prime checkmark and delivery date tag

Use the following troubleshooting information to identify and address some issues that can occur while setting up and installing Prime checkmark and delivery date tag.

IssueCauseSolution
The Prime checkmark and delivery date tag isn’t showing on my store even after following the instructions in merchant console.Your store domain isn’t in the allow list within merchant console.

Ensure that you’ve added your store’s domain to the allow list within merchant console.

1. Sign in to merchant console.
2. On the side menu, choose Settings, and then Domains.
3. Verify if your store’s domain is on the allow list.
4. If not, add your store’s domain to the list.
5. Save your changes.

The script and code snippet that you added to your stores aren’t the correct ones provided in merchant console. These code snippets are unique to your store and Buy with Prime and will vary between stores.Ensure that you copied and pasted the unique script and code snippet provided to you in merchant console. If you installed the incorrect script or code snippet, remove it, and then reinstall the code.
Looking for something else?

Prime checkmark and delivery date tag FAQ

Get answers to common questions about Prime checkmark and delivery date tag.