Free Add-On: [Wsa] Total Weight Of Order

New version: [v.2.3.1] Total weight of order for CS-Cart version 4.x.x
Release Notes.
[+] Now the "Number of decimal places for weight" setting applies for product detailed page in customer area.
[~] Mistake in translates fixed: defalut->default.

Great addon, but more settings needed. I would like ability to choose if I want weight on invoice or any other place, ability to choose would be great.

Thanks

Release Notes.
[+] Now the "Number of decimal places for weight" setting applies for product detailed page in customer area.
[~] Mistake in translates fixed: defalut->default.

When the version for 4.4 be ready?

4.2.2 ?

Dear friends,

Thank you for the message.

We will adapt our add-on within 1 week.

I will keep update you about result.

Thank you.

When the version for 4.4 be ready?

Done.

New version: [v.2.4.1] Total weight of order for CS-Cart version 4.x.x
Release Notes.
[+] Support CS-Cart 4.4.x was added.


How to display total weight/amount in the print invoice:
http://demo.cs-cart.com/admin.php?dispatch=documents.update&document_id=1

You can use two solutions.

1. Using prepared document.
Make backup you current document.
Import prepared "document" from your server
[attachment=12027:document_with_total_weight.png]

2. Adding total weight/amount manually.

Html code

    
        {% if o.total_weight %}{{__("wsa_total_weight_order")}}{% endif %}
    
    
        {% if o.total_weight %}{{o.total_weight}} {{settings.General.weight_symbol}}{% endif %}
    


    
        {% if o.total_amount %}{{__("wsa_total_amount_products")}}{% endif %}
    
    
        {% if o.total_amount %}{{o.total_amount}}{% endif %}
    


Text

{% if o.total_weight %}{{__("wsa_total_weight_order")}}{% endif %}
{% if o.total_weight %}{{o.total_weight}} {{settings.General.weight_symbol}}{% endif %}
{% if o.total_amount %}{{__("wsa_total_amount_products")}}{% endif %}
{% if o.total_amount %}{{o.total_amount}}{% endif %}

document_with_total_weight.png

editing_invoice.png

Great addon, tested on 441 all works flawless! Thanks for good work.

New version: [v.2.4.2] Total weight of order for CS-Cart version 4.x.x
Release Notes.
[+] Support CS-Cart 4.6.x was added.

Exactly what I needed. Thank you!

Seems WSA is no longer around. Anyone recommend a good product weight addon for 4.5.2

Thanks

john


https://www.ecom-labs.com/ready-to-use-add-ons/cs-cart-order-weight-add-on.html


Seems WSA is no longer around. Anyone recommend a good product weight addon for 4.5.2

Thanks
john

Good man :)

Ur welcome ;)

Good man :)