Hello,
I did a custom product type and I need to subtract a couple values from the $currencies_array . The idea is to hide some values used in my custom product type (like gold and silver).
I tried with:
$var = array_diff($currencies_array, $myvalues);
Where $myvalues contains the values for gold and silver
But isn't working.
I need some light from you.
Thank you


Reply With Quote
