• Resolved ITSPaul

    (@itspaul)


    Hi there,

    Neat plugin, however I am having a hard time trying to implement the upload button on my checkout page. Your documentation is really hard to follow. Are you able to provide me a quick high-level steps to following to implement this on my checkout page?

    Thank you kindly,

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Murtaza Bhurgri

    (@gmbhurgri)

    Where are you stuck ? I can’t get if you stuck on any step so i can provide you help. I don’t think that it is hard.

    Thread Starter ITSPaul

    (@itspaul)

    Wow thanks for the prompt reply.

    Here is my test url: https://gmohost.ca/GML/checkout/

    I am trying to implement the file upload on the Property Information tab to be exact. However even if I want to get it implemented on the checkout page as default its not working.

    I implement the following short-cut code on the woocommerce checkout page:
    [woo_file_dropzone_checkout_page cart_item_key={$cart_item_key}]

    And change the “Configure Options” to “Use with shortcut” and nothing happens.

    Thank you

    Plugin Author Murtaza Bhurgri

    (@gmbhurgri)

    Does it work with “Use on cart page” option ?
    I mean without using shortcode does it work on cart page ?

    Thread Starter ITSPaul

    (@itspaul)

    Negative, that’s the strange part it doesn’t.

    Thread Starter ITSPaul

    (@itspaul)

    Update, so it looks like something is up with my browser that I am using (google chrome) as it works in IE. In that being said, any way I can implement this plugin within the “Property Image” tab?

    https://gmohost.ca/GML/checkout/ –> Add an item to cart to see what I mean.

    I tried implementing the following code echo do_shortcode("[woo_file_dropzone_checkout_page cart_item_key={$cart_item_key}]"); within my function.php file as that is were I have the “Property Image” tab created and it didnt work.

    Thank you kindly,

    Plugin Author Murtaza Bhurgri

    (@gmbhurgri)

    It should be added in woocommerce file instead of functions.php it won’t work that way.

    The problem is simple,
    => its works with:
    * Internet explorer 11
    * Firefox
    => Not works with:
    * Google Chrome Version 58.0.3029.110 (64-bit)

    so the pluging is not optimised for Chrome …

    Plugin Author Murtaza Bhurgri

    (@gmbhurgri)

    Care to elaborate ? nothing related to Google chrome here.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Trying to get the upload to show on checkout Page’ is closed to new replies.