How to show thumbnail selected file of custom option?





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







1















Could you advise How to show thumbnail selected file of custom option?



enter image description here










share|improve this question

























  • Can you please tell, where you want image option - In frontend or admin

    – Khushbu_sipl
    Feb 9 '17 at 5:16











  • Front-end when customer uploaded an image before Add to Cart.

    – Tee Teerasuwate
    Feb 9 '17 at 6:24




















1















Could you advise How to show thumbnail selected file of custom option?



enter image description here










share|improve this question

























  • Can you please tell, where you want image option - In frontend or admin

    – Khushbu_sipl
    Feb 9 '17 at 5:16











  • Front-end when customer uploaded an image before Add to Cart.

    – Tee Teerasuwate
    Feb 9 '17 at 6:24
















1












1








1








Could you advise How to show thumbnail selected file of custom option?



enter image description here










share|improve this question
















Could you advise How to show thumbnail selected file of custom option?



enter image description here







custom-options thumbnail magento1.9.2.4






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 13 mins ago









Muhammad Anas

640320




640320










asked Feb 9 '17 at 4:13









Tee TeerasuwateTee Teerasuwate

62




62













  • Can you please tell, where you want image option - In frontend or admin

    – Khushbu_sipl
    Feb 9 '17 at 5:16











  • Front-end when customer uploaded an image before Add to Cart.

    – Tee Teerasuwate
    Feb 9 '17 at 6:24





















  • Can you please tell, where you want image option - In frontend or admin

    – Khushbu_sipl
    Feb 9 '17 at 5:16











  • Front-end when customer uploaded an image before Add to Cart.

    – Tee Teerasuwate
    Feb 9 '17 at 6:24



















Can you please tell, where you want image option - In frontend or admin

– Khushbu_sipl
Feb 9 '17 at 5:16





Can you please tell, where you want image option - In frontend or admin

– Khushbu_sipl
Feb 9 '17 at 5:16













Front-end when customer uploaded an image before Add to Cart.

– Tee Teerasuwate
Feb 9 '17 at 6:24







Front-end when customer uploaded an image before Add to Cart.

– Tee Teerasuwate
Feb 9 '17 at 6:24












2 Answers
2






active

oldest

votes


















0














For this, any specific option is not given in magento,



You have to select data (either Image name or url) that you saved in database after uploading and display here simply with tag, that means you have to code for this.



Magento don't give any feature like this.






share|improve this answer


























  • I have tested this code but not work when added the js files

    – Tee Teerasuwate
    Feb 9 '17 at 7:26











  • Simply retrive image url or name from database, and show it on the page where you want. Dont go for the above code.

    – Khushbu_sipl
    Feb 9 '17 at 8:50











  • How can I change the image from src="" to src="[retrived url]" after selection? 109.199.122.11/~cliffp99/childsown/index.php/product/…

    – Tee Teerasuwate
    Feb 9 '17 at 9:44













  • Yor are giving wrong path, please give exact url so that image can be visible.

    – Khushbu_sipl
    Feb 10 '17 at 4:28











  • After saving Image will be saved in folder like media or skin folder, search where your image saved, and give that path.

    – Khushbu_sipl
    Feb 10 '17 at 4:38



















0














I have tried this code but every javascript is not work when added the src.(http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.js)



showimage.html






share|improve this answer


























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "479"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f158893%2fhow-to-show-thumbnail-selected-file-of-custom-option%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    For this, any specific option is not given in magento,



    You have to select data (either Image name or url) that you saved in database after uploading and display here simply with tag, that means you have to code for this.



    Magento don't give any feature like this.






    share|improve this answer


























    • I have tested this code but not work when added the js files

      – Tee Teerasuwate
      Feb 9 '17 at 7:26











    • Simply retrive image url or name from database, and show it on the page where you want. Dont go for the above code.

      – Khushbu_sipl
      Feb 9 '17 at 8:50











    • How can I change the image from src="" to src="[retrived url]" after selection? 109.199.122.11/~cliffp99/childsown/index.php/product/…

      – Tee Teerasuwate
      Feb 9 '17 at 9:44













    • Yor are giving wrong path, please give exact url so that image can be visible.

      – Khushbu_sipl
      Feb 10 '17 at 4:28











    • After saving Image will be saved in folder like media or skin folder, search where your image saved, and give that path.

      – Khushbu_sipl
      Feb 10 '17 at 4:38
















    0














    For this, any specific option is not given in magento,



    You have to select data (either Image name or url) that you saved in database after uploading and display here simply with tag, that means you have to code for this.



    Magento don't give any feature like this.






    share|improve this answer


























    • I have tested this code but not work when added the js files

      – Tee Teerasuwate
      Feb 9 '17 at 7:26











    • Simply retrive image url or name from database, and show it on the page where you want. Dont go for the above code.

      – Khushbu_sipl
      Feb 9 '17 at 8:50











    • How can I change the image from src="" to src="[retrived url]" after selection? 109.199.122.11/~cliffp99/childsown/index.php/product/…

      – Tee Teerasuwate
      Feb 9 '17 at 9:44













    • Yor are giving wrong path, please give exact url so that image can be visible.

      – Khushbu_sipl
      Feb 10 '17 at 4:28











    • After saving Image will be saved in folder like media or skin folder, search where your image saved, and give that path.

      – Khushbu_sipl
      Feb 10 '17 at 4:38














    0












    0








    0







    For this, any specific option is not given in magento,



    You have to select data (either Image name or url) that you saved in database after uploading and display here simply with tag, that means you have to code for this.



    Magento don't give any feature like this.






    share|improve this answer















    For this, any specific option is not given in magento,



    You have to select data (either Image name or url) that you saved in database after uploading and display here simply with tag, that means you have to code for this.



    Magento don't give any feature like this.







    share|improve this answer














    share|improve this answer



    share|improve this answer








    edited Feb 9 '17 at 6:54









    Teja Bhagavan Kollepara

    2,99841949




    2,99841949










    answered Feb 9 '17 at 6:32









    Khushbu_siplKhushbu_sipl

    880316




    880316













    • I have tested this code but not work when added the js files

      – Tee Teerasuwate
      Feb 9 '17 at 7:26











    • Simply retrive image url or name from database, and show it on the page where you want. Dont go for the above code.

      – Khushbu_sipl
      Feb 9 '17 at 8:50











    • How can I change the image from src="" to src="[retrived url]" after selection? 109.199.122.11/~cliffp99/childsown/index.php/product/…

      – Tee Teerasuwate
      Feb 9 '17 at 9:44













    • Yor are giving wrong path, please give exact url so that image can be visible.

      – Khushbu_sipl
      Feb 10 '17 at 4:28











    • After saving Image will be saved in folder like media or skin folder, search where your image saved, and give that path.

      – Khushbu_sipl
      Feb 10 '17 at 4:38



















    • I have tested this code but not work when added the js files

      – Tee Teerasuwate
      Feb 9 '17 at 7:26











    • Simply retrive image url or name from database, and show it on the page where you want. Dont go for the above code.

      – Khushbu_sipl
      Feb 9 '17 at 8:50











    • How can I change the image from src="" to src="[retrived url]" after selection? 109.199.122.11/~cliffp99/childsown/index.php/product/…

      – Tee Teerasuwate
      Feb 9 '17 at 9:44













    • Yor are giving wrong path, please give exact url so that image can be visible.

      – Khushbu_sipl
      Feb 10 '17 at 4:28











    • After saving Image will be saved in folder like media or skin folder, search where your image saved, and give that path.

      – Khushbu_sipl
      Feb 10 '17 at 4:38

















    I have tested this code but not work when added the js files

    – Tee Teerasuwate
    Feb 9 '17 at 7:26





    I have tested this code but not work when added the js files

    – Tee Teerasuwate
    Feb 9 '17 at 7:26













    Simply retrive image url or name from database, and show it on the page where you want. Dont go for the above code.

    – Khushbu_sipl
    Feb 9 '17 at 8:50





    Simply retrive image url or name from database, and show it on the page where you want. Dont go for the above code.

    – Khushbu_sipl
    Feb 9 '17 at 8:50













    How can I change the image from src="" to src="[retrived url]" after selection? 109.199.122.11/~cliffp99/childsown/index.php/product/…

    – Tee Teerasuwate
    Feb 9 '17 at 9:44







    How can I change the image from src="" to src="[retrived url]" after selection? 109.199.122.11/~cliffp99/childsown/index.php/product/…

    – Tee Teerasuwate
    Feb 9 '17 at 9:44















    Yor are giving wrong path, please give exact url so that image can be visible.

    – Khushbu_sipl
    Feb 10 '17 at 4:28





    Yor are giving wrong path, please give exact url so that image can be visible.

    – Khushbu_sipl
    Feb 10 '17 at 4:28













    After saving Image will be saved in folder like media or skin folder, search where your image saved, and give that path.

    – Khushbu_sipl
    Feb 10 '17 at 4:38





    After saving Image will be saved in folder like media or skin folder, search where your image saved, and give that path.

    – Khushbu_sipl
    Feb 10 '17 at 4:38













    0














    I have tried this code but every javascript is not work when added the src.(http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.js)



    showimage.html






    share|improve this answer






























      0














      I have tried this code but every javascript is not work when added the src.(http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.js)



      showimage.html






      share|improve this answer




























        0












        0








        0







        I have tried this code but every javascript is not work when added the src.(http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.js)



        showimage.html






        share|improve this answer















        I have tried this code but every javascript is not work when added the src.(http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.js)



        showimage.html







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Feb 9 '17 at 7:40

























        answered Feb 9 '17 at 7:29









        Tee TeerasuwateTee Teerasuwate

        62




        62






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Magento Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f158893%2fhow-to-show-thumbnail-selected-file-of-custom-option%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            What other Star Trek series did the main TNG cast show up in?

            Berlina muro

            Berlina aerponto