• This is a random difficult to explain problem, but basically what I am attempting to do with wordpress is change a shopping cart plug in to allow for each entry to the cart to print out as a separate thing, basically if you ordered ten of the same item it would list that item ten times on the cart. I have tried everything I can think of to get the array to print like that, but I am at a loss. I am currently trying to hack apart woocommerce cart.php and their wc-formating-functions.php to try and get this done. Am I even looking in the correct place? Any help with this would be greatly appreciated. The ultimate goal is to be able to put in a series of similar instruments and issue a certificate for those intruments on the page.

    Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)
  • I am having trouble with this:

    basically if you ordered ten of the same item it would list that item ten times on the cart

    As an end-user, I would find that incredibly annoying.

    If you could explain your end goal here (other than annoying your users 😉 ), it might help us to help you.

    Why not just issue the same nubmer of certificates as there are items in the line? That way you could add a column to the checkout table and add the certificates in that.

    Of course that’s assuming that you’re going to be generating the certificates at the checkout, and not after the order has been placed, paid for and accepted…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Spinning my wheels advice needed’ is closed to new replies.