Skip to content

Instantly share code, notes, and snippets.

@brandondove
Created October 14, 2010 17:37
Show Gist options
  • Save brandondove/626634 to your computer and use it in GitHub Desktop.
Save brandondove/626634 to your computer and use it in GitHub Desktop.
Product Object
(
[prices] => Array
(
)
[pricekey] => Array
(
)
[priceid] => Array
(
)
[categories] => Array
(
)
[tags] => Array
(
)
[images] => Array
(
)
[specs] => Array
(
)
[max] => Array
(
)
[min] => Array
(
)
[onsale] =>
[freeshipping] =>
[outofstock] =>
[stock] => 0
[options] => Array
(
)
[_table] => kki_shopp_product
[_key] => id
[_datatypes] => Array
(
[id] => int
[name] => string
[slug] => string
[summary] => string
[description] => string
[featured] => list
[variations] => list
[options] => string
[addons] => string
[priority] => int
[status] => list
[publish] => date
[created] => date
[modified] => date
)
[_lists] => Array
(
[featured] => Array
(
[0] => off
[1] => on
)
[variations] => Array
(
[0] => off
[1] => on
)
[status] => Array
(
[0] => publish
[1] => draft
[2] => private
[3] => trash
)
)
[_defaults] => Array
(
)
[id] => 7
[name] => Recurring Donation
[slug] => recurring-donation
[summary] =>
[description] =>
[featured] => off
[variations] => off
[addons] => off
[priority] => 0
[status] => publish
[publish] => 1287048153
[created] => 1287048153
[modified] => 1287048153
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment