- Posts: 115
- Thank you received: 0
weight calculator/show weight of products in cart
price of delivery will vary depending on weight so its crucial that the weight is displayed.
Can anyone advise?
Many Thanks
Please Log in or Create an account to join the conversation.
You can display each product weight by adding this:
in the file cart.php (components\views\checkout\tmpl) to display the weight where you want in the product table (for example near to <?php echo $row->product_name; ?> )
If you need the total weight just ask me, I'll give you few more lines of code to do so.
Please Log in or Create an account to join the conversation.
many thanks
Please Log in or Create an account to join the conversation.
would it also be possible that when a product is added to the cart the current weight is shown similar to showing the current total price. the idea is that a customer will know how much their shopping weighs as each weight is charged at different rates
many thanks
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
thanks
Please Log in or Create an account to join the conversation.
You can add it in the same file as Eliot told you already:
in the file cart.php (components\views\checkout\tmpl) to display the weight where you want in the product table
If you're unsure, add it at the end of the file.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Thanks for your efforts
Please Log in or Create an account to join the conversation.
echo "kg";
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Many Thanks
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
When you are in HikaShop, go in the menu Display->Views and search for the file 'cart' of the view "product"
Please Log in or Create an account to join the conversation.
i need to display the current total weight in the cart and on checkout
thanks
Please Log in or Create an account to join the conversation.
- Posts: 12953
- Thank you received: 1778
Is the code that Nicolas and Eliot gave you still in the file 'cart' of the view "product" ?
Please Log in or Create an account to join the conversation.