Howto Add Pagination To Product Options?

i have a product have a lot of inventory options almost 50-60

an when i add variant icons page getting huge height size.

how can i add pagination or swipe selection for this ?

Here is simple solution. It depends on the Theme you use, but try to add the following code to the CSS section of the Theme editor

.ty-product-variant-image {    
    overflow: auto;
    height: 80px;
    white-space: nowrap;
}

It will add scrolled block with available option variants

http://prntscr.com/m3cxnq

You could try to initialize owl carousle on there as well if you want. Contact us if that is what you desire (sales@poppedweb.com).

ecom your solutions simple but un usable.

lets try your solutions boss.

looking not easy. must be count every page for carousle.

ecom your solutions simple but un usable.

Why not?

All items list same row, also dont have prev next buttons( customers cant see next pages)

All items list same row, also dont have prev next buttons( customers cant see next pages)

Right, as adding pagination is quite complex task. We just advised free and simple solution