Skip to content

How to add a second Reference to shippment? #69

Closed
@ConvarDeutschland

Description

@ConvarDeutschland

Hi,
I use this code in my shippment to add a reference

$referencenumber=new ReferenceNumber;
$referencenumber->setValue($strPackageRef1);
$referencenumber->setBarCodeIndicator(true);
$shipment->setReferenceNumber($referencenumber);

This is shown as "Reference No.1:" on the label.

But how to add a second reference ? to have "Reference No.2:" on the label?

CU Online

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions