Jump to content

Edit History

Shapeir

Shapeir

Später muss im Modul Rechtsscherheit die Funktion "Preis ab" aktiviert werden.

Um Preis ab anzeigen zu lassen kann man wie folgt vorgehen:

Quote

Hallo Dom_544

 

in deiner product-list.tpl findest du irgendwo bei Zeile 100~120 einen Abschnitt:

  Quote

 

                    <div itemprop="offers" itemscope itemtype="http://schema.org/Offer" class="content_price">
                        {if isset($product.show_price) && $product.show_price && !isset($restricted_country_mode)}
                            <span itemprop="price" class="price product-price">

dort trägst du zusätzlich die rot markierte Zeile ein:

  Quote

 

                    <div itemprop="offers" itemscope itemtype="http://schema.org/Offer" class="content_price">
                        {if isset($product.show_price) && $product.show_price && !isset($restricted_country_mode)}

                        {if ($product.id_product_attribute !=0)}{l s='starting at'}{/if}
                            <span itemprop="price" class="price product-price">

"starting at" dann im BO noch auf deutsch übersetzen.

 

Grüsse

Whiley

Rot markiert war: {if ($product.id_product_attribute !=0)}{l s='starting at'}{/if}

Quelle: https://www.prestashop.com/forums/topic/398697-preis-ab-bei-artikeln-mit-varianten/

 

****Varianten EInstellung im Artiel unter: Ihre Artikelvarianten verwalten die Günstigste Variante als: "Vorausgewählt" anwählen.

 

 

Shapeir

Shapeir

Mir ist noch aufgefallen das es nicht Sinnvoll ist die Staffelpreise von oben nach unten zu gestallten, da später im Modul Rechtsscherheit die Funktion "Preis ab" aktibiert werden muss.

Dies würde dann bedeuten das der teuerste Preis zuerst angezeigt wird.

Um Preis ab anzeigen zu lassen kann man wie folgt vorgehen:

Quote

Hallo Dom_544

 

in deiner product-list.tpl findest du irgendwo bei Zeile 100~120 einen Abschnitt:

  Quote

 

                    <div itemprop="offers" itemscope itemtype="http://schema.org/Offer" class="content_price">
                        {if isset($product.show_price) && $product.show_price && !isset($restricted_country_mode)}
                            <span itemprop="price" class="price product-price">

dort trägst du zusätzlich die rot markierte Zeile ein:

  Quote

 

                    <div itemprop="offers" itemscope itemtype="http://schema.org/Offer" class="content_price">
                        {if isset($product.show_price) && $product.show_price && !isset($restricted_country_mode)}

                        {if ($product.id_product_attribute !=0)}{l s='starting at'}{/if}
                            <span itemprop="price" class="price product-price">

"starting at" dann im BO noch auf deutsch übersetzen.

 

Grüsse

Whiley

Rot markiert war: {if ($product.id_product_attribute !=0)}{l s='starting at'}{/if}

Quelle: https://www.prestashop.com/forums/topic/398697-preis-ab-bei-artikeln-mit-varianten/

Shapeir

Shapeir

Mir ist noch aufgefallen das es nicht Sinnvoll ist die Staffelpreise von oben nach unten zu gestallten, da später im Modul Rechtsscherheit die Funktion "Preis ab" aktibiert werden muss.

Dies würde dann bedeuten das der teuerste Preis zuerst angezeigt wird.

Um Preis ab anzeigen zu lassen kann man wie folgt vorgehen:

Quote

Hallo Dom_544

 

in deiner product-list.tpl findest du irgendwo bei Zeile 100~120 einen Abschnitt:

  Quote

 

                    <div itemprop="offers" itemscope itemtype="http://schema.org/Offer" class="content_price">
                        {if isset($product.show_price) && $product.show_price && !isset($restricted_country_mode)}
                            <span itemprop="price" class="price product-price">

dort trägst du zusätzlich die rot markierte Zeile ein:

  Quote

 

                    <div itemprop="offers" itemscope itemtype="http://schema.org/Offer" class="content_price">
                        {if isset($product.show_price) && $product.show_price && !isset($restricted_country_mode)}

                        {if ($product.id_product_attribute !=0)}{l s='starting at'}{/if}
                            <span itemprop="price" class="price product-price">

"starting at" dann im BO noch auf deutsch übersetzen.

 

Grüsse

Whiley

Quelle: https://www.prestashop.com/forums/topic/398697-preis-ab-bei-artikeln-mit-varianten/

×
×
  • Create New...