Listing Options In Order Summary

Hi,

Sorry to bother you again. Is there an easy way to echo the various options in the order summary so that the customer can get a better view of what they are ordering when reviewing the summary?

I.e. instead of the SKU column, maybe a column containing a loop of the selected options, like in the printable order copy

2 trousers, size small, colour blue
2 trousers, size small, colour brown

Etc. I took a punt that maybe the $options array would be filled and copied the coding logic from the printable order copy

Unfortunately that array was empty, so I had a look in lib_cart.inc.php to see of I could find a solution. Maybe you could point me in the right direction? Any help would be very much appreciated! Many thanks in advance.

tim

Try edit pages/ajax/checkout_summary.html.inc.php

Find

'options' => array(),

Replace with

'options' => $item['options'],

That should send the snippet to the view.

That works a treat. I though I might be looking in the wrong place :)

Este tópico foi fechado devido à longa inatividade. Não é possível postar nele.
Veja o código no GitHub