Multi Add-Field Meta Key’s
-
Hi,
Is it possible to add multiple Meta Keys to the Custom Field option when choosing which fields to export?
E.g. Create a field that includes- shipping_address_1
- shipping_city
- shipping_postcode
From a normal export that looks like this,
<table style="width:100%; text-align: left;"> <tr> <th>Address 1 (Shipping)</th> <th>City (Shipping)</th> <th>Postcode (Shipping)</th> </tr> <tr> <td>1 Street Name St</td> <td>nameofcity</td> <td>####</td> </tr> </table>
To something that looks like this:
<table style="width:100%; text-align: left;"> <tr> <th>Full Shipping</th> </tr> <tr> <td>1 Street Name St nameofcity ####</td> </tr> </table>
Hope That makes sense ??
Thank You in advanced!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Multi Add-Field Meta Key’s’ is closed to new replies.