Hi
Is there a way to change an addon default value from a product page?
I'll explain, I have the fowling setting under my_changes
<input id="addon_option_my_changes_product_code" type="text" name="addon_data[options][8598]" size="30" value="{$addons.my_changes.product_code}" class="user-success">
I've inserted that code to dispatch=products.m_add but when I press save, it doesn't change the value with the above code.
Can anyone help me with it.