• Hi WordPress support forums,

    Im currently making a Woocommerce theme from scratch.
    I got everything running now and its nice!

    But now i want to change the markup, i use <?php woocommerce_content(); ?>
    to display the product. But i want to change the markup.

    It looks like this now: https://g2f.nl/085lx8t
    I want to let it look like this: https://g2f.nl/0324×50

    I can achieve this in flat HTML/CSS but i cant include the price and short description one by one? The only option is woocommerce_content. But i want to split that function in different things.

    Like <?php woocommerce_price(); ?> that echo’s the price.
    and <?php woocommerce_description(); ?> echo’s the description.
    Is that possible? If no, how can i mark this up to what i made here: https://g2f.nl/0324×50

    Really appreciating someone that can help me out!
    Thanks

  • The topic ‘Woocommerce template’ is closed to new replies.