I am using Elementor and a custom theme for single product and the shortcode ?[display_attachments] is not working.
]]>Hi
I want to move the TAB content below the product short description and disable the tab. How can i do that?
I presume i need to disable a hook and add the content again.
Anybody did this?
Thanks
]]>Hello,
we have a problem with our website after it has been translated via WPML. The attachments are show as a part of product tabs (in Czech: https://www.conteg-gastro.cz/produkt/cubus-f/). But the translated version does not contain such tab (https://www.conteg-gastro.cz/en/produkt/cubus-f/).
Can you tell me if I forgot to set something up, or any other think there is to do to have the tab shown also on the translated site?
Best regards,
Jakub
]]>Why its send product pdf send to admin email not to customer email
]]>Dear developers,
When creating a new order, a fatal error is shown in the Attachment-section, because PHP refers to an order ID that doesn’t exist (since we’re creating a new order).
As a hot-fix I added this below line 13 in /wp-content/plugins/woo-product-attachment/admin/partials
:
if(empty($order_id)) {
echo 'N/A';
return;
}
Could you add a fix in the next update, so we don’t have to change the code again after updating?
Thank you in advance!
Kind regards,
Thijs Terluin
I just ask because with the free version 2.2.2 i cannot sort the product page attachments in the backend.
]]>Hello. When i click on the attached file, a new page opens but instead of the attached pdf, it reloads the product page. Woocommerce logs are empty.
]]>Hi there just evaluating the plugin for our new site and I’m unable to get the “Add new attachment” button to appear to our product pages.
A bulk attachment does work.
Running WooCommerce 8.6.1
PHP 8.2.15
Active plugins :
Product Attachment for WooCommerce by theDotstore – 2.2.1
W3 Total Cache by BoldGrid – 2.7.0
WooCommerce Shipping & Tax by WooCommerce – 2.5.1
WooCommerce by Automattic – 8.6.1
Smush by WPMU DEV – 3.15.5
Theme is default Twenty Twenty-Four
If you have any suggestions I would appreciate it.
2024-03-01T21:42:42+00:00 Warning Hide condition added to detached block. Block will not be included in the template, so the hide condition is not needed. Array ( [template] => simple-product (area: product-form) [container] => simple-product (area: product-form) [block] => variations (name: woocommerce/product-tab) )
Hi as the title says do you have support for elementor?
]]>Hello. When i click on the attached file, a new page opens but instead of the attached pdf, it reloads the product page.
]]>Is this plugin compatible with multi-language setup, specifically with WPML? Because the document we want to attach to each order should be different based on the order language. Thank you.
]]>I am trying to create a custom button to access the pdf download, in the store where the products are shown in the list, right next to the add to cart button, each product will only have a brochure and without entering the product page , customers can download the attached file
I am using a code base:
$product_id = $product->get_id();
// Reemplaza 'your_attachment_meta_key' con la clave real utilizada por el plugin
$wcpoa_attachment_url_arg = 'your_attachment_meta_key';
$file_id = get_post_meta($product_id, $wcpoa_attachment_url_arg, true);
// Define el botón de "COTIZACIóN" con la URL de descarga del archivo PDF
if (!empty($file_id)) {
// Obtén la URL de descarga del archivo adjunto
$file_url = wp_get_attachment_url($file_id);
]]>
Please read the related / linked issue report that explains the issue in detail (please log-in here to see it).
I wonder how many who encounter the issue are using my work around. There is no way to know because issues close too soon without being fixed. At least Husam (@taweianet) independently confirmed the issue. It is now 2 years later and I tried today to deactivate my work around with the latest versions of the involved plugins and I see the same issue even with Firefox. Please work on this!
Hi,
It seems, since the last updates of the plugin, that when I attach PDF to a product, the Tab does not appear anymore. I use DIVI theme, it seemed to be compatible and it worked well some days ago before the updates.
Could you see this please ?
Patrick
Since the plug-in is still based on an unpatched Freemium version I saw no other alternative than temporary disable it. I hope you can come up with a fix soon.
]]>Can this be done as a shortcode or as a button below the title as a sample download?
]]>Hi,
I use Import/Export Woocommerce product paid plugin from WebToffee.
When I export products containing attachments, I see the fields (columns):
meta:wcpoa_attachment_name : [“Import1″,”Import2″,””]
meta:wcpoa_attachment_url : [“101065037″,”101065038″,””]
meta:wcpoa_attachments_id : [“x63fp4okx2dg7″,”qod90syynwkts”,””]
Then, I tried to import products with the 2 first fields filled without the third meta:wcpoa_attachments_id , and I noticed the PDFs were not imported.
I added the column meta:wcpoa_attachments_id : [“x63fp4okx2dg7″,”qod90syynwkts”,””] and the PDFs import works well.
So, my questions is, what is the meaning of the values [“x63fp4okx2dg7″,”qod90syynwkts”,””] ?
In my case, I’ll need to import products from a blank Woocommerce products. So what will I need to fill in this field meta:wcpoa_attachments_id ?
Thank you
]]>Hello,
I cant find the way to translate ‘Attachment’ on tabs (wcpoa_product_tab_tab), ? tried to replace with CSS but then ? have style issue and on php files ? didin’t find a way to do it. Could you tell me how to do it?
]]>Tab is showing even though there is no files. I noticed that there was a topic created regarding this issue. But didn’t see any solution. I did check the logs and there is no logs from WooCommerce Product Attachment.
]]>Hello, is there any way to hide the tab when there’s no files attached?
I see no option from within the settings.
Best regards
]]>Hi!
The following error appears when using WP All Import to sync stock levels (https://www.wpallimport.com/documentation/syncing-stock/).
This error appears for every single product that is run. No changes are made to the attachment. Because it is generated for every product that is run, it means thousands upon thousands of these errors.
Is this something in your plugin or in WP All Import?
PHP Warning: Attempt to read property "id" on null in /public_html/wp-content/plugins/woo-product-attachment/admin/class-woocommerce-product-attachment-admin.php on line 457
Thank you!
]]>Hello,
I am testing your plugin, which you would be quite convenient for me.
However, the attachment tab is not shown in product page.
Yes, it is set to be displayed as such in the settings.
Yes, I read the documentation.
Yes, I switched back from my theme to StoreFront as suggested here (but does not show either).
Yes I commented out the filter (add_filter( ‘woocommerce_product_tabs’, ‘custom_tabs’ );) I am using temporarily.
But it does not work.
Any idea ?
Hi,
I tested the plugin on localhost and I can’t get the attahments removed from the product. I also tried turning off other plugins and using a different theme, but the problem still remained.
WP version 6.1.1
PHP Version 8.0.26
I need to do mass uploads for attachments. When I click on bulk attachments I get HTTP error 500 . Sometimes I can get the page to load it I keep refreshing. Once I get to the bulk attachment page I click on the button to upload my file but nothing happens. I am not able to upload. I have tried this in Chrome, Edge, Firefox with the same results. Are there any known plugin conflicts? I really need to get this working
]]>Dear Support!
I would like to import attachments via WP ALL IMPORT plugin. Is it possible? I didnt find anything about importing in the documentations.
]]>Hi, why if I active the plugin it generates an error “505 Currently Unable to handle this request” and if I deactivate it the site works?
]]>I was considering purchase your plugin, but i need to be able to upload attachments different for each single order and not PRODUCT.
And they have to see it in their “download” tab of my account
is this possible already?
]]>Hey! I think this happens past the latest update, but I cannot see the attatched files on the main page anymore (they are sent by mail to the customer), and I cannot fathom why this is. We are using Divi, and I have made sure that the Show Product Page is tagged as ‘Yes’.
Anything new I need to do in order to show them, or any clue what might have happend?
]]>Hi guys, I couldn’t find any answer regarding this, but can we use graphql query to get the attachment link, so we can make headless WordPress work with your plugin?
Thanks a lot.
]]>Does the plugin support adding attachments via API?
]]>