Please open views-view-table--commerce-cart-form--default.tpl.php file(sites/all/themes/md_orenmode/template/views/commerce/cart-page). Then go to line 42 then replace the code
No Universal solution fits all special business requirements. Our experienced team is ready with ideas and state-of-the-art technical solutions to consult the best solution within your budget.
Hello,
Please open views-view-table--commerce-cart-form--default.tpl.php file(sites/all/themes/md_orenmode/template/views/commerce/cart-page). Then go to line 42 then replace the code
by
<?php if($field == 'line_item_title') : ?><a href="<?php print drupal_get_path_alias('node/'.$node->nid.'') ?>"><?php print strip_tags($content) ; ?></a><?php endif; ?>
Thanks!
Thank you very much!