user1550 Od Nieznany Użytkownik od gru -0001 user1550 7 maj 2015 00:37 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 Founder Od Sweden Użytkownik od maj 2013 tim 7 maj 2015 02:42 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.
user1550 Od Nieznany Użytkownik od gru -0001 user1550 7 maj 2015 10:14 That works a treat. I though I might be looking in the wrong place :)