• Resolved rec0il

    (@rec0il)


    Hello, I’ve ran into some problems while adding support for woocommerce to my theme.

    It’s regarding my shopping cart page. Please go to this link in order for me to better explain and demonstrate my issue.

    As you can see on this page I’ve used the woocommerce code for my cart totals:

    But I don’t need every part of this code yet I can’t divide it as it’s only in one line of code. I need it divided into three parts, my subtotal, my total and I need the link from “Proceed to checkout”. How is it that I can get all these informations and implement it into my own theme?
    <?php woocommerce_cart_totals(); ?>

    I wan’t to the data to the following code:

    <div class="lead mt-0 mb-30">
    Order Total: <strong>CODE FOR TOTAL HERE</strong>
    </div>
    
    <div>
    <a href="LINK TO CHECKOUT HERE" class="btn btn-mod btn-round btn-large">Proceed to Checkout</a>
    </div>

    Can someone tell me how I can do this? Thanks in advance

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

Viewing 1 replies (of 1 total)
  • Thread Starter rec0il

    (@rec0il)

    The codes which I needed was found in the template located in cart/cart-totals.php

Viewing 1 replies (of 1 total)
  • The topic ‘Implement cart totals to theme?’ is closed to new replies.