HerrZ Posted March 23, 2010 Share Posted March 23, 2010 hi, i setup a new product which is not a hostingpackage. pricing for it is "one time". for example the following productsarray from $_SESSION['cart']: [0] is the nonhosting product and [1] is a hostingproduct with billingcycle "one time", too. the difference is, on hostingpackage the [billingcycle] key is filled with "onetime" in nonhostingproduct it is not. why? [products] => Array ( [0] => Array ( [pid] => 9 [domain] => [billingcycle] => [configoptions] => [customfields] => [addons] => ) [1] => Array ( [pid] => 3 [domain] => fgdfgdfgdfgsg.de [billingcycle] => onetime [configoptions] => [customfields] => [addons] => [server] => ) // ... any reasons why this happens? however all works fine without the "onetime" value. but i have to code someting into this and want to know whats the right way. i tested with template vars cart.php?a=view&carttpl=web20cart&systpl=portal Regards 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.