• The products listing screen has an action link for each product which says “Customers” and which points to the product editing screen, like this example:

    wp-admin/post.php?post=8888&action=edit#customer-bought

    It doesn’t work for me and I think it’s because the fragment is incorrect. I checked the HTML source code generated and there is no element with “customer-bought” as the id.

    What does work for me is this:

    wp-admin/post.php?post=8888&action=edit#wc-product-customer-list-meta-box

    I’m running the current version of WP and your plugin.

Viewing 1 replies (of 1 total)
  • Plugin Author Kokomo

    (@kokomoweb)

    Hi @ivanlutrov,

    you are right it seems we recently changed some of the html and didn’t realize the links no longer worked. This will be solved in the next version of the plugin that should be released this week. Thank-you for reporting this.

    Thierry

Viewing 1 replies (of 1 total)
  • The topic ‘Products listing screen URI fragments’ is closed to new replies.