Virtuemart Problem mit Anzeige von Warenkorb Button

  • Hallo,


    Ich habe Virtuemart 2.0.18a installiert.


    Habe Kategorien und Artikel testweise erstellt.


    Ich sehe momentan nicht die Preise und den Warenkorb Button im eingeloggten sowie im nicht eingeloggten Zustand


    Gibt es bei VM ueberhaupt die Möglichkeit ohne Account/Gast zu bestellen ?


    Freundliche Grüße


    Unkelo

  • Hat es etwas mit dem zu tun was ich hier gefunden habe
    /htdocs/components/com_virtuemart/views/productdetails/tmpl/default.php





    // Product Price
    // the test is done in show_prices
    //if ($this->show_prices and (empty($this->product->images[0]) or $this->product->images[0]->file_is_downloadable == 0)) {
    echo $this->loadTemplate('showprices');
    //}
    ?>


    <?php
    // Add To Cart Button
    // if (!empty($this->product->prices) and !empty($this->product->images[0]) and $this->product->images[0]->file_is_downloadable==0 ) {
    // if (!VmConfig::get('use_as_catalog', 0) and !empty($this->product->prices['salesPrice'])) {
    echo $this->loadTemplate('addtocart');
    // } // Add To Cart Button END
    ?>