- 02 Oct 2022
- 1 Minute to read
- Print
- DarkLight
Allow buyers to add Additional Information to ordered Products
- Updated on 02 Oct 2022
- 1 Minute to read
- Print
- DarkLight
In many occasions you may want to allow your buyers to add information to the products that they did place in the shopping cart. To enable this follow these steps:
Add field(s) to the shopping cart item object
First we need to add the field to the shopping cart item object in order to be able to store the information.
- Go to Setup -> Object Manager -> Shopping Cart Item
- Select the Fields & Relationships tab
- Click New
- Select Text or Picklist
- Enter the details
- Click Next
- Select the (buyer) profiles which need access
- If the profile has Read-only permissions the user will not be able to edit the value in the shopping cart
Give the buyer permissions on the field(s)
When using permissions sets instead of profiles to manage the user security follow these steps
- Go to Setup
- In the quick find search for Permission Sets
- Open the permission set
- Go to Object Settings -> Shopping Cart Items
- Click edit and search for the newly added field(s)
- Check Read/Edit Access
- Click Save
Register the fields with OrderCentral
To display the shopping cart items fields in the storefront you will need to register them with OrderCentral.
- Go to OrderCentral Settings -> Shopping Cart Tables
- Select the table which need to display the field(s)
- Move the specific field(s) to the Selected column
- Click save
(Optional) Configure to be available for specific product categories
It might also happen that only certain category of products require additional information to be added. In this case you can configure the selected field to be only displayed for a certain web category (code). Follow these steps:
- Make sure the Code field is available on the Web Category layout
- Browse to the Web Category to enable the field for
- Note the Code value
- Go to the OrderCentral Settings -> Shopping Cart Tables
- Select the table
- Click Configure selected columns
- Copy the Code value in the Applicable Categories column next to the specific field
- Click Save