This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Use of users custom fields in a product search

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Use of users custom fields in a product search Reply To: Use of users custom fields in a product search

#27165
T0mX06T0mX06
Participant

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’,
),
)