edd_set_cart_item_quantity( int $download_id, int $quantity = 1, array $options = array() )

Set Cart Item Quantity


Description Description


Parameters Parameters

$download_id

(Required) Download (cart item) ID number

$quantity

(Optional)

Default value: 1

$options

(Optional) Download options, such as price ID

Default value: array()


Top ↑

Return Return

(mixed) New Cart array


Top ↑

Source Source

File: includes/cart/functions.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
1.7 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.