pairfumlondon
Forum Replies Created
-
Forum: Plugins
In reply to: [Booster for WooCommerce] Add HS & COO to invoice & packing slipDear @gravid7
Many thanks for your suggestion but unfortunately, it doesn’t work.
However, we search your site for the exact phrase “product_post_meta” and found this page:
https://booster.io/shortcodes/wcj_order_items_table/We noticed that it listed the following identifier: product_attribute
Considering that this is what we are trying to display on the invoice, we tried it instead of your suggestion.
We found that it works and we are using this code now:
<p> [wcj_order_items_table table_class="pdf_invoice_items_table" columns="item_number|item_name|product_attribute=pa_country-of-manufacture|product_attribute=pa_commodity-code|item_quantity|line_total_tax_excl" columns_titles="#|Product|COO|HS Code|Qty|Total" columns_styles="width:5%;|width:50%;|width:10%;|width:15%;|width:5%;|width:15%;text-align:right;"] <table class="pdf_invoice_totals_table"> <tbody> <tr><th>Total (excl. TAX)</th><td>[wcj_order_total_excl_tax]</td></tr> <tr><th>Taxes</th><td>[wcj_order_total_tax hide_if_zero="no"]</td></tr> <tr><th>Order Total</th><td>[wcj_order_total]</td></tr> </tbody> </table> </p>
We must admit that we are disappointed that you couldn’t point us in the direction of this solution when it seems rather obvious in hindsight.
Regardless, we hope that other users of your plugin might find the solution useful for their website.
Kind regards,
- This reply was modified 3 years, 6 months ago by Steven Stern (sterndata).
- This reply was modified 3 years, 5 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [Booster for WooCommerce] Add HS & COO to invoice & packing slipHi @gravid7
These fields are created from within WooCommerce on a product level:
WP Dashboard > Products > Attributes > …There we have created two attributes:
– Country of Manufacture:
/wp-admin/edit-tags.php?taxonomy=pa_country-of-manufacture&post_type=product– Commodity Code:
/wp-admin/edit-tags.php?taxonomy=pa_commodity-code&post_type=productDoes this give you all the information you need or is there anything else I can assist you with?
If you would like, we can give you access to our staging website.
Many thanks for your help with this.
With kind regards,
- This reply was modified 3 years, 6 months ago by Yui.
- This reply was modified 3 years, 5 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [Menu Icons by ThemeIsle] Font AwesomeDear Support,
We would also be interested in an answer to this question.
Equally, is it possible to ‘dequeue’ fontawesome? We see that the following file is loaded, even if we don’t use fontawesome icons in our menu:
/wp-content/plugins/menu-icons/css/fontawesome/css/all.min.css?ver=5.7.1Many thanks for your help.
Kind regards,
Pairfum London
Dear Support @ Popup Maker,
We have now found the cause & solution to the a.m. issue.
It was a misconfiguration on our part of how Real Cookie Banner interacts with Popup Maker.
We have now fixed the issue.
Kind regards,
Pairfum London
Dear @belimperial
Many thanks for your suggestion. It is a good idea to auto close the pop up after a certain time and we can certainly implement this function within our Child Theme’s functions.php file.
How would you change the code snippet to auto-close the pop up after the ‘success’ message from the form plugin we are using? This would be more in line with user behaviour rather than closing the popup automatically after 10 seconds.
Many thanks for your help with this.
Kind regards,
Pairfum London
Forum: Plugins
In reply to: [Booster for WooCommerce] Add HS & COO to invoice & packing slipHi @gravid7
Many thanks for the tip and we tried but sadly it doesn’t work either.
This is what we changed it to:
<p>Notes:<br>
[wcj_order_meta before=”COO: ” meta_key=”attribute_pa_country-of-manufacture”]</p>I have double checked the slug under WP Dashboard > Products > Attributes and it is clearly: country-of-manufacture. In other words, it looks like it is not the ‘meta_key’ which is wrong.
Would you have another suggestion?
Kind regards,
[ Signature deleted ]- This reply was modified 3 years, 6 months ago by Yui.
- This reply was modified 3 years, 5 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [Booster for WooCommerce] Add HS & COO to invoice & packing slipHi @gravid7
Many thanks for the suggestion but sadly it didn’t work.
Following your advice, we amended the ‘notes’ part of the invoice template (see above) like this:
<p>Notes:<br>
[wcj_product_meta before=”COO: ” meta_key=”attribute_pa_country-of-manufacture”]</p>When we re-generated an old invoice afterwards, the ‘notes’ section was still blank.
What do you suggest?
Kind regards,
- This reply was modified 3 years, 6 months ago by Steven Stern (sterndata).
- This reply was modified 3 years, 5 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [PWA] Errors Loading ManifestDear @westonruter
Many thanks for picking up this thread again. We had given up on you.
Following your post here, we have reactivated your PWA plugin with these two additions:
– short name: https://gist.github.com/westonruter/dec7d190060732e29a09751ab99cc549
– manifest: https://github.com/GoogleChromeLabs/pwa-wp/issues/304We ran a Lighthouse test after the re-installation and all seems to be in order now! I don’t know which changes you made but the issue is fixed for us now.
I look forward to hearing back from you.
Kind regards,
Pairfum London
Forum: Plugins
In reply to: [PWA] Errors Loading ManifestForum: Plugins
In reply to: [Booster for WooCommerce] Add HS & COO to invoice & packing slipDear @gravid7
This would be fantastic! Thank you for the tip.
We have tried to implement it but something is not working. This is the pattern that we followed: https://booster.io/shortcodes/wcj_product_meta/
Within Booster, we navigated to ‘PDF Invoicing …’ > Templates > Invoice > HTML Template. Here we see the following section:
<p> [wcj_order_items_table table_class="pdf_invoice_items_table" columns="item_number|item_name|item_quantity|line_total_tax_excl" columns_titles="|Product|Qty|Total" columns_styles="width:5%;|width:75%;|width:5%;|width:15%;text-align:right;"] <table class="pdf_invoice_totals_table"> <tbody> <tr><th>Total (excl. TAX)</th><td>[wcj_order_total_excl_tax]</td></tr> <tr><th>Taxes</th><td>[wcj_order_total_tax hide_if_zero="no"]</td></tr> <tr><th>Order Total</th><td>[wcj_order_total]</td></tr> </tbody> </table> </p> <p>Notes:<br> [wcj_product_meta before="COO: " name="attribute_pa_country-of-manufacture"]</p>
Ideally, we would like to add the HS and COO within the table itself, in the line that contains the ‘product’ but I don’t think this is what you meant.
Hence, we added your suggested code to the ‘Notes’ area.
Subsequently, we regenerated an invoice for an existing, completed order but the ‘Notes’ field was still blank.
Can you help us identify what is going wrong?
Many thanks for your help with this.
Kind regards,
- This reply was modified 3 years, 8 months ago by Yui.
- This reply was modified 3 years, 5 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [PWA] Errors Loading ManifestDear @reeko6616
Many thanks for posting these images.
They make it very easy to understand how we can HS and COO to each product on the invoice and packing list.
This is a great feature that will make a big difference for us.
Thank you for your help.
Kind regards,
Pairfum London
Dear @yordansoares
Can you show me a link where we can see how HS_CODE and COO custom product attributes can be added to invoices and packing slips?
Kind regards,
Huib
Dear Support,
We noticed today the following:
If we change the setting for ‘Reload after Accept button click’ from ‘Yes’ to ‘No’, then we find that:
– when we click ‘accept’ there is no error for the Gtag, but
– if we click ‘settings’ and then ‘save & accept’, none of the Tracking Tags are firing, i.e. Google, Facebook, Pinterest, Bing, …It certainly seems like an issue that needs further looking into.
Many thanks for your help with this.
Kind regards,
Pairfum London
Hi @reeko6616
Which extension are your referring to?
The Pro version does not mention the ability that you can customise what is being printed for each product, or did I miss something?
Kind regards,
Pairfum London