emzdesign
Forum Replies Created
-
Apologies, I’ve always referred to the alt attribute as an Alt tag, sorry for the confusion.
I have just submitted a report but it says it’s not for technical support? Will you still be able to help with this?
I insert the gallery into the page and it creates the following short code:
[ngg src="galleries" ids="21" display="basic_thumbnail" thumbnail_crop="0" number_of_columns="6"]
The images load fine when I go to Manage Galleries. The images and alt/title tags are correct here. It’s only when I view the gallery on the Spanish version that the alt/title tags don’t work correctly.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Adding custom field to InvoiceHiya
Yes I added it to the Simple template. When I tried my original code the text “Country of Origin: ” appeared on the invoice but it didn’t show the field value, so I have been editing the correct template.
Thank you
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Adding custom field to InvoiceHi
Thanks for your reply. I’ve added the following to the functions file as per your recommendation but it’s still not working. The “Country of Origin:” text doesn’t display either.
add_action( 'wpo_wcpdf_after_item_meta', 'sss_invoice_pattern_color ', 10, 3 ); function sss_invoice_pattern_color ( $template_type, $item, $order ) { if ( $template_type == 'invoice' ) { ?> <strong>Country of Origin:</strong> <?php the_field( 'coo', $item['product_id'] ); ?> <?php } }
Thank you.
Forum: Plugins
In reply to: [WooCommerce] Tweaking the Add to Cart functionalityHi
Thanks for your response.
The site already uses a plugin to request a quote, and that works fine, but what we want to do is still show the Add to Cart button but have it disabled and greyed out, and display the Select Options button on the category page.
Thanks.
Forum: Plugins
In reply to: [AI ChatBot for WordPress - WPBot] Hide “Welcome to…”Hi
Thanks for the response. I have done this but the welcome message is still showing?
Thanks.
Forum: Plugins
In reply to: [WooCommerce] Hide availability to none logged-in usersHi
Thanks for the links. I’ve had a look but can’t see anything about removing the availability? I’d still like the buy buttons and price visible but remove the availability.
Thanks.
Forum: Plugins
In reply to: [WooCommerce] Changing Deprecated FunctionsI’ve managed to change the code to the following, and it still shows the price correctly, but I’m still getting the Deprecated error.
wc_get_price_excluding_tax($variation, array('price' => $variation->get_price_excluding_tax()))
The error I get if I change the second instance of get_price_excluding tax to wc_get_price_excluding_tax I get the following error:
Fatal error: Uncaught Error: Call to undefined method WC_Product_Variation::wc_get_price_excluding_tax()
Any help would be appreciated.
Hi
I deactivated the plugin but it still doesn’t work.
I created an debug log and have seen some errors in there with regards to ATUM. How do I go about sharing that? There’s a lot of info in it and wasn’t sure if just copying it here would be a good idea?
Thank you.
Hi Salva
Thanks for your reply. Yes I tried that as well and it didn’t work.
Thanks,
EmmaForum: Plugins
In reply to: [CDN Enabler] Plugin breaks CSS / JSAhh something so simple, yet that’s all it was.
Thank you so much Corey, that worked perfectly!
- This reply was modified 4 years, 6 months ago by emzdesign. Reason: Forgot to mark as resolved
@pomegranate forget my last reply – that code you provided worked perfectly! Thank you so much!
I saw another post with a similar issue where you recommended the Store Toolkit. I installed that plugin and checked the order, and it appears the hs_code isn’t being passed through with the order?
I suppose this is more of an ACF issue than an issue with the WooCommerce PDF Invoices & Packing Slips.
I will get in touch with them to see if there’s a way around it then update this thread with (hopefully) a solution.
I’m not sure why but it says this issue is resolved but it isn’t. How can I change that?
Of course
Thank you.