BV Commerce Forum
»
BV Commerce Support
»
General Support
»
FIXED: Web Service method: Catalog_InternalProduct_GetChoices
Rank: Member
Joined: 11/15/2006(UTC) Posts: 52
|
For me, it is not returning an array of product choices for products that have product choices.
|
|
|
|
Rank: Member
Joined: 3/1/2006(UTC) Posts: 1,142
|
It appears that since we marked the property ChoicesAndInputs as XmlIgnore() that these methods aren't going to work. Since you pass in an instance of the product and it returns the choices that the product has on it. Are you using a custom version of BVC5? Because if you are modifying the core source for your store then I can give you the code to change to make this an easy fix. Otherwise we are going to have to get you a hotfix for this issue. |
Justin Etheredge Senior Software Engineer BVSoftware |
|
|
|
Rank: Member
Joined: 11/15/2006(UTC) Posts: 52
|
Hi
I am not using a custom version of BVC 5. I have no wish to tamper with the Core unless as directed by you.
One reason why I am interested in this method is that I want to edit the selection items in a product choice. I would also like to add or remove specific product choices.
Thanks.
|
|
|
|
Rank: Member
Joined: 11/5/2003(UTC) Posts: 2,136
Was thanked: 1 time(s) in 1 post(s)
|
I vaguely remember that I reported some problem in 5.00 retrieving an order that included a product with choices. Something about the XmlSerializer getting confused by a circular reference. Perhaps ChoicesAndInputs was marked XmlIgnore because of that. |
|
|
|
|
Rank: Member
Joined: 11/5/2003(UTC) Posts: 1,786
|
You're correct Andy. There was a problem with inheritance and the VS2005 XmlSerializer and WSDL. I think that's why we commented out those functions. Use at your own risk if you remove the "<xmlignore()>_" tag.
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.