Home › Forums › WoodMart support forum › next – previous Product – Order change › Reply To: next – previous Product – Order change
September 12, 2020 at 7:19 am
#225643

Artem Temos
Keymaster
By default, the WooCommerce plugin doesn’t have products next/previous arrows functionality at all. To implement this feature we use standard WordPress PHP get_next_post and get_prev_post functions that can obtain adjacent posts from the database. Unfortunately, it takes products from the whole table and depends only on the shop page order.