Weight of packaging materials/ box.

Did this functionality ever get added. If not, anyone made o mod themselves? I get product weights, just no “base weight” for the packaging.

This is the information from cs-cart I got a couple years back.



If you mean to add the extra constant weight to eat order you need to edit the following part of code in the file “fn.cart.php” file, located in the “core” directory.



function fn_get_products_weight($cart, $cart_products, $type = 'S')

{

$weight = 0;



and replace the “0” with your desired weight.



This has worked for me. I believe at the time I was using version 2.1.1



Dave