We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to use multiple of the same items, for adding them easily to addItems function. Instead of the following:
$packager->addItems([ new Item("Visitekaart 85x51mm sulfaatkarton", 85, 0.345, 51, 1.3) ])
Something more like this, with the addition of a quantity for example: 1000 (for 1000 of the same items)
$packager->addItems([ new Item("Visitekaart 85x51mm sulfaatkarton", 85, 0.345, 51, 1.3, 1000) ])
The text was updated successfully, but these errors were encountered:
Is it possible to use multiple of the same items, for adding them easily to addItems function. Instead of the following: $packager->addItems([ new Item("Visitekaart 85x51mm sulfaatkarton", 85, 0.345, 51, 1.3) ]) Something more like this, with the addition of a quantity for example: 1000 (for 1000 of the same items) $packager->addItems([ new Item("Visitekaart 85x51mm sulfaatkarton", 85, 0.345, 51, 1.3, 1000) ])
Yeah, it is possible. Going to update and add the feature soon.
Sorry, something went wrong.
No branches or pull requests
Is it possible to use multiple of the same items, for adding them easily to addItems function.
Instead of the following:
Something more like this, with the addition of a quantity for example: 1000 (for 1000 of the same items)
The text was updated successfully, but these errors were encountered: