Project

General

Profile

Feature - Enhancement #2241

Add ToItemInfo to Consignment

Added by bjcasey 6 months ago. Updated 6 months ago.

Status:
Implemented
Priority:
Normal
Assignee:
Category:
-
Start date:
2023-10-16
Due date:
% Done:

100%

Estimated time:
vbulletin_issue_id:

Description

When doing echo ${BrokerWindow.SearchResult[1].ToItemInfo.NumAdornmentsAttached} it returns that the ToItemInfo doesn't exist for Consignment types. Could this be added?

For example, I'm trying to compare an item I want to list for sale that has an adornment attached, but some of the search results don't have adornments attached. The picture on the left is the first result and does not have an adornment attached and the picture on the right is the second result and it does have an adornment attached.

#1

Updated by Amadeus 6 months ago

  • Status changed from New to Implemented
  • Assignee set to Amadeus
  • % Done changed from 0 to 100

Added in 20231024.0025

October 31, 2023
[20231024.0025]
* Updated "ToLink" MEMBERS of several datatypes that were producing strings not formatted correctly
* Fixed the "ToLink" MEMBER of the 'merchandise' datatype.
* Fixed the "ToLink" MEMBER of the 'consignment' datatype.
* Added new MEMBERS to the 'consignment' datatype:
  1. IsItemInfoAvailable   (bool)
  2. ToItemInfo            (iteminfo)
* Added new MEMBERS to the 'merchandise' datatype:
  1. IsItemInfoAvailable   (bool)
  2. ToItemInfo            (iteminfo)

Also available in: Atom PDF