Boeke 5 Posted April 21, 2014 (edited) Is het mogelijk om in Catalogus Modus wel de prijzen te laten zien. Ik gebruik Versie 1.6.06. Edited April 22, 2014 by Boeke (see edit history) Share this post Link to post Share on other sites
scorpionsworld 223 Posted April 22, 2014 Ja, dat is mogelijk. Kwestie van de templates (product.tpl, product-list.tpl, etc.) in je theme aanpassen (paar if's verwijderen) Share this post Link to post Share on other sites
Boeke 5 Posted April 22, 2014 Gelukt, bedankt voor de tip scorpionsworld. In /themes/default-bootstrap/product-list.tpl Regel 61: {if (!$PS_CATALOG_MODE AND ((isset($product.show_price) && $product.show_price) het uitgelichte verwijderd. En in /themes/default-bootstrap/product.tpl Regel 257: {if $product->show_price && !isset($restricted_country_mode) && !$PS_CATALOG_MODE} het uitgelichte verwijderd. Share this post Link to post Share on other sites