Adding File Upload to Product Page [NO APP]

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ต.ค. 2024

ความคิดเห็น • 37

  • @GlebNite
    @GlebNite ปีที่แล้ว +9

    Code:
    Upload Image:

  • @carloteran8321
    @carloteran8321 5 หลายเดือนก่อน

    I am using Dawn, and everything worked until the order got submitted. When I review the order the image appears as a text starting with C:\fakepath\inbound and not clickable, any idea on how to fix it?

  • @zeldaandharley
    @zeldaandharley 2 ปีที่แล้ว +2

    Can I do this using a Customer liquid block on the new 2.0 themes? I tried it and it appears but the image doesn't seem to pass through after an order

    • @made4uo
      @made4uo  2 ปีที่แล้ว

      In my example, I use Dawn. The Shopify 2.0 Free themes share the same code

    • @carloteran8321
      @carloteran8321 5 หลายเดือนก่อน

      I am using Dawn as well, but when I review the order the image appears as C:\fakepath and not clickable, any idea on how to fix it?

  • @zeeshansign
    @zeeshansign 2 ปีที่แล้ว +1

    If we only want to add It to a specific product?

  • @JeanRojas-md7yf
    @JeanRojas-md7yf 10 หลายเดือนก่อน

    I tried with the code, but it won't let me add it to the default shopping cart, it only appears to me when you pay with direct shop pay

    • @made4uo
      @made4uo  10 หลายเดือนก่อน

      Hi, Please make use of our Free Shopify UI element generator instead. See link made4uo.com/blogs/journey-to-awesome-shopify-website/enhanced-shopify-ui-elements-generator-tool

  • @dethamudasir1504
    @dethamudasir1504 10 หลายเดือนก่อน

    hyy can we do this with js or ajx in custome add product like this please replay if you know anything i am stuck hear
    $.ajax({
    type: 'POST',
    url: '/cart/add.js',
    data: {
    items: items
    },
    dataType: 'json',
    success: function() {
    window.location.href = '/cart';
    }
    });

    • @made4uo
      @made4uo  10 หลายเดือนก่อน

      Hi. You are trying to download the file with add to cart? Is that what it is? If that so, I will still use line items and do download using javascript

    • @dethamudasir1504
      @dethamudasir1504 10 หลายเดือนก่อน

      @@made4uo no i don't want to download i want to send with order... I want to pass as property as video but not without add to cart button... with ajex add to cart..

  • @juancamilonino6619
    @juancamilonino6619 ปีที่แล้ว

    Hello, i use the motion theme and i try to do the same and the Upload File HTML Tag appears but doesn't appear in the order details, how can i fix that?

    • @made4uo
      @made4uo  ปีที่แล้ว

      You need to add a liquid code depending on how your Theme is written

  • @jaebell2856
    @jaebell2856 ปีที่แล้ว

    Hello, is there another link to copy? The one on your site isn't working.

  • @alishakarchy8864
    @alishakarchy8864 2 ปีที่แล้ว

    When a customer places an order, and attaches a JPG image - it will appear in my Shopify orders section as a WEBp file. Why cant I get it as a JPG (same format as customer used to upload)

    • @made4uo
      @made4uo  2 ปีที่แล้ว

      You can use a blob to upload the file, it is really up to how you create the code.

  • @jaebell2856
    @jaebell2856 ปีที่แล้ว

    Hello, I am not able to copy the code from your site

  • @OriDobosh
    @OriDobosh ปีที่แล้ว

    Can I get some help how I can initiate this from js function?

  • @ricardotorres3159
    @ricardotorres3159 2 ปีที่แล้ว

    Not working at all.
    This is for themes 1.0

  • @kristiyandinev9629
    @kristiyandinev9629 ปีที่แล้ว

    I am not getting the url in the cart though why?

    • @made4uo
      @made4uo  ปีที่แล้ว

      Hi. Please contact us using "Chat with us" in our website so we can ask questions

    • @kristiyandinev9629
      @kristiyandinev9629 ปีที่แล้ว

      @@made4uo can I contact you on discord?

  • @rakibulhashan5446
    @rakibulhashan5446 ปีที่แล้ว

    This does not generates an URL. Just generates a local path as text

    • @made4uo
      @made4uo  ปีที่แล้ว

      I am not sure what are you trying to achieve but I explained what it does in the video

  • @jezerlago9201
    @jezerlago9201 2 ปีที่แล้ว

    Hi, how to change the accept=excel?
    Thank you and more power

    • @made4uo
      @made4uo  2 ปีที่แล้ว

      Hi. You use accept=".csv" if it is a CSV file

    • @jezerlago9201
      @jezerlago9201 2 ปีที่แล้ว

      @@made4uo Thankyou

    • @jezerlago9201
      @jezerlago9201 2 ปีที่แล้ว

      @@made4uo what if I add the code in checkout page, it will still works?

    • @made4uo
      @made4uo  2 ปีที่แล้ว

      @@jezerlago9201 it would be different set of code since you will be using te cart attribute

    • @jezerlago9201
      @jezerlago9201 2 ปีที่แล้ว +1

      @@made4uo Can you create video for this? I would love to help you promote your video

  • @renatoguerra2950
    @renatoguerra2950 2 ปีที่แล้ว

    Hola , no funciona en el theme dawn

    • @made4uo
      @made4uo  2 ปีที่แล้ว

      Hi. I used craft on the video which craft is basically the same as Dawn