Re: Produkseite bearbeiten / Edit product page
Posted: 13 Jan 2022, 16:33
Hallo, für Category View oder Items View ist es gleich, nur View Name wird geändert:
Code: Select all
.com_phocacart.view-item .ph-price-netto-txt,
.com_phocacart.view-item .ph-price-netto,
.com_phocacart.view-item .ph-tax-txt,
.com_phocacart.view-item .ph-tax {
display: none;
}
.com_phocacart.view-items .ph-price-netto-txt,
.com_phocacart.view-items .ph-price-netto,
.com_phocacart.view-items .ph-tax-txt,
.com_phocacart.view-items .ph-tax {
display: none;
}
.com_phocacart.view-category .ph-price-netto-txt,
.com_phocacart.view-category .ph-price-netto,
.com_phocacart.view-category .ph-tax-txt,
.com_phocacart.view-category .ph-tax {
display: none;
}