Jump to content
xt:Commerce Community Forum

Bestseller auf den Detailseiten


vono

Recommended Posts

  • 2 weeks later...

nimm die Datei templates/dein template/sources/boxes.php und ändere folgends:

  if (!$product->isProduct()) {

    include(DIR_WS_BOXES . 'best_sellers.php');

  }


wie folgt
     include(DIR_WS_BOXES . 'best_sellers.php');



Und was wurde hier geändert? Wurde in der boxes.php nur if (!$product->isProduct()) { entfernt?

Das reicht dann?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...