• Hi there,

    Would anyone know how to add SKU variation to the cart page?

    I’ve looked through some of the support pages re this topic but nothing has worked for me nor were there sufficient instruction on how to do this.

    Any direction on how to implement this would be much appreciated.

    jasi_au

    https://wordpress.org/plugins/woocommerce/

Viewing 1 replies (of 1 total)
  • Caleb Burks

    (@icaleb)

    Automattic Happiness Engineer

    Hi Jasi_au,

    You would need to create a template override for cart.php.

    Then you can use the following line of code wherever you want the SKU to appear:

    <?php echo $_product->sku; ?>

    Hope this helps:)

Viewing 1 replies (of 1 total)
  • The topic ‘How do I add SKU to cart page’ is closed to new replies.