Plugin Contributor
Iconic
(@iconicwp)
Hey,
Did you see that it now requires a new parameter on the shortcode? You have to add pagination="true" to the shortcode.
I used this short code
[pagination=”true” recent_products per_page=”20″ columns=”4″]
Plugin Contributor
Iconic
(@iconicwp)
Did you try it like this instead:
[recent_products pagination="true" per_page="20" columns="4"]
I used this code, But this added an other shop module with pagination under my divi them shop module, I want to use my divi shop module to display and used this shortcode just for pagination.
Plugin Contributor
Iconic
(@iconicwp)
You may need to ask the people at Divi. All that is required is to add the pagination=”true” parameter to whatever shortcode you’re using.
I’ll mark this as resolved for now.