How To Display Product Features Value Inside Invoice?

Hi all,

I have added a product feature field ("warehouse"); and I would like to show this value in the invoice template.

I would appreciate if someone can show me how to do this. Thanks.

Hi all,

I have added a product feature field ("warehouse"); and I would like to show this value in the invoice template.

I would appreciate if someone can show me how to do this. Thanks.

Hi, I have attached a simple add-on which adds the ability to display product features on the invoice page.

It is compatible with versions 4.3.x. Just upload it on the Manage add-ons page in the admin panel, clear the cache and check the results on the invoice page.

Please check it and let me know the results.

sd_product_features_on_invoice.zip

We are looking to only display one of the many features we have listed on some products. Any chance to get this add-on modified to allow a check box on each feature for "Show on Invoice" ???

We are looking to only display one of the many features we have listed on some products. Any chance to get this add-on modified to allow a check box on each feature for "Show on Invoice" ???

Do you still need this? We can modify the add-on for you.

Hi Oleq,

I need this add-on for feature id 9. Could you modify the add-on?

Greetz, Thijs

Hi Oleq,

I need this add-on for feature id 9. Could you modify the add-on?

Greetz, Thijs

Hello, Thijs!

I have created the "Show on invoice" setting for each feature. You can find it on the product features update page.

Please check the add-on and do not hesitate to ask me any questions.

sd_product_features_on_invoice.zip

Hi Oleq,

I installed the add-on but now it shows all product features in the order details and I haven't checked the "Show on Invoice" option of all product features.

Greetz, Thijs

Hi Oleq,

I already fixed it.

Deleted the folder 'orders' in design -> backend -> templates -> addons -> sd_product_features_on_invoice

Hi Oleq,

I already fixed it.

Deleted the folder 'orders' in design -> backend -> templates -> addons -> sd_product_features_on_invoice

Yes, the same file is also in the frontend folder. If you do not need to show features on the order details page, just delete it.

Hi, is there a way to also enable this in the picking list template?

Hi, is there a way to also enable this in the picking list template?

Sorry I mean the packing slip document. Is there a way to display product features there?

features shows on admin orders but not on invoice

on 4.9.2 sp3

something to change in this version ?

Looks like modification was made for old document editor and new editor is not supported yet

but, must to be a snippets to add there

Yes, the same file is also in the frontend folder. If you do not need to show features on the order details page, just delete it

what must to change ?

Thanks

It is required to extend available variables for documents and snippets. This is not trivial task

It is required to extend available variables for documents and snippets. This is not trivial task

That's for sure! The new email editor is horrible to work with for anything outside of standard variables/functionality. Way too much work to do the simplest of things.

Hello, Thijs!

I have created the "Show on invoice" setting for each feature. You can find it on the product features update page.

Please check the add-on and do not hesitate to ask me any questions.

Hello,
I need something similar, only I do not want the features to be displayed in the invoice but only in the order page, in admin.
I think I need to change something in this code (I have cs cart 4.13.2):
{foreach from=$oi.features item="product_feature"}
{$product_feature.description}:
{if $product_feature.variant} {$product_feature.variant} {/if}
{if $product_feature.value} {$product_feature.value} {/if}

{/foreach}
How can I filter the features to be displayed, let only one feature appear to me (eg feature_id = '32').
Thank you!

Please check my answer in another your thread

Does anybody know how to add 1 feature into the Products table in the new invoice notifications?

I want to list just 1 of the features in a separate column in the Products table
In this case it is feature id 570 that I have as "Product Qty" ie: Box of 25, Bundle of 20 etc