Yazan Posted November 7, 2011 Share Posted November 7, 2011 I am having the issue of having no values in the return from GetProduct in the configurable options [recurring] value. below is the response: Array ( [result] => success [totalresults] => 1 [products] => Array ( [product] => Array ( [0] => Array ( [pid] => 52 [gid] => 7 [type] => other [name] => DNC Test Product - Reseller [description] => [module] => [paytype] => recurring [pricing] => Array ( [uSD] => Array ( [prefix] => $ [suffix] => USD [msetupfee] => 0.00 [qsetupfee] => 0.00 [ssetupfee] => 0.00 [asetupfee] => 0.00 [bsetupfee] => 0.00 [tsetupfee] => 0.00 [monthly] => 0.00 [quarterly] => 0.00 [semiannually] => 0.00 [annually] => 0.00 [biennially] => 0.00 [triennially] => 0.00 ) ) [customfields] => Array ( [customfield] => Array ( ) ) [configoptions] => Array ( [configoption] => Array ( [0] => Array ( [id] => 1 [name] => Additional CPU units [type] => 1 [options] => Array ( [option] => Array ( [0] => Array ( [id] => 412 [name] => 0 [recurring] => ) [1] => Array ( [id] => 413 [name] => 0.25 [recurring] => ) [2] => Array ( [id] => 428 [name] => 0.5 [recurring] => ) [3] => Array ( [id] => 414 [name] => 1 [recurring] => ) [4] => Array ( [id] => 415 [name] => 2 [recurring] => ) ) ) ) [1] => Array ( [id] => 2 [name] => Additional Memory [type] => 1 [options] => Array ( [option] => Array ( [0] => Array ( [id] => 416 [name] => 0 [recurring] => ) [1] => Array ( [id] => 417 [name] => 256M [recurring] => ) [2] => Array ( [id] => 418 [name] => 512M [recurring] => ) [3] => Array ( [id] => 419 [name] => 768M [recurring] => ) [4] => Array ( [id] => 420 [name] => 1024M [recurring] => ) [5] => Array ( [id] => 421 [name] => 2048M [recurring] => ) [6] => Array ( [id] => 429 [name] => 3072M [recurring] => ) ) ) ) [2] => Array ( [id] => 3 [name] => Additional BW [type] => 1 [options] => Array ( [option] => Array ( [0] => Array ( [id] => 422 [name] => 0 [recurring] => ) [1] => Array ( [id] => 423 [name] => 50M [recurring] => ) [2] => Array ( [id] => 424 [name] => 100M [recurring] => ) ) ) ) ) ) ) ) ) ) As you can see, all recurring values for all configurable options are empty. Has anybody had this issue or knows a way around this issue? Your help would be really appreciated here. Thank you. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.