One last question (i hope for you :))
How can I add in the custom code for displaying user metas in product search a metadatas included in another one. For example if i want to display the content of _enable_local_pickup wich is in _wcfmmp_shipping_by_distance => array etc.
_wcfmmp_shipping_by_distance
array (
0 =>
array (
‘_default_cost’ => ”,
‘_max_distance’ => ”,
‘_free_shipping_amount’ => ”,
‘_enable_local_pickup’ => ‘yes’,
‘_local_pickup_cost’ => ‘5’,
),
)