Closed djeet closed 9 years ago
IsFeatured
is if the product is in your list of "featured products"IsComingSoon
is if the product is coming soon, ie unorderableMaxZoom
RetailPrice
is what others offer the price at, PriceInfo
is the actual price
Trying to integrate the API into Woo Commerce and need help with explanation of few parameters.
Here is the reference link:http://www.bakingcode.org/print_io/?function=6&submit=Submit
All questions w.r.t to get_product_list call:
1) What is the significance of below parameters.Why they do return as empty? [IsFeatured] => [IsComingSoon] =>
2) Is MAXZOOM indicating that on frontend.Does this mean in CSS i can scale to only 150% [MaxZoom] => 1.5 zoom:150%
3) Is MAXZOOM indicating that on frontend.Does this mean in CSS i can scale to only 150%
4) How is [PriceInfo] different from [RetailPrice] object?
5) For [info] array element [0] does not have a key .Is it a bug?