Comments on: [wcj_product_image] https://booster.io/shortcodes/wcj_product_image/ WordPress WooCommerce Plugin Tue, 16 Apr 2024 12:46:30 +0000 hourly 1 https://wordpress.org/?v=6.7.2 By: sam neal https://booster.io/shortcodes/wcj_product_image/#comment-33915 Thu, 24 Jan 2019 16:35:18 +0000 https://booster.io/?p=1895#comment-33915 In reply to sam neal.

it is the security settings in Ithemes, totally forgot i had set them!

]]>
By: sam neal https://booster.io/shortcodes/wcj_product_image/#comment-33914 Thu, 24 Jan 2019 15:59:02 +0000 https://booster.io/?p=1895#comment-33914 Hi, my pdfs have suddenly started throwing this error
TCPDF ERROR: [Image] Unable to get the size of the image: https://heliosgallery.com/antiquities/wp-content/uploads/2018/11/islamicglazedwhitebowl-aug17-2a-1-100×100.jpg

any idea
saM

]]>
By: Tarmo https://booster.io/shortcodes/wcj_product_image/#comment-25880 Thu, 19 Jul 2018 11:05:01 +0000 https://booster.io/?p=1895#comment-25880 In reply to Tarmo.

Actually i got it work with shortcode [wcj_product_gallery_image_url image_nr="x"]
Replaced x with image nr (1,2,3 etc)

]]>
By: RokasJ https://booster.io/shortcodes/wcj_product_image/#comment-25875 Thu, 19 Jul 2018 09:35:36 +0000 https://booster.io/?p=1895#comment-25875 In reply to Tarmo.

Hi Tarmo,

I’m afraid it’s not possible at the moment but we have added it to our todo list.

Best regards,
Rokas – Support Team

]]>
By: Tarmo https://booster.io/shortcodes/wcj_product_image/#comment-25854 Wed, 18 Jul 2018 20:04:32 +0000 https://booster.io/?p=1895#comment-25854 Hi,

Is there a way to feed additional images?

]]>
By: WooJetpack Support Team https://booster.io/shortcodes/wcj_product_image/#comment-1973 Wed, 04 Mar 2015 15:53:44 +0000 https://booster.io/?p=1895#comment-1973 In reply to Ayesha.

Hi Ayesha,

`[wcj_product_image]` shortcode just displays product image and not intended to use with PDF Invoicing module.

For images to show up in invoice’s order table you should use `item_thumbnail` (and not `wcj_product_image`) option with `[wcj_order_items_table]` shortcode.

Should be something like this:
[wcj_order_items_table table_class="pdf_invoice_items_table"
columns="item_thumbnail|item_number|item_name|item_quantity|line_total_tax_excl"
columns_titles="Image|#|Item|Qty|Total"
columns_styles="width:10%;|width:5%;|width:60%;|width:8%;|width:17%;"]

Best regards,
Tom

]]>
By: Ayesha https://booster.io/shortcodes/wcj_product_image/#comment-1944 Tue, 03 Mar 2015 10:37:02 +0000 https://booster.io/?p=1895#comment-1944 Hi,
Thank you for adding this!
I can’t get images to show up 🙁
My code is:

Order items

[wcj_order_items_table table_class="pdf_invoice_items_table"
columns="wcj_product_image|item_number|item_name|item_quantity|line_total_tax_excl"
columns_titles="Image|#|Item|Qty|Total"
columns_styles="width:10%;|width:5%;|width:60%;|width:8%;|width:17%;"]

]]>