|
update:
I installed the download of today without changing the original template file.
If I upload a product and choose e-mail notification during upload, it saves in my profile only one notification for this product, which is good.
c) If I want to unsubscribe within my profile from it, I get first a success alert (e-mail updates) and then the error:
"Script not called correctly. Navigate to a specific product, then click on the edit link."
d) After that I tried to change the uploadproduct.tmpl as before, but this time my usual exchange of "yes" and "no" shows no affect at all:
----
<tr>
<td class="{$Style['tddetails']}" align="left"><span class="{$Style['small']}">{$Globals['pp_lang']['notify']}</span></td>
<td class="{$Style['tddetails']}" align="left"><select name="notify"><option selected="selected" value="no">{$Globals['pp_lang']['no']}</option><option value="yes">{$Globals['pp_lang']['yes']}</option></select></td>
</tr>
----
How can I fix both?
|