I don't find any info about this case in the forum with the 'search' function and the doc is not enough explicit.
I try to customise the printed catalog HTML and PDF.
I also created a custom css file "user.css" in the admin template css files :
- /media/templates/administrator/atum
-- css
--- user.css
I copied this code into it:
Code: Select all
.ph-catalog-doc {line-height:0.8;}
.ph-catalog-header {line-height:0.5;}
.ph-catalog-img {height: auto;width: auto;}
.ph-catalog-col1 {width: 10%;padding-right:3px;}
.ph-catalog-col2 {width: 90%;padding-left:3px;}
.ph-catalog-price {text-align: right;font-weight: bold;}
.ph-catalog-sep {border-bottom: 1px solid #f0f0f0;}
.ph-catalog-sep-margin {font-size: 8px;}
.ph-catalog-ean {line-height:0.1;}
.ph-catalog-table, .ph-catalog-table-in {width: 100%;}
.ph-catalog-title {font-weight:bold;font-size:160%;color:blue;line-height:0.8;}
.ph-catalog-desc-long {font-size: 85%;line-height:1;}
.ph-catalog-price {line-height: 1;font-size: 90%;text-align:right;}
.ph-catalog-price-table {width: 200pt;}
.ph-catalog-price-item {text-align:right; font-weight: bold;}
.ph-catalog-price-item-txt {text-align:left;}
Unfortunately it has no effect in both pdf and html printed catalog.
I also think I use a false methode. Where ist this code to manage ?
Concerned Versions:
Joomla 4.1.0
Phoca Cart 4.0.0RC
Phoca PDF 4.0.0Beta2
Many thanks
Regards, Marc