I’ve been working this and found the way to show item price on packing slip.
Here is the answer.
Copy the code wherever you want inside of
¥{{ item | map: 'original_price' }}
and the way I styled is just like below
.order-container {
position: relative;
}
.item-price {
position: absolute;
top: 46px;
right: 116px;
}
.item-price p {
padding-bottom: 42px;
}
Hope this will help and if you want me to work with your project, feel free to contact me.
I am based in Japan
