how can i remove product Preview From admin?
how can i remove product Preview From admin?
You cannot remove it, the new/edit product process has to go through it.
What you can do is make it auto submit.
At the end of YOUR_ADMIN/includes/modules/product/preview_info.php
change
toPHP Code:</td>
</tr>
</table></form>
<?php
}
?>
PHP Code:</td>
</tr>
</table></form>
<script type="text/javascript">//MOD auto submit form
document.forms['<?php echo $form_action;?>'].submit();
</script>
<?php
}
?>
Steve
github.com/torvista: BackupMySQL, Structured Data, Multiple Copy-Move-Delete, Google reCaptcha, Image Checker, Spanish Language Pack and more...
Thanks a lot
Last edited by crixus; 3 Nov 2013 at 08:59 PM.