Produktpreis nach Formel für WooCommerce
Produktpreis nach Formel für WooCommerce Mit dem Plugin können Sie eine Formel für die automatische Preisberechnung von WooCommerce-Produkten festlegen.
Die Produktpreisformel kann mit mathematischen Standardoperationen festgelegt werden, z. B.:
x*1.5+p1/p2
Beispiele:
- [math_round] – Rundungs-Shortcode. Mit dem Genauigkeitsattribut kann eine Anzahl von Dezimalstellen festgelegt werden.
[math_round precision="1"][if_customer_location country="US,CA"]x*1.10[/if_customer_location][if_customer_location not_country="US,CA"]x*1.20[/if_customer_location][/math_round]
- [math_ceil] – Aufrunden (Ceil).
[math_ceil]x*[product_weight][/math_ceil]
- [math_floor] – Abrunden (Boden).
[math_floor]x*[product_length][/math_floor]
- [math_max] – Maximalwert.
[math_max value1="x*p1" value2="{product_total_sales}"]
- [product_meta] – Ruft alle Metadaten für das Produkt ab. Der Metaschlüssel wird durch das erforderliche Schlüsselattribut festgelegt.
[product_meta key="_weight"]
-
[if_customer_location] – Preis nach Standort des Kunden (nach IP).
[if_customer_location country="US,CA"]x*1.10[/if_customer_location][if_customer_location not_country="US,CA"]x*1.20[/if_customer_location]
(Weitere Beispiele in der Plugin-Dokumentation)
- Preis nach Meta des Produkts.
- Preis nach Produkt-ID.
- Wenden Sie die Formel auf den regulären Produktpreis an.
- Wenden Sie die Formel auf den Verkaufsproduktpreis an.
- usw.
Produktpreis nach Formel für WooCommerce-Funktionen
- Für alle Produkte aktivieren
- Für Produkt-IDs deaktivieren
- Für Produktkategorie-IDs deaktivieren
- Verwenden Sie die gleiche Formel
- Für leeren Preis deaktivieren
- Priorität der Preisfilter
Empfohlen:
- WordPress Meta Box Plugin: Entwickler-Toolkit zum Erstellen benutzerdefinierter Meta-Boxen und benutzerdefinierter Felder.
Bewertung: 0
Verkäufe bisher: 7
{{ reviewsOverall }} / 5
Users
(0 votes)
Rating0
What people say...
Leave your rating
Show more
Order by:
Be the first to leave a review.
{{ pageNumber+1 }}
HINWEIS IN EIGENER SACHE