ggerbz
Forum Replies Created
-
Zone with only Europe region is not matching customers in European countries like Italy or France.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Blocks Are Not Working Since Last Update@mayank29gupta thank you for this! My class had an extra underscore: .wc-block-grid__product
@roshni07 I just re-created the bug in your demo:
https://dokandemo.wedevs.com/store/demo/The demo user already had 2 products in there store, so I added 11 more hidden products. Now you see that the store page has pagination and only shows 1 product on each page.
The number is displayed by my theme, the number is simply evidence that the Dokan calculation for products in the store is incorrectly including hidden products.
This incorrect calculation is also the cause of the incorrect pagination.
Since you have a local version setup, follow the steps to reproduce I described above to understand the issue better.
- /store/seller_name/ page is set to display 12 products on each page.
- currently this store sells 3 visible products and 18 hidden products
- /store/seller_name/ is displaying 2 products
- /store/seller_name/page/2/ is displaying 1 product
- Also see in screenshot that theme says “21 Products found”
- Once fixed, this should say “3 Products found” and only have one page displaying 3 products
Store Profile (Pagination Page 1)
https://snag.gy/UcGZj3.jpgStore Profile (Pagination Page 2)
https://snag.gy/6sg5hk.jpgSteps to reproduce:
1) Create a vendor
2) create a product with default visibility
3) create a product with hidden visibility
4) store page will show 1 product, but will say “2 Products Found”
5) add 24 more hidden products
6) store page will show 0 products, but will say “26 products Found” and pagination will appear showing a second page where the 1 visible product will appear