• Resolved ozoneboy

    (@ozoneboy)


    I’m styling a custom packing slip template and want to display the product meta (variation weights) inline with the product name but can’t figure it out.

    I have tried:
    <span class=”item-name”><?php echo $item[‘name’] . ” ” . $item[‘meta’]; ?></span>

    but the meta still appears under the name. Note that I want it to flow on directly after the name, not in a separate <td> field/column.

    Any suggestions?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter ozoneboy

    (@ozoneboy)

    Just discovered I could output to html – from there I was able to inspect and resolve this issue.

    Plugin Contributor Ewout

    (@pomegranate)

    Awesome, very glad to hear that. Have a fantastic weekend!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Issue styling the packing slip’ is closed to new replies.