Feedback for your online store from the community
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
How to add line for each items in packing slip ?
thanks for helping
like that
Hi @Greenswift
To add a line for each item in the packing slip as shown in the image:
hr {
border: 0;
border-top: 1px solid #ddd;
margin: 10px 0;
}
Then, Insert <hr> after the </tr> tag for each line item row.
Lastly, Save changes and test the packing slip.
This will create a horizontal line separating items.
Regards,