Your cart is currently empty!
Woocommerce checkout page with dropdown list of affiliates
—
by
Hi
How can I create a drop down list of affiliates to be selected as a form field on the checkout page of Woocommerce?
We want to just ask the question “who told you about this?” and then have the drop down list of affiliates appear for them to select one. This is not related to the affiliate tracking, it is simply to ask them this question.
Is it possible to do this, and if so, how?
Thank you
Barnaby
Posted in Affiliates Enterprise
Comments
One response to “Woocommerce checkout page with dropdown list of affiliates”
Hi Barnaby,
After you hook in your preferred WooCommerce filter, ie woocommerce_checkout_fields filter, you can get all affiliates with affiliates_get_affiliates() and render them as an html select.
This is roughly a solution and not the most elegant one, but that’s how i would start implementing it.
Kind regards,
George