Table of Contents | ||||||
---|---|---|---|---|---|---|
|
Administrators can control whether or not prices show on the customer portal for a particular project.
To enable the prices on the customer portal, navigate to Items > Enable Portal Price View.
To disable the prices on the custom portal, navigate to items > Disable Portal Price View.
Short Description
Detailed Description
Create as well Reactive Icon Bulk _deleteCheckout allows users to export existing Item definitions.
Import Items
To create multiple Items at once, administrators can use the Import Items functionality. Checkout allows administrators to import Items using a csv file.
To access, navigate to … > Import and pick the file to import.
The csv file requires a header row and must contain the following columns:
ID - ID of the Item which will be imported.
Type - This should be one of these values PRODUCT,LICENSE,SOFTWARE
Category - Category the Item belongs to. This should match the ID used when Categories were imported. Currently, there is no support for importing Items into Categories which were created through the UI.
Name - Name of the Item.
Short Description - The short description of the Item.
Full Description - Full description of the Item. This should match the ID used when Vendors were imported. Currently, there is no support for importing Items into Vendors which were created through the UI.
Price - Cost of the Item.
Vendor Id - ID of the Vendor which supplies the Item.
SKU - Stock Keeping Unit of the Item.
After selecting the file to import, the columns of the csv file will need to be mapped to the appropriate columns. If the header row was named using the values above, Checkout will auto map the columns to the corresponding name.
Use the Refine tab to specify which Items will be imported into the project.
Finally, use the Finish Import button to import the Items.
In addition to the required columns, the importer also supports importing Items with images and specs.
Importing Specs
To import Specs for an Item, add a new column to the csv file with the header Specs.
The values placed in the column, should be in the form of [spec1,spec2]
Example: [1TB storage, 1000MB/s transfer speeds, Fingerprint scanner and password protection]
If there are no specs to import for an Item, just put “[]“ into Specs column for the Item.
When importing, make sure that the Specs column is mapped to Specs.
Importing Images
To import images for Items, add as many columns with the header Image as the maximum number of images being added to one of the Items. For example, if two items are being imported and one has 1 image, and the other has 4, include 4 columns with the header Image.
When filling out the image columns, leave them blank if the Item has no images.
If the Item does have Images, but has fewer than the maximum number, fill out the columns from left to right, leaving any extra Image columns blank.
The values which should be placed in the columns will be the URL’s where the Images can be accessed. When importing the Images must be accessible without requiring credentials.
One way to achieve this would be to use ngrok to serve the files while performing the import.