RIO Ed - Shopping Cart Payment
Introduced in v3.14 as part of Continuing Education, the RIO Ed - Shopping Cart Payment is used when the student wants to checkout and pay for their Orders (the Study Offerings they registered to).
Note:
This is a payment selection component that prompts user to perform online payment or charge the bill to a company.
Please note that this is not a payment gateway component. To collect the payment, a third party is required.
Attribute Name | API Name | Description |
Order Id | paramOrderId |
In case of portal, enter the order id paramater to fetch from URL, e.g. {!orderId} or {!recordId}. Else, it will fetch the latest draft order. |
Icon Name | iconName | For displaying header icon enter the icon name e.g. standard:webcart. |
Icon Size | iconSize | Enter the size of icon e.g. small , medium, and large. |
Title Label | titleLabel |
Enter the name which will be displayed as the heading. Default="Payment". |
Header Styling | headerCssClass | To define the styling of the displaying heading enter styling attributes here, e.g. font-weight: 600;font-size: 14px . |
Header Container Styling | headerBackgroundColour | To define the header container styling enter styling attributes here. |
Footer Container Styling | footerBackgroundColour | To define the footer container styling enter styling attributes here. |
Description Text | descriptionText |
Enter the description text which will be displayed above the card. Default="Select Payment Type". |
Card Styling | cardCssClass | To define the styling of the card enter styling attributes here, e.g. font-weight: 600;font-size: 14px . |
Credit Card Label | creditCardLabel | Enter the credit card label. |
Credit Card Description | creditCardDescription | Enter the credit card description. |
Company Label | companyLabel | Enter the company card label. |
Company Description | companyDescription | Enter the company card description. |
Pay Button Label | payButtonLabel | Enter the pay button label. |
Cancel Button Label | cancelButtonLabel | Enter the cancel button label. |
Credit card Payment Redirection Path | creditCardPaymentRedirectionPage | Enter credit card redirection path either fully or partially. |
Company Order Payment Redirection Path | companyOrderPaymentRedirectionPage | Enter company order redirection path for button click either fully or partially or leave. |
Cancel Redirection Path | cancelRedirectionPageName | Enter cancel redirection path either fully or partially. |
RIO Order Updated Success Message | rioOrderUpdatedSuccessMessage | Enter the message which will be displayed when RIO Order is updated successfully. |
Payment Error Message | paymentErrorMessage |
Enter the message which will be displayed if the user did not select anything and clicked on the pay button. Default="Please select payment type". |
Debug Mode | enableDebugMode | Enable debug mode. |