• Hi,

    I want to list products from a category by ascending sku, in a table, without picture, as this example :

    <table>
    <tr>
    <td>SKU</td><td>post_title</td><td>regular price</td><td>sales price</td><td><a href="#link to the product page">See details</a></td><td><a href="link to add to cart">Add to cart</a></td>
    </tr>
    ....

    I think use php loop but i don’t know the syntax to load this values from woocommerce…

    I’m start in php function with woocommerce

    Thx for help

  • The topic ‘[Plugin : Woocommerce] list products from a category in table (without picture)’ is closed to new replies.