Text Wrap on Main Product
-
Hi
I try to get the product and the total price in one Line.
The problem is that long word will not wraped the text and give me a empty line.
is there a posibility to wrap it?
Thank you$product_line = star_cloudprnt_filter_html($item_qty." x ".$product_name . $product_info); $printer->set_text_emphasized(); $printer->add_text_line(star_cloudprnt_get_column_separated_data(array($product_line,$formatted_total_price), $max_chars)); $printer->cancel_text_emphasized();
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Text Wrap on Main Product’ is closed to new replies.