|
New feature to upload multiple Additional View Images at Product Content.
--------------------------------------------------------------------------- Key: OFBIZ-3244 URL: https://issues.apache.org/jira/browse/OFBIZ-3244 Project: OFBiz Issue Type: New Feature Components: content Affects Versions: SVN trunk Reporter: Surya Kusumakar Priority: Minor Fix For: SVN trunk Added a new feature in Product Content to add all four images at a time and one can preview those images in larger view on mouse over of particular image. Here are the testing steps to test the feature : 1)Go to catalog https://localhost:8443/catalog/control/main 2)Search for product for e.g GZ-2644 3)Click on Product Name https://localhost:8443/catalog/control/EditProduct?productId=GZ-2644 . 4)Click on Content tab .It will open edit product content screen https://localhost:28443/catalog/control/EditProductContent?productId=GZ-2644. 5)Go to Add Additional images section at the bottom of the screen. 6)Upload images from there and click on Upload button. 7)You can preview uploaded images at the left side of file input tags. 8)If you also preview larger images by doing mouse over at the images present on left side . I am also attaching screenshot for reference. -- Thanks Surya Kusumakar -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
[ https://issues.apache.org/jira/browse/OFBIZ-3244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Surya Kusumakar updated OFBIZ-3244: ----------------------------------- Attachment: OFBIZ_3244.patch OFBIZ-3244.png Attached patch and screenshot for the feature. Thanks Surya Kusumakar > New feature to upload multiple Additional View Images at Product Content. > --------------------------------------------------------------------------- > > Key: OFBIZ-3244 > URL: https://issues.apache.org/jira/browse/OFBIZ-3244 > Project: OFBiz > Issue Type: New Feature > Components: content > Affects Versions: SVN trunk > Reporter: Surya Kusumakar > Priority: Minor > Fix For: SVN trunk > > Attachments: OFBIZ-3244.png, OFBIZ_3244.patch > > > Added a new feature in Product Content to add all four images at a time and one can preview those images in larger view on mouse over of particular image. > Here are the testing steps to test the feature : > 1)Go to catalog https://localhost:8443/catalog/control/main > 2)Search for product for e.g GZ-2644 > 3)Click on Product Name https://localhost:8443/catalog/control/EditProduct?productId=GZ-2644 . > 4)Click on Content tab .It will open edit product content screen https://localhost:28443/catalog/control/EditProductContent?productId=GZ-2644. > 5)Go to Add Additional images section at the bottom of the screen. > 6)Upload images from there and click on Upload button. > 7)You can preview uploaded images at the left side of file input tags. > 8)If you also preview larger images by doing mouse over at the images present on left side . > I am also attaching screenshot for reference. > -- > Thanks > Surya Kusumakar > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12781071#action_12781071 ] Jacques Le Roux commented on OFBIZ-3244: ---------------------------------------- Hi Surya, This works great, I'd just * add a description and authorization to <service name="uploadAdditionalViewImages"... <description>Upload Additional View Images</description> <permission-service service-name="genericContentPermission" main-action="UPDATE"/> * avoid productId=${productId} in (certainly a C/P forgotten ?) <form id="addAdditionalImageForm" method="post" action="<@ofbizUrl>addAdditionalImageForProduct?productId=${productId}</@ofbizUrl>" enctype="multipart/form-data"> * and would prefer name="productId" in <input type="hidden" name="product_id" value="${productId?if_exists}" id="additionalImageProductId" /> Thanks > New feature to upload multiple Additional View Images at Product Content. > --------------------------------------------------------------------------- > > Key: OFBIZ-3244 > URL: https://issues.apache.org/jira/browse/OFBIZ-3244 > Project: OFBiz > Issue Type: New Feature > Components: content > Affects Versions: SVN trunk > Reporter: Surya Kusumakar > Priority: Minor > Fix For: SVN trunk > > Attachments: OFBIZ-3244.png, OFBIZ_3244.patch > > > Added a new feature in Product Content to add all four images at a time and one can preview those images in larger view on mouse over of particular image. > Here are the testing steps to test the feature : > 1)Go to catalog https://localhost:8443/catalog/control/main > 2)Search for product for e.g GZ-2644 > 3)Click on Product Name https://localhost:8443/catalog/control/EditProduct?productId=GZ-2644 . > 4)Click on Content tab .It will open edit product content screen https://localhost:28443/catalog/control/EditProductContent?productId=GZ-2644. > 5)Go to Add Additional images section at the bottom of the screen. > 6)Upload images from there and click on Upload button. > 7)You can preview uploaded images at the left side of file input tags. > 8)If you also preview larger images by doing mouse over at the images present on left side . > I am also attaching screenshot for reference. > -- > Thanks > Surya Kusumakar > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Surya Kusumakar updated OFBIZ-3244: ----------------------------------- Attachment: OFBIZ_3244.patch Hello Jacques, Thanks for your comments. I have uploaded patch with the changes suggested by you. -- Thanks Surya Kusumakar > New feature to upload multiple Additional View Images at Product Content. > --------------------------------------------------------------------------- > > Key: OFBIZ-3244 > URL: https://issues.apache.org/jira/browse/OFBIZ-3244 > Project: OFBiz > Issue Type: New Feature > Components: content > Affects Versions: SVN trunk > Reporter: Surya Kusumakar > Priority: Minor > Fix For: SVN trunk > > Attachments: OFBIZ-3244.png, OFBIZ_3244.patch, OFBIZ_3244.patch > > > Added a new feature in Product Content to add all four images at a time and one can preview those images in larger view on mouse over of particular image. > Here are the testing steps to test the feature : > 1)Go to catalog https://localhost:8443/catalog/control/main > 2)Search for product for e.g GZ-2644 > 3)Click on Product Name https://localhost:8443/catalog/control/EditProduct?productId=GZ-2644 . > 4)Click on Content tab .It will open edit product content screen https://localhost:28443/catalog/control/EditProductContent?productId=GZ-2644. > 5)Go to Add Additional images section at the bottom of the screen. > 6)Upload images from there and click on Upload button. > 7)You can preview uploaded images at the left side of file input tags. > 8)If you also preview larger images by doing mouse over at the images present on left side . > I am also attaching screenshot for reference. > -- > Thanks > Surya Kusumakar > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashish Vijaywargiya reassigned OFBIZ-3244: ------------------------------------------ Assignee: Ashish Vijaywargiya > New feature to upload multiple Additional View Images at Product Content. > --------------------------------------------------------------------------- > > Key: OFBIZ-3244 > URL: https://issues.apache.org/jira/browse/OFBIZ-3244 > Project: OFBiz > Issue Type: New Feature > Components: content > Affects Versions: SVN trunk > Reporter: Surya Kusumakar > Assignee: Ashish Vijaywargiya > Priority: Minor > Fix For: SVN trunk > > Attachments: OFBIZ-3244.png, OFBIZ_3244.patch, OFBIZ_3244.patch > > > Added a new feature in Product Content to add all four images at a time and one can preview those images in larger view on mouse over of particular image. > Here are the testing steps to test the feature : > 1)Go to catalog https://localhost:8443/catalog/control/main > 2)Search for product for e.g GZ-2644 > 3)Click on Product Name https://localhost:8443/catalog/control/EditProduct?productId=GZ-2644 . > 4)Click on Content tab .It will open edit product content screen https://localhost:28443/catalog/control/EditProductContent?productId=GZ-2644. > 5)Go to Add Additional images section at the bottom of the screen. > 6)Upload images from there and click on Upload button. > 7)You can preview uploaded images at the left side of file input tags. > 8)If you also preview larger images by doing mouse over at the images present on left side . > I am also attaching screenshot for reference. > -- > Thanks > Surya Kusumakar > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-3244. ---------------------------------- Resolution: Fixed Assignee: Jacques Le Roux (was: Ashish Vijaywargiya) Thanks Surya, Your patch is in trunk at r883280 Sorry Ashish I saw too late that you assigned it to you ;) > New feature to upload multiple Additional View Images at Product Content. > --------------------------------------------------------------------------- > > Key: OFBIZ-3244 > URL: https://issues.apache.org/jira/browse/OFBIZ-3244 > Project: OFBiz > Issue Type: New Feature > Components: content > Affects Versions: SVN trunk > Reporter: Surya Kusumakar > Assignee: Jacques Le Roux > Priority: Minor > Fix For: SVN trunk > > Attachments: OFBIZ-3244.png, OFBIZ_3244.patch, OFBIZ_3244.patch > > > Added a new feature in Product Content to add all four images at a time and one can preview those images in larger view on mouse over of particular image. > Here are the testing steps to test the feature : > 1)Go to catalog https://localhost:8443/catalog/control/main > 2)Search for product for e.g GZ-2644 > 3)Click on Product Name https://localhost:8443/catalog/control/EditProduct?productId=GZ-2644 . > 4)Click on Content tab .It will open edit product content screen https://localhost:28443/catalog/control/EditProductContent?productId=GZ-2644. > 5)Go to Add Additional images section at the bottom of the screen. > 6)Upload images from there and click on Upload button. > 7)You can preview uploaded images at the left side of file input tags. > 8)If you also preview larger images by doing mouse over at the images present on left side . > I am also attaching screenshot for reference. > -- > Thanks > Surya Kusumakar > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
Thanks Jacques for committing patch.
-- Regards Surya Kusumakar Jacques Le Roux (JIRA) wrote: > [ https://issues.apache.org/jira/browse/OFBIZ-3244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] > > Jacques Le Roux closed OFBIZ-3244. > ---------------------------------- > > Resolution: Fixed > Assignee: Jacques Le Roux (was: Ashish Vijaywargiya) > > Thanks Surya, > > Your patch is in trunk at r883280 > > Sorry Ashish I saw too late that you assigned it to you ;) > > >> New feature to upload multiple Additional View Images at Product Content. >> --------------------------------------------------------------------------- >> >> Key: OFBIZ-3244 >> URL: https://issues.apache.org/jira/browse/OFBIZ-3244 >> Project: OFBiz >> Issue Type: New Feature >> Components: content >> Affects Versions: SVN trunk >> Reporter: Surya Kusumakar >> Assignee: Jacques Le Roux >> Priority: Minor >> Fix For: SVN trunk >> >> Attachments: OFBIZ-3244.png, OFBIZ_3244.patch, OFBIZ_3244.patch >> >> >> Added a new feature in Product Content to add all four images at a time and one can preview those images in larger view on mouse over of particular image. >> Here are the testing steps to test the feature : >> 1)Go to catalog https://localhost:8443/catalog/control/main >> 2)Search for product for e.g GZ-2644 >> 3)Click on Product Name https://localhost:8443/catalog/control/EditProduct?productId=GZ-2644 . >> 4)Click on Content tab .It will open edit product content screen https://localhost:28443/catalog/control/EditProductContent?productId=GZ-2644. >> 5)Go to Add Additional images section at the bottom of the screen. >> 6)Upload images from there and click on Upload button. >> 7)You can preview uploaded images at the left side of file input tags. >> 8)If you also preview larger images by doing mouse over at the images present on left side . >> I am also attaching screenshot for reference. >> -- >> Thanks >> Surya Kusumakar >> >> > > |
|
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12781336#action_12781336 ] Ashish Vijaywargiya commented on OFBIZ-3244: -------------------------------------------- Not a problem Jacques. Happy to see your quick pick! -- Ashish > New feature to upload multiple Additional View Images at Product Content. > --------------------------------------------------------------------------- > > Key: OFBIZ-3244 > URL: https://issues.apache.org/jira/browse/OFBIZ-3244 > Project: OFBiz > Issue Type: New Feature > Components: content > Affects Versions: SVN trunk > Reporter: Surya Kusumakar > Assignee: Jacques Le Roux > Priority: Minor > Fix For: SVN trunk > > Attachments: OFBIZ-3244.png, OFBIZ_3244.patch, OFBIZ_3244.patch > > > Added a new feature in Product Content to add all four images at a time and one can preview those images in larger view on mouse over of particular image. > Here are the testing steps to test the feature : > 1)Go to catalog https://localhost:8443/catalog/control/main > 2)Search for product for e.g GZ-2644 > 3)Click on Product Name https://localhost:8443/catalog/control/EditProduct?productId=GZ-2644 . > 4)Click on Content tab .It will open edit product content screen https://localhost:28443/catalog/control/EditProductContent?productId=GZ-2644. > 5)Go to Add Additional images section at the bottom of the screen. > 6)Upload images from there and click on Upload button. > 7)You can preview uploaded images at the left side of file input tags. > 8)If you also preview larger images by doing mouse over at the images present on left side . > I am also attaching screenshot for reference. > -- > Thanks > Surya Kusumakar > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12783580#action_12783580 ] Mridul Pathak commented on OFBIZ-3244: -------------------------------------- I believe that *uploadAdditionalViewImages* service should go in product component, as keeping it in content component introduces a dependency from content to product component. Also it would be good to make service name more specific, something like *uploadProductAdditionalViewImages* or *uploadAdditionalViewImagesForProduct*. > New feature to upload multiple Additional View Images at Product Content. > --------------------------------------------------------------------------- > > Key: OFBIZ-3244 > URL: https://issues.apache.org/jira/browse/OFBIZ-3244 > Project: OFBiz > Issue Type: New Feature > Components: content > Affects Versions: SVN trunk > Reporter: Surya Kusumakar > Assignee: Jacques Le Roux > Priority: Minor > Fix For: SVN trunk > > Attachments: OFBIZ-3244.png, OFBIZ_3244.patch, OFBIZ_3244.patch > > > Added a new feature in Product Content to add all four images at a time and one can preview those images in larger view on mouse over of particular image. > Here are the testing steps to test the feature : > 1)Go to catalog https://localhost:8443/catalog/control/main > 2)Search for product for e.g GZ-2644 > 3)Click on Product Name https://localhost:8443/catalog/control/EditProduct?productId=GZ-2644 . > 4)Click on Content tab .It will open edit product content screen https://localhost:28443/catalog/control/EditProductContent?productId=GZ-2644. > 5)Go to Add Additional images section at the bottom of the screen. > 6)Upload images from there and click on Upload button. > 7)You can preview uploaded images at the left side of file input tags. > 8)If you also preview larger images by doing mouse over at the images present on left side . > I am also attaching screenshot for reference. > -- > Thanks > Surya Kusumakar > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashish Vijaywargiya reopened OFBIZ-3244: ---------------------------------------- Yes Mridul. You are correct. We should provide the patch for this enhancement ASAP. -- Ashish > New feature to upload multiple Additional View Images at Product Content. > --------------------------------------------------------------------------- > > Key: OFBIZ-3244 > URL: https://issues.apache.org/jira/browse/OFBIZ-3244 > Project: OFBiz > Issue Type: New Feature > Components: content > Affects Versions: SVN trunk > Reporter: Surya Kusumakar > Assignee: Jacques Le Roux > Priority: Minor > Fix For: SVN trunk > > Attachments: OFBIZ-3244.png, OFBIZ_3244.patch, OFBIZ_3244.patch > > > Added a new feature in Product Content to add all four images at a time and one can preview those images in larger view on mouse over of particular image. > Here are the testing steps to test the feature : > 1)Go to catalog https://localhost:8443/catalog/control/main > 2)Search for product for e.g GZ-2644 > 3)Click on Product Name https://localhost:8443/catalog/control/EditProduct?productId=GZ-2644 . > 4)Click on Content tab .It will open edit product content screen https://localhost:28443/catalog/control/EditProductContent?productId=GZ-2644. > 5)Go to Add Additional images section at the bottom of the screen. > 6)Upload images from there and click on Upload button. > 7)You can preview uploaded images at the left side of file input tags. > 8)If you also preview larger images by doing mouse over at the images present on left side . > I am also attaching screenshot for reference. > -- > Thanks > Surya Kusumakar > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12783585#action_12783585 ] Jacques Le Roux commented on OFBIZ-3244: ---------------------------------------- Thanks Ashish, And thank you Mridul for spotting this. > New feature to upload multiple Additional View Images at Product Content. > --------------------------------------------------------------------------- > > Key: OFBIZ-3244 > URL: https://issues.apache.org/jira/browse/OFBIZ-3244 > Project: OFBiz > Issue Type: New Feature > Components: content > Affects Versions: SVN trunk > Reporter: Surya Kusumakar > Assignee: Jacques Le Roux > Priority: Minor > Fix For: SVN trunk > > Attachments: OFBIZ-3244.png, OFBIZ_3244.patch, OFBIZ_3244.patch > > > Added a new feature in Product Content to add all four images at a time and one can preview those images in larger view on mouse over of particular image. > Here are the testing steps to test the feature : > 1)Go to catalog https://localhost:8443/catalog/control/main > 2)Search for product for e.g GZ-2644 > 3)Click on Product Name https://localhost:8443/catalog/control/EditProduct?productId=GZ-2644 . > 4)Click on Content tab .It will open edit product content screen https://localhost:28443/catalog/control/EditProductContent?productId=GZ-2644. > 5)Go to Add Additional images section at the bottom of the screen. > 6)Upload images from there and click on Upload button. > 7)You can preview uploaded images at the left side of file input tags. > 8)If you also preview larger images by doing mouse over at the images present on left side . > I am also attaching screenshot for reference. > -- > Thanks > Surya Kusumakar > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mridul Pathak updated OFBIZ-3244: --------------------------------- Attachment: OFBIZ_3244.patch Here is the patch for this improvement, Ashish. > New feature to upload multiple Additional View Images at Product Content. > --------------------------------------------------------------------------- > > Key: OFBIZ-3244 > URL: https://issues.apache.org/jira/browse/OFBIZ-3244 > Project: OFBiz > Issue Type: New Feature > Components: content > Affects Versions: SVN trunk > Reporter: Surya Kusumakar > Assignee: Jacques Le Roux > Priority: Minor > Fix For: SVN trunk > > Attachments: OFBIZ-3244.png, OFBIZ_3244.patch, OFBIZ_3244.patch, OFBIZ_3244.patch > > > Added a new feature in Product Content to add all four images at a time and one can preview those images in larger view on mouse over of particular image. > Here are the testing steps to test the feature : > 1)Go to catalog https://localhost:8443/catalog/control/main > 2)Search for product for e.g GZ-2644 > 3)Click on Product Name https://localhost:8443/catalog/control/EditProduct?productId=GZ-2644 . > 4)Click on Content tab .It will open edit product content screen https://localhost:28443/catalog/control/EditProductContent?productId=GZ-2644. > 5)Go to Add Additional images section at the bottom of the screen. > 6)Upload images from there and click on Upload button. > 7)You can preview uploaded images at the left side of file input tags. > 8)If you also preview larger images by doing mouse over at the images present on left side . > I am also attaching screenshot for reference. > -- > Thanks > Surya Kusumakar > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashish Vijaywargiya reassigned OFBIZ-3244: ------------------------------------------ Assignee: Ashish Vijaywargiya (was: Jacques Le Roux) > New feature to upload multiple Additional View Images at Product Content. > --------------------------------------------------------------------------- > > Key: OFBIZ-3244 > URL: https://issues.apache.org/jira/browse/OFBIZ-3244 > Project: OFBiz > Issue Type: New Feature > Components: content > Affects Versions: SVN trunk > Reporter: Surya Kusumakar > Assignee: Ashish Vijaywargiya > Priority: Minor > Fix For: SVN trunk > > Attachments: OFBIZ-3244.png, OFBIZ_3244.patch, OFBIZ_3244.patch, OFBIZ_3244.patch > > > Added a new feature in Product Content to add all four images at a time and one can preview those images in larger view on mouse over of particular image. > Here are the testing steps to test the feature : > 1)Go to catalog https://localhost:8443/catalog/control/main > 2)Search for product for e.g GZ-2644 > 3)Click on Product Name https://localhost:8443/catalog/control/EditProduct?productId=GZ-2644 . > 4)Click on Content tab .It will open edit product content screen https://localhost:28443/catalog/control/EditProductContent?productId=GZ-2644. > 5)Go to Add Additional images section at the bottom of the screen. > 6)Upload images from there and click on Upload button. > 7)You can preview uploaded images at the left side of file input tags. > 8)If you also preview larger images by doing mouse over at the images present on left side . > I am also attaching screenshot for reference. > -- > Thanks > Surya Kusumakar > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashish Vijaywargiya closed OFBIZ-3244. -------------------------------------- Resolution: Fixed Thanks Mridul for the contribution - Done at r885414. -- Ashish > New feature to upload multiple Additional View Images at Product Content. > --------------------------------------------------------------------------- > > Key: OFBIZ-3244 > URL: https://issues.apache.org/jira/browse/OFBIZ-3244 > Project: OFBiz > Issue Type: New Feature > Components: content > Affects Versions: SVN trunk > Reporter: Surya Kusumakar > Assignee: Ashish Vijaywargiya > Priority: Minor > Fix For: SVN trunk > > Attachments: OFBIZ-3244.png, OFBIZ_3244.patch, OFBIZ_3244.patch, OFBIZ_3244.patch > > > Added a new feature in Product Content to add all four images at a time and one can preview those images in larger view on mouse over of particular image. > Here are the testing steps to test the feature : > 1)Go to catalog https://localhost:8443/catalog/control/main > 2)Search for product for e.g GZ-2644 > 3)Click on Product Name https://localhost:8443/catalog/control/EditProduct?productId=GZ-2644 . > 4)Click on Content tab .It will open edit product content screen https://localhost:28443/catalog/control/EditProductContent?productId=GZ-2644. > 5)Go to Add Additional images section at the bottom of the screen. > 6)Upload images from there and click on Upload button. > 7)You can preview uploaded images at the left side of file input tags. > 8)If you also preview larger images by doing mouse over at the images present on left side . > I am also attaching screenshot for reference. > -- > Thanks > Surya Kusumakar > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
| Free forum by Nabble | Edit this page |
