Hi,
Plugin VM custom photoupload can upload image in product detail page. You can check via some steps:
- Install plugin and active it.
- check in : Enable Joomla Plugin in VM config in back-end and click SAVE button.
- creat photo upload custom field in VM custom
- select one product and click tab Custom Field/ select custom field that you creat/ click Save button
- In file product detail page, you need to have this source code:
<?php echo $this->product->event->beforeDisplayContent; ?>
After finish, you can see form upload in product detail page.
See this on my demo site:
www.cmsmart.net/vmdemo/thaiext/index.php.../circular-saw-detail
P/s: It's easy if you creat one ticket and I can help you more.
Thanks!