<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Get product details from deal in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Get-product-details-from-deal/m-p/921594#M37850</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I'm working on email templates and trying to get product info with "Line items" in deals.&lt;BR /&gt;Like:- Product title, Image, SKU, and product URL.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Now, I'm using this code.&amp;nbsp;&lt;A href="https://prnt.sc/Z6zXFIiY9RSv" target="_blank" rel="noopener"&gt;https://prnt.sc/Z6zXFIiY9RSv&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Nothing is visible in the email.&amp;nbsp;&lt;A href="https://prnt.sc/pxywPzN4P7Eg" target="_blank" rel="noopener"&gt;https://prnt.sc/pxywPzN4P7Eg&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Could you please find the issue?&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 13 Feb 2024 09:56:06 GMT</pubDate>
    <dc:creator>AIsmail12</dc:creator>
    <dc:date>2024-02-13T09:56:06Z</dc:date>
    <item>
      <title>Get product details from deal</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Get-product-details-from-deal/m-p/921594#M37850</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I'm working on email templates and trying to get product info with "Line items" in deals.&lt;BR /&gt;Like:- Product title, Image, SKU, and product URL.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Now, I'm using this code.&amp;nbsp;&lt;A href="https://prnt.sc/Z6zXFIiY9RSv" target="_blank" rel="noopener"&gt;https://prnt.sc/Z6zXFIiY9RSv&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Nothing is visible in the email.&amp;nbsp;&lt;A href="https://prnt.sc/pxywPzN4P7Eg" target="_blank" rel="noopener"&gt;https://prnt.sc/pxywPzN4P7Eg&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Could you please find the issue?&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2024 09:56:06 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Get-product-details-from-deal/m-p/921594#M37850</guid>
      <dc:creator>AIsmail12</dc:creator>
      <dc:date>2024-02-13T09:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: Get product details from deal</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Get-product-details-from-deal/m-p/921930#M37868</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/709372"&gt;@AIsmail12&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Line items are a little weird in that you actually have to use this email_each loop to loop through them:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{% email_each  list="deal.line_items" item="line_item" %}
  {{ line_item.name }}
{% endemail_each %}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2024 16:35:25 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Get-product-details-from-deal/m-p/921930#M37868</guid>
      <dc:creator>alyssamwilie</dc:creator>
      <dc:date>2024-02-13T16:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: Get product details from deal</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Get-product-details-from-deal/m-p/922374#M37879</link>
      <description>&lt;P&gt;I am checking it's not working. and also I need these details:&amp;nbsp;&lt;SPAN&gt;Product title, Image, SKU, and product URL.&amp;nbsp;&lt;BR /&gt;&lt;A href="https://prnt.sc/MgfkkYYIkJjQ" target="_blank"&gt;https://prnt.sc/MgfkkYYIkJjQ&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://prnt.sc/q3KZQwKeNd5f" target="_blank"&gt;https://prnt.sc/q3KZQwKeNd5f&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;Please check the video:&amp;nbsp;&lt;A href="https://www.loom.com/share/47a5474ec0564d19971f619d1cf151b1?sid=9c2b487c-7208-4a04-8205-8a2a5df70923" target="_blank" rel="noopener"&gt;https://www.loom.com/share/47a5474ec0564d19971f619d1cf151b1?sid=9c2b487c-7208-4a04-8205-8a2a5df70923&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 06:04:23 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Get-product-details-from-deal/m-p/922374#M37879</guid>
      <dc:creator>AIsmail12</dc:creator>
      <dc:date>2024-02-14T06:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: Get product details from deal</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Get-product-details-from-deal/m-p/922811#M37893</link>
      <description>&lt;P&gt;Sending a test email to yourself won't work as it has to go through a workflow set up in a way for it to know what deal to process (since users can have more than one deal).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The way to test line item emails is to go to Actions &amp;gt; Preview:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="actions-preview-email.png" style="width: 411px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/109591i0D0E9AF5538F4C42/image-size/large?v=v2&amp;amp;px=999" role="button" title="actions-preview-email.png" alt="actions-preview-email.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And then in the preview window there'll be a dropdown where you can select products to preview in the email (the email_each loop is what informs the preview to add this dropdown):&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="preview-products.png" style="width: 850px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/109592i477231DC4DC5776A/image-size/large?v=v2&amp;amp;px=999" role="button" title="preview-products.png" alt="preview-products.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 17:51:55 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Get-product-details-from-deal/m-p/922811#M37893</guid>
      <dc:creator>alyssamwilie</dc:creator>
      <dc:date>2024-02-14T17:51:55Z</dc:date>
    </item>
  </channel>
</rss>

