custom checkout form
-
hi
i have a site that uses woocommerce checkout forms plugin. we added a field called deliveryinstructions with 2 radio optoins. deliver even if the customer isnt home or dont deliver if the customer isnt home.we are trying to display the selected radio text value in woocommerce PDF invoices and packing slip. i put this code in the custom template
<?php $this->custom_field(‘deliveryinstructions’, ‘Delivery Intructions:’); ?>however this returns a 1 or 2, depending on which radio button they selected.
is there a way to display the actual text value from the radio options instead of a 1 or 2 value?
thank youThe page I need help with: [log in to see the link]
- The topic ‘custom checkout form’ is closed to new replies.