• Hi, I’m looking for a WooCommerce product PDF generator. I can’t find much info about how your WooCommerce integration works.

    I want users to be able to click a button to download a product PDF when they’ve selected attributes for a variable product. I’m thinking of having Add to Cart and Download PDF beside each other on product page.

    Can you plugin map the user-selected attributes to a PDF on a single product page before they hit Add to Cart?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author rasmarcus

    (@rasmarcus)

    Our Woo integration is just finishing live beta and we are currently working on documentation.

    Our senior developer will reply to your specific question regarding user-selected attributes in the next 24 hrs.

    In the meantime, you may find these support forum threads useful in understanding how the WooCommerce extension works.

    We remain at your serivce.

    Plugin Author E2Pdf

    (@oleksandrz)

    Hi,

    If you use standard WooCommerce Variation – currently it’s possible to generate PDF on product page by following way:

    – E2Pdf Template must be connected to “WooCommerce” -> “Variations”
    – It must be added shortcode to “Variation” description as on screenshot: https://prnt.sc/1e8834k. Keep attention please that currently “dataset” attribute is required to be set to “Variation” ID to which shortcode added. We currently working on fix to have it dynamic.

    The result will look like this: https://demo.e2pdf.com/product/variable-product/. Choose “Attribute” to see PDF exactly for “Variation”.

    P.S. We also recommend you to use RC Version 1.16.11 for current task as it has some improvements and bug-fixes for WooCommerce Variations. You can follow current tutorial for update: https://e2pdf.com/support/desk/how-to-update-plugin-to-rc-release-candidate-version-from-e2pdf-com

    We remain at your service.

    Thread Starter jinsley8

    (@jinsley8)

    Dataset attribute is required to be set to “Variation” ID:
    – so I would need to set a new shortcode per variation? If a variable product has 8 variations I need to set 8 different shortcodes?

    I may be able to automate that with WPAllImport.

    Can I test the WooCommerce extension with this free version or is it a paid addon?

    Thanks for the info!

    Thread Starter jinsley8

    (@jinsley8)

    Just so we’re clear, in that demo you provided, that is populating fields in one PDF and it’s not 3 separate PDFs correct?

    Plugin Author E2Pdf

    (@oleksandrz)

    Dataset attribute is required to be set to “Variation” ID:
    – so I would need to set a new shortcode per variation? If a variable product has 8 variations I need to set 8 different shortcodes?

    Yes, different shortcodes must be added to Variation description as:

    [e2pdf-download id="1" dataset="1000"]
    [e2pdf-download id="1" dataset="1001"]

    We hope that we will solve this issue soon to have possibility to not set “dataset” attribute and shortcodes in this case will be same for all variations as:
    [e2pdf-download id="1"] (without “dataset”).

    Auto dataset currently supported for “Parent” (“Simple”) product description but not yet in “Variation” description.

    Just so we’re clear, in that demo you provided, that is populating fields in one PDF and it’s not 3 separate PDFs correct?

    – It’s one E2Pdf Template connected to “WooCommerce” -> “Variations” (it means that it can be used with any product variation. Here is how current E2Pdf Template looks on backend: https://prnt.sc/1ee8x8n

    We remain at your service.

    • This reply was modified 3 years, 7 months ago by E2Pdf.
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Need info on Woocommerce integration’ is closed to new replies.