With this action you can insert own content after the output of the price-hint of the product.
[pastacode lang=”php” manual=”add_action(‘at_product_after_price_hint’%2C%20’at_add_product_after_price_hint’)%3B%0Afunction%20at_add_product_after_price_hint()%20%7B%0A%09echo%20’After%20hint’%3B%0A%7D” message=”” highlight=”” provider=”manual”/]
Possible would be, for example, to put an “own field” here, in order to show the basic price of a product.
War dieser Artikel hilfreich?
Keine Kommentare vorhanden