Jump to content

Fix for: notes to customers not showing


SentiJB

Recommended Posts

open cubecart.class.php ; 

find 

$summary['state']  = getStateFormat($summary['state']);
                $summary['country']  = getCountryFormat($summary['country']);
                $summary['state_d']  = is_numeric($summary['state_d']) ? getStateFormat($summary['state_d']) : $summary['state_d'];
                $summary['country_d'] = getCountryFormat($summary['country_d']);
                $summary['order_status'] = $GLOBALS['language']->order_state['name_'.$summary['status']];
                $summary['vat_number'] = $GLOBALS['config']->get('config', 'tax_number');

add

$summary['note_to_customer'] = $note_to_customer;

 

Link to comment
Share on other sites

  • SentiJB changed the title to Fix for: notes to customers not showing

Quote

For which version of CubeCart

latest version . 

Quote

and what was the issue

if you add a note for customer (for an order and on the field customers can see) customers didn't see the note in there account - orders 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...