Move selected items on the same page, but in a different place – archive layout
-
Hi, I need to modify the look of archive layout for a client.
1) How to display next to the name of the displayed category – the number of products. Is there such a field available? If not, how to put it there – (1) such value?
2) How to move / display the pagination which is at the bottom , so that it is displayed at the top right – in position (2)?
3) How to make the name of the selected attribute appear before the selected attribute in the filter, e.g. COLOR, WIDTH? Place marked (3)
Attached is a view of the page design from the client and our current layout.
—
Best regards,
Piotr
Attachments:
You must be
logged in to view attached files.
Hello,
Please share the wp login details in private content under the message area I will further check and give you a possible solution.
Best Regards.
Hi, we had a problem with the server. Please enclose the access. Please help.
Hello,
1. Go to Appearance > Widgets > edit product categories widgets and enable the option show product count.
https://ibb.co/RPTT7N0
2. In Default, WooCommerce displays a pagination on the bottom of shop and archive pages.
If you plan to display this pagination on the top of the pages, use below code snippet.
/* Show pagination on the top of shop page */
add_action( 'woocommerce_before_shop_loop', 'woocommerce_pagination', 10 );
/* Remove pagination on the bottom of shop page */
remove_action( 'woocommerce_after_shop_loop', 'woocommerce_pagination', 10 );
3. Sorry to say but right now there is no option in Theme Settings available for that. It requires Customization and this is beyond our limitations and support policy scope. Hope you can understand our limitations.
Best Regards.