Page 2 of 2

Re: Produkseite bearbeiten / Edit product page

Posted: 13 Jan 2022, 16:33
by Jan
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;
}

Re: Produkseite bearbeiten / Edit product page

Posted: 13 Jan 2022, 22:41
by Shuffle
Hallo Jan,
witzigerweise funktionierte die Unterdrückung sogleich nach dem Einspielen der neuen Datei per FTP - ohne erneut CSS-Kompilierung des Templates aufzurufen. :)
Super! Ganz herzlichen Dank für die tolle Hilfe.
Viele Grüße!

Re: Produkseite bearbeiten / Edit product page

Posted: 24 Jan 2022, 00:05
by Jan
Ok.