The Checkout page is where the Associate can enter their shipping address, select a shipping method, finalize the product quantity, and enter a payment method.
What We’ll Cover
- Permissions
- Finding the Page
- Editing Static Text
- Requiring AutoShips for New Sign-Ups to Checkout
- Terms and Conditions Checkbox
- Adding Credit Cart Logos
Permissions
To access the Settings page, you must have the Admin Settings permission enabled for your Role.
Read more: Managing Web Office Admin Users and Roles
Finding the Page
In eCommerce Admin, navigate to: Company Setting > Settings.
[CLIENTID].retailadmin.directscale.com/#/CompanySettings
Editing Static Text
You’ll see a String listed with an associated String Key (such as copy_right
) in the following sections. As a reminder, you can edit the String Key’s text value. For more information see, Changing Static Text.
Requiring AutoShips for New Sign-Ups to Checkout
You can require that newly signed up Associate Types need to add an AutoShip item to their cart before they can complete checkout.
Note: To learn how to enable these settings, see: Requiring AutoShips for New Sign-Ups to Checkout
Terms and Conditions Checkbox
On the Checkout page, you can have a required checkbox that indicates that the customer has read your terms and conditions.
This checkbox can correlate with the terms and conditions link in the footer, or you can edit the String of the text and include a link.
You’ll find the toggle under the Global section in the Company Settings page.
Switch:
Enabled: The customer will be required to check the box to place their order.

Disabled: The checkbox is hidden. The customer can place an order without obstruction.
String: i_have_read_understand_and_agree
Adding Credit Cart Logos
The Checkout page can display logos for the accepted forms of credit card payment, and card logos underneath the Add a Payment Method dropdown.
Switch:
Enabled: Displays card logos for the accepted forms of credit card payment.

Disabled: Removes Accepted cards test and card logos from the page.
String: accepted_cards
Switch:
Enabled: Displays card logos underneath the Add a Payment Method dropdown.

Disabled: Removes card logos underneath the Add a Payment Method dropdown.
String: card_type_logos
With the String it is possible to show different card logos under the Payment Method dropdown. Here are the HTML options for the available card logos and the default US flag:
<img src="assets/img/usa_card.png" alt="USA" width="50px">
<img src="assets/img/Visa2.png" alt="VISA" width="50px">
<img src="assets/img/Discover.png" alt="“Discover”" width="50px">
<img src="assets/img/Amex.png" alt="Amex" width="50px">
<img src="assets/img/Matercard.png" alt="MasterCard" width="50px">
Note: Any of the images that display under this dropdown can be removed, changed, and customized. Add an image aside from the options above, host an image in a cloud-based app or your own CMS with a public URL, and then link it to it in the same format as the other HTML logo options. Click the Save button, and then the Clear Cache button, once configurations are complete.
Comments
0 comments
Please sign in to leave a comment.