packing list customize
Answered
What am I doing wrong? I'm trying add the items being delivered to the customer in the packaging list.
What am I doing wrong? I'm trying add the items being delivered to the customer in the packaging list.
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>
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>
%rentals%
try just that and see if that is sufficient, that is what we use
%rentals%
try just that and see if that is sufficient, that is what we use
You can just use *rentals* for this!
You can just use *rentals* for this!
Replies have been locked on this page!