i have used shortcode '[products ids="1,3,2" orderby="ID"]' to get the products with id 1,3,2. on page display, product showing as 3,2,1 if using order parameter it will display in ASC order or DESC order. but my order should be 1,3,2. how can i achieve it.
Thanks in Advance.