Home > Mobile >  my website Product Archives pages show only two products I am using commerce and all setting is ok ,
my website Product Archives pages show only two products I am using commerce and all setting is ok ,

Time:11-08

screenshot for this problem only shows two products https://i.stack.imgur.com/m6CAf.jpg

CodePudding user response:

how much products you uploaded to this archive? you have to upload more than 5 products to show them in your archive page.

CodePudding user response:

do you use Elementor or something else ? If so, take a look at which query you gave

Or use some shortcode like this [product_category id="your_category_id" per_page = "12" column = "3" orderby="id" order="DESC"]

  • Related