> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fusioncore.us/llms.txt
> Use this file to discover all available pages before exploring further.

# Configuring and Adding Discount Codes to Products

> Adding your Discount Codes to Products

## Configuring a Discount Code with Products

Adding your Discount Codes to products links a Discount Code to the specific products it can be applied against. Each link is stored as a `Product_Discount_Code__c` record.

<Steps>
  <Step title="Open Manage Products">
    On your Discount Code record, click **Manage Products**.

    <Frame caption="The Manage Products button on a Discount Code record">
      <img src="https://mintcdn.com/fusionspan/4u-JGPkRA8QDMGYi/images/end-user-guides/4856152107/image-20251010-165140.png?fit=max&auto=format&n=4u-JGPkRA8QDMGYi&q=85&s=1ca7441072c7a6c49dea6b89f112e53d" alt="A Discount Code record with the Manage Products button" width="1887" height="715" data-path="images/end-user-guides/4856152107/image-20251010-165140.png" />
    </Frame>
  </Step>

  <Step title="Add new products">
    Once you are in the Manage Products component, click **Add New Products**.

    <Frame caption="The Add New Products button in the Manage Products component">
      <img src="https://mintcdn.com/fusionspan/4u-JGPkRA8QDMGYi/images/end-user-guides/4856152107/image-20251010-165238.png?fit=max&auto=format&n=4u-JGPkRA8QDMGYi&q=85&s=3eac988a68ee7733256765fa94388308" alt="The Manage Products component with the Add New Products button" width="1910" height="608" data-path="images/end-user-guides/4856152107/image-20251010-165238.png" />
    </Frame>
  </Step>

  <Step title="Select the products to link">
    Select the products that you want to link to the Discount Code and click **Submit**.

    <Frame caption="Selecting products to link to the Discount Code">
      <img src="https://mintcdn.com/fusionspan/4u-JGPkRA8QDMGYi/images/end-user-guides/4856152107/image-20251010-165401.png?fit=max&auto=format&n=4u-JGPkRA8QDMGYi&q=85&s=8c3724691ec953f843d3304a1eb83084" alt="The product selection dialog with products selected and the Submit button" width="1361" height="775" data-path="images/end-user-guides/4856152107/image-20251010-165401.png" />
    </Frame>
  </Step>

  <Step title="Confirm the addition">
    Click **OK** on the popup confirmation.

    <Frame caption="The confirmation popup after adding products">
      <img src="https://mintcdn.com/fusionspan/4u-JGPkRA8QDMGYi/images/end-user-guides/4856152107/image-20251010-165845.png?fit=max&auto=format&n=4u-JGPkRA8QDMGYi&q=85&s=5d93e9f6dd3a5d1f2e83406e8d694bb7" alt="The popup confirmation with the OK button after products are added" width="1254" height="641" data-path="images/end-user-guides/4856152107/image-20251010-165845.png" />
    </Frame>
  </Step>

  <Step title="Verify the linked products">
    Your newly added products will appear on the related list view.

    <Frame caption="The newly added products in the related list view">
      <img src="https://mintcdn.com/fusionspan/4u-JGPkRA8QDMGYi/images/end-user-guides/4856152107/image-20260316-172804.png?fit=max&auto=format&n=4u-JGPkRA8QDMGYi&q=85&s=cbf1f07b3edfdb08be0a1f1e0755964f" alt="The related list view showing the products now linked to the Discount Code" width="969" height="412" data-path="images/end-user-guides/4856152107/image-20260316-172804.png" />
    </Frame>

    <Note>
      If a product was previously removed from the Discount Code, re-adding it does not create a duplicate. fusionCore reactivates the existing `Product_Discount_Code__c` eligibility record instead.
    </Note>
  </Step>
</Steps>
