packing list customize

Keoki P. shared this question 15 months ago
Answered

What am I doing wrong? I'm trying add the items being delivered to the customer in the packaging list.

Comments (3)

photo
1

i think you have to have the rental loop in there ...that is above my pay grade LOL im sure support will get it in the morning.


just having the variable there to pull the data is correct but you have to have a loop around where it starts rental item print the data looks for more prints etc then moves to next order repeating the process until there are no more orders and no more rental items to print..

sorry i cant fix it but i think that is the issue.


its code similar to this


<div class="col-sm-4" id="repeat_start_rentals">


<p><strong>*rentalname* *rentalserialnumber* (*rentalqty*) *fullrentaltime*</strong>

</p>


<p>*rental_packing_list*

</p>

</div>

<div id="repeat_end_rentals" style="display:none;">

</div>

</div>

photo
1

%rentals%

try just that and see if that is sufficient, that is what we use

photo
1

You can just use *rentals* for this!

Leave a Comment
 
Attach a file