Responsive
Atoms
FormLabel
Default
Molecules
ContactDetails
Default
Organisms
HeaderMinimal
Default
ServicesGroupFinderBlock
With Results No Results

PublicationProductCard / Download Only - No Form

Publication with only download options, no order form

Layout
Properties
JSON format (e.g., [{"LinkText":"Home","LinkUrl":"/"}])
Component Code
@await Html.PartialAsync("~/Components/Molecules/PublicationProductCard/PublicationProductCard.cshtml", new PublicationProductCardProps
{
"Title": "Name of download here over two lines",
"Description": "Short description here over two lines only lorem ipsum dolores. Short description here over two lines only lorem ipsum dolores Short description here over two lines only lorem ipsum dolores Short description here over two lines only lorem ipsum dolores",
"UpdatedDate": "Updated 25 Jan 2024",
"PublicationUrl": "#",
"CanShowAddToBasket": false,
"IsOutOfStock": false,
"IsNoLongerAvailable": false,
"NoLongerAvailableText": "",
"NoLongerAvailableLink": "",
"MaxOrderText": "",
"MaxQuantity": 50,
"CanShowDownloads": true,
"DownloadOptions": {
"PdfUrl": "#",
"PdfFileSize": "50kb",
"EpubUrl": "#",
"AudioUrl": "#",
"KindleUrl": "#"
}
})
♿ Accessibility