How make pagination work with re-order of collection.products (first available product then out of stock) Shopify Liquid
I’m using a code to re-order the products in a collection, I separated the products in stock and the products out of stock into two arrays, then I concatenated them and used this object to render card_product, so far so good, but when the collection does pagination what happens is that each page first show in stock product and then those out of stock.
Does script differently in liquid file?
If in a normal html file I do the following it works perfectly.
Video thumbnail not displaying in image carousel
I have added a video on the admin page of a product. Initially the video was not being displayed.