# Designer attributes

<table><thead><tr><th width="232.3272909082849">Component Name</th><th width="175.57141889996302">Designer Attribute</th><th width="428.10129019175207">Purpose/Description</th></tr></thead><tbody><tr><td><code>drb2b_hideCheckout</code></td><td>Hide Checkout Summary</td><td><p>Use this attribute to show or hide the <code>drb2b_checkoutSummary</code> component (when used in the Checkout template). Your options are as follows:</p><ul><li>{<code>!$GlobalConstant.False}</code> shows the <code>drb2b_checkoutSummary</code> component.</li><li><em><code>{!$GlobalConstant.True}</code></em> hides the <code>drb2b_checkoutSummary</code> component.</li></ul></td></tr><tr><td><code>drb2b_addressDetails</code></td><td>Record Id (subflow)</td><td>Use this attribute to provide the <code>cartId</code>.</td></tr><tr><td></td><td>Record Id (Checkout page)</td><td>Use this attribute to automatically bind the page's record ID to the component variable.</td></tr><tr><td></td><td>Show Shipping Address </td><td><p>Use this to hide or show the <strong>Shipping Address</strong> on the <code>drb2b_addressDetails</code> component.<br><br>Set the value to <code>{!$GlobalConstant.True}</code> if you want the <strong>Shipping address</strong> to be shown on the<code>drb2b_addressDetails</code>component.</p><p></p><p>Set the value to <code>{!$GlobalConstant.False}</code> if you want the <strong>Shipping address</strong> to be hidden on the<code>drb2b_addressDetail</code>component.</p></td></tr><tr><td><code>drb2b_cartContents</code></td><td>cart Id (subflow)</td><td>Use this attribute to provide the <code>cartId</code>.</td></tr><tr><td></td><td>record Id (Checkout page)</td><td>Use this attribute to automatically bind the page's record ID to the component variable.</td></tr><tr><td></td><td>Effective Account Id (Checkout page)</td><td>Use this attribute to automatically bind the current user account ID.</td></tr><tr><td><code>drb2b_checkoutSummary</code></td><td>Record Id (Checkout page)</td><td>Use this attribute to automatically bind the page's record ID to the component variable.</td></tr><tr><td></td><td>Cart Id</td><td>Use this attribute to provide the <code>cartId</code>.</td></tr><tr><td></td><td>Show All</td><td>Use this attribute to show or hide all fields in the <code>drb2b_checkoutSummary</code> component.</td></tr><tr><td></td><td>Show Amount Contributed</td><td>Use this attribute to show or hide the <strong>Amount Contributed</strong> in the <code>drb2b_checkoutSummary</code> component.</td></tr><tr><td></td><td>Show Duty</td><td>Use this attribute to show or hide the <strong>Duty</strong> in the <code>drb2b_checkoutSummary</code> component.</td></tr><tr><td></td><td>Show Grand Total</td><td>Use this attribute to show or hide the <strong>Grand Total</strong> in the <code>drb2b_checkoutSummary</code> component.</td></tr><tr><td></td><td>Show IOR Tax</td><td>Use this attribute to show or hide the <strong>IOR Tax</strong> in the <code>drb2b_checkoutSummary</code> component.</td></tr><tr><td></td><td>Show Regulatory Fee</td><td>Use this attribute to show or hide the <strong>Regulatory Fee</strong> in the <code>drb2b_checkoutSummary</code> component.</td></tr><tr><td></td><td>Show Remaining Amount</td><td>Use this attribute to show or hide the <strong>Remaining Amount</strong> in the <code>drb2b_checkoutSummary</code> component.</td></tr><tr><td></td><td>Show Shipping</td><td>Use this attribute to show or hide the <strong>Shipping</strong> in the <code>drb2b_checkoutSummary</code> component.</td></tr><tr><td></td><td>Show Sub Total</td><td>Use this attribute to show or hide the <strong>SubTotal</strong> in the <code>drb2b_checkoutSummary</code> component.</td></tr><tr><td></td><td>Show Tax</td><td>Use this attribute to show or hide the <strong>Tax</strong> in the <code>drb2b_checkoutSummary</code> component.</td></tr><tr><td><code>drb2b_taxIdentifier</code></td><td>Cart Id</td><td>Use this attribute to provide the <code>cartId</code>.</td></tr><tr><td></td><td>Selected Tax Identifier</td><td><p>Use this attribute to preserve selected and newly added tax identifiers.</p><p>If validation fails for any reason and the screen is reloaded, this attribute will maintain any selected or newly added tax identifiers.</p></td></tr><tr><td><code>drb2b_drTermsElement</code></td><td>Cart Id</td><td>Use this attribute to provide the <code>cartId</code>.</td></tr><tr><td></td><td>Bypass Validation</td><td><p>Use this attribute to bypass validation. Your options are as follows:</p><ul><li>Set this attribute to <code>{!$GlobalConstant.True}</code> if the <code>drb2b_drTermsElement</code> component is not included on the Place order page or to apply a custom validation.</li><li>Set this attribute to <code>{!$GlobalConstant.False}</code> if the <code>drb2b_drTermsElement</code> component is included on the Place order page or to use the built in validation (default).</li></ul><p><strong>Note:</strong> If you call your custom client custom validation from the Place Order page, it is recommended that you hide the Place Order button(s) included in the Order Summary component and instead display a custom button. After performing the custom validation, you should <a href="../components/dr-terms-component#publishing-an-event-make-update-checkout-call">fire an event</a> to call the place order logic.</p></td></tr><tr><td></td><td>Hide Terms UI</td><td><p>Use this attribute is to hide or show the UI of the component. The default value is False.</p><p></p><p>If you set this to <strong>True</strong>, the component does not display the terms to the shopper.</p><p></p><p>Additionally, an event is published with the Terms string. You can <a href="../components/dr-terms-component#subscribing-to-an-event">subscribe to this event</a> to make use of the terms the shopper agrees to or you can create a custom validation.</p></td></tr><tr><td><code>drb2b_paymentDetails</code></td><td>cart Id</td><td>Use this attribute to provide the <code>cartId</code>.</td></tr><tr><td></td><td>Record Id (Order Summary Detail and Order Confirmation pages)</td><td>Use this attribute to automatically bind the page's record ID to the component variable.</td></tr><tr><td><code>drb2b_orderSummary</code></td><td>Record Id (checkout page)</td><td>Use this attribute to automatically bind the page's record ID to the component variable.</td></tr><tr><td></td><td>Record Id (subflow)</td><td>Use this attribute to provide the <code>cartId</code>.</td></tr><tr><td></td><td>Bypass Validation</td><td><p>Use this attribute to bypass validation. Your options are as follows:</p><ul><li><code>{!$GlobalConstant.True}</code> bypasses validation for the <code>drb2b_drTermsElement</code> component (if included on the Place Order page).</li><li><code>{!$GlobalConstant.False}</code> does not bypass validation for the <code>drb2b_drTermsElement</code> component (if included on the Place Order page).</li></ul><p>If the <code>drb2b_drTermsElement</code> component is not on the same page as the <code>drb2b_orderSummary</code>component, this attribute should be set to <code>{!$GlobalConstant.True}</code></p></td></tr><tr><td></td><td>Show All</td><td>Use this attribute to show or hide all fields **** in the <code>drb2b_orderSummary</code> component.</td></tr><tr><td></td><td>Show Duty</td><td>Use this attribute to show or hide the <strong>Duty</strong> in the <code>drb2b_orderSummary</code> component.</td></tr><tr><td></td><td>Show IOR Tax</td><td>Use this attribute to show or hide the <strong>IOR tax</strong> in the <code>drb2b_orderSummary</code> component.</td></tr><tr><td></td><td>Show Grand Total</td><td>Use this attribute to hide or show the <strong>Grand Total</strong> in the <code>drb2b_orderSummary</code> component.</td></tr><tr><td></td><td>Show Place Order</td><td>Use this attribute to hide or show the <strong>Place Order</strong> in the <code>drb2b_orderSummary</code> component.</td></tr><tr><td></td><td>Show Regulatory Fee</td><td>Use this attribute to hide or show the <strong>Regulatory Fee</strong> in the <code>drb2b_orderSummary</code> component.</td></tr><tr><td></td><td>Show Shipping</td><td>Use this attribute to hide or show the <strong>Shipping</strong> in the <code>drb2b_orderSummary</code> component.</td></tr><tr><td></td><td>Show Subtotal</td><td>Use this attribute to hide or show the <strong>Subtotal</strong> in the <code>drb2b_orderSummary</code> component.</td></tr><tr><td></td><td>Show Tax</td><td>Use this attribute to hide or show the <strong>Tax</strong> in the <code>drb2b_orderSummary</code> component.</td></tr><tr><td></td><td>Place Order</td><td><p>Use this to control the executing order placement logic of mutiple components. </p><p></p><p>If there is more than one <code>drb2b_orderSummary</code> component on the page, set the <strong>Place Order</strong> attribute to <strong>True</strong> for one component and set the rest of the order summary components to <strong>False</strong>.</p><p></p><p>If there is only one <code>drb2b_orderSummary</code> component on the page, make sure to keep the <strong>Place Order</strong> attribute set to True (the default value).</p></td></tr><tr><td><mark style="background-color:yellow;"><code>drb2b_buyerInfo</code></mark></td><td>Show Shipping Address</td><td><p>Use this to hide or show the <strong>Shipping Address</strong> on the <code>drb2b_buyerInfo</code> component.<br></p><p>Set the value to <code>{!$GlobalConstant.True}</code> if you want the <strong>Ship to</strong> address to be shown on the<code>drb2b_buyerInfo</code> component.</p><p></p><p>Set the value to <code>{!$GlobalConstant.False}</code> if you want the <strong>Ship to</strong> address to be hidden on the<code>drb2b_buyerInfo</code> component.</p></td></tr><tr><td></td><td>Cart ID</td><td>Use this attribute to provide the <code>cartId</code>.</td></tr><tr><td></td><td>Enable Tax Certificates</td><td><p>Use this attribute to enable or disable the <a href="components/tax-certificate-component"><code>drb2b_taxCertificateCheckout</code></a> component. Your options are as follows:</p><p></p><p><code>{!$GlobalConstant.False}</code> hides the <code>drb2b_taxCertificateCheckout</code> component.</p><p></p><p><code>{!$GlobalConstant.True}</code> shows the <code>drb2b_taxCertificateCheckout</code> component.</p></td></tr><tr><td><code>drb2b_payments</code></td><td>Enable override payments.</td><td><p>Set this value to <strong>False</strong> to have the <code>drb2b_payments</code> component load automatically upon page load. This is the default value.</p><p></p><p>If this value is set to <strong>True</strong>, the component will not load automatically on page load. This means you must <a href="../components/payment-component#publish-the-overridepayments-event">fire an event</a> to specify which payment methods should be loaded.</p></td></tr><tr><td></td><td><a href="https://docs.digitalriver.com/digital-river-api/payments/payment-integrations-1/drop-in/drop-in-integration-guide#drop-in-options">Drop-in Config</a></td><td><p>Use this attribute to provide options for Drop-in flexibility an compatibility. Provide data for this attribute in JSON format. <br><br>For example:<br><code>{"options.button.type": custom,"options.button.buttonText":'test',"t</code><mark style="background-color:yellow;"><code>est":"test3"}</code></mark><br></p><p>See<a href="https://docs.digitalriver.com/digital-river-api/payments/payment-integrations-1/drop-in/drop-in-integration-guide#drop-in-options"> Drop-in config</a> for a full list of options.</p></td></tr><tr><td></td><td>Record Id</td><td>Use this attribute to provide the <code>cartId</code>.</td></tr><tr><td></td><td>Disable Saved Payments</td><td><p>Use this attribute to show or hide the Saved Payments tab.<br></p><p>Set this attribute to <strong>False</strong> to display <strong>Saved Payment</strong> options. This is the default value.</p><p></p><p>When this is set to <strong>True</strong>, the <strong>Saved Payments</strong> tab is hidden and the shopper is not be able to save payment methods for future use. <br></p><p><strong>Note:</strong> Do not enable this attribute if Subscription products are used.</p></td></tr><tr><td></td><td>Fire Zero Dollar Event</td><td><p>Use this attribute to control how zero-dollar orders are handled.<br><br>When you set this attribute to <strong>False</strong> (the default value) and the order total is zero dollars with no subscription products in the cart, you can have the connector redirect the user to the next page without requiring a payment source.</p><p></p><p><mark style="background-color:yellow;">I</mark>f you have set it to <strong>True</strong>, and the above criteria is matched, the component publishes a custom event which can be subscribed to by a custom component as desired. </p><p></p><p>Additionally, the <code>drb2b_dropIn</code> component will be hidden when the event is published. The user will not be redirected to the next page in the flow when this event is fired. By subscribing to this event, you can perform custom logic.</p></td></tr><tr><td><code>drb2b_drCompliance</code></td><td>Record ID (All Checkout pages)</td><td>Use this attribute to bind the page's record ID to the component variable.</td></tr><tr><td></td><td>Object Name (All Checkout pages)</td><td>Use this attribute to bind the page's object name to the component variable.</td></tr><tr><td><code>drb2b_delayedPaymentInstructions</code></td><td>Record Id (Order Confirmation page)</td><td>Use this attribute to bind the page's record ID to the component variable.</td></tr><tr><td><code>drb2b_productDetail</code></td><td>Record Id (Order Confirmation page)</td><td>Use this attribute to bind the page's record ID to the component variable.</td></tr><tr><td><code>drb2b_VatCreditMemo</code></td><td>Record Id (Order Summary Detail page)</td><td>Use this attribute to bind the page's record ID to the component variable.</td></tr><tr><td></td><td>Type (Order Summary Detail page)</td><td><p>Use this attribute to render an invoice or credit memo based on the following <strong>Type</strong> values:</p><ul><li>Invoices</li><li>Credit memos</li></ul></td></tr><tr><td><code>drb2b_myWallet</code></td><td>Drop-in Config (My Account page)</td><td><p>Use this attribute to provide options for Drop-in flexibility and compatibility</p><p>Provide data for this attribute in JSON format. For example:<br><code>{"options.button.type": custom,"options.button.buttonText":'test',"test":"test3"}</code></p></td></tr></tbody></table>
