LogoLogo
Connectors
SAP Commerce Cloud Extension 1.2
SAP Commerce Cloud Extension 1.2
  • SAP Commerce Cloud Extension 1.2
  • Introduction
    • Extension support
    • General workflow
    • Features
    • Enable features
  • Install the extension
    • Step 1: Download the extension
    • Step 2: Update the localextensions.xml
    • Step 3: Run the installation command
    • Step 4: OOB code changes
    • Step 5: Rebuild the system
    • Step 6: Update the system
    • Step 7: Run project data ImPex files
    • Step 8: Enable the B2B feature
  • Configure the extension
    • Step 1: Configure the Digital River configuration page
    • Step 2: Attach the Base Store configuration
    • Step 3: Load the Digital River tax groups
    • Step 4: Configure the product
    • Step 5: Run cron jobs
    • Step 6: Set up regulatory fees
    • Step 7: Enable support for digital products
    • Step 8: Run the confirmation email body template
    • Step 9: Set up Wire Transfer
    • Step 10: Add the Digital River compliance statement
    • Step 11: Customize the locale, OMS, and webhooks
  • Test the extension
  • Support
Powered by GitBook
On this page
  1. Configure the extension

Step 10: Add the Digital River compliance statement

Learn how to add the Digital River compliance statement.

The merchant system must show a Digital River compliance statement in the footer section of every checkout step. We updated the OOB and created the following custom JSP files to display the Digital River compliance section in the footer.

  • addEditDeliveryAddressPage.jsp

  • chooseDeliveryMethodPage.jsp

  • silentOrderPostPage.jsp

  • checkoutSummaryPage.jsp

  • drTemsPage.jsp

  • drAddPaymentPage.jsp

You can use the following code on any page that requires the Digital River Compliance section for both B2C and B2B storefronts.

Compliance footer code example
<div class="col-sm-12 col-lg-12">
    <cms:pageSlot position="SideContent" var="feaure" element="div" class="checkout-help">
        <div id="drComplianceFuooter"></div>
        <cms:component component="#{feature}"/>
    </cms:pageSlot>
</div>
PreviousStep 9: Set up Wire TransferNextStep 11: Customize the locale, OMS, and webhooks

Last updated 3 years ago