Skip to main content

Mit Hilfe dieser Action ist es möglich in der Grid-Ansicht nach der Ausgabe der Buttons eigenen Inhalt einzufügen.

[pastacode lang=“php“ manual=“add_action(‚at_product_grid_after_buttons’%2C%20’at_add_review_button‘)%3B%0Afunction%20at_add_review_button()%20%7B%0A%09%24product_shops%20%3D%20get_field(‚product_shops’%2C%20%24post-%3EID)%3B%0A%09%0A%09if(%24product_shops%5B0%5D%5B’portal’%5D%20%3D%3D%20’amazon‘)%20%7B%0A%09%09%24asin%20%3D%20%24product_shops%5B0%5D%5B’amazon_asin’%5D%3B%0A%09%09%24amazon_country%20%3D%20get_option(‚amazon_country‘)%3B%0A%09%09%24amazon_tag%20%3D%20get_option(‚amazon_partner_id‘)%3B%0A%09%09%0A%09%09echo%20’%3Ca%20class%3D%22btn%20btn-default%20btn-block%22%20style%3D%22margin-top%3A%2010px%3B%22%20href%3D%22http%3A%2F%2Fwww.amazon.’%20.%20%24amazon_country%20.%20’%2Fproduct-reviews%2F’%20.%20%24asin%20.%20’%2F%3Ftag%3D’%20.%20%24amazon_tag%20.%20’%22%20target%3D%22_blank%22%20rel%3D%22nofollow%22%3EKundenrezensionen%3C%2Fa%3E’%3B%0A%09%7D%0A%7D“ message=““ highlight=““ provider=“manual“/]

In diesem Beispiel wird ein Button zu den Kundenrezensionen auf Amazon verlinkt, sofern das Produkt eine ASIN besitzt und im Portal Amazon zugeordnet ist.


War dieser Artikel hilfreich?

1 Star2 Stars3 Stars4 Stars5 Stars
3,00 / 5

Keine Kommentare vorhanden


Du hast eine Frage oder eine Meinung zum Artikel? Teile sie mit uns!

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind markiert *

*
*