catalog/view/theme/temanız/template/common/cart.tpl yi açın.Alttakileri silin.Temanıza göre kodlar aynı olmayabilir.Fakat benzerdir.

<?php if ($product['option']) { ?>
<?php foreach ($product['option'] as $option) { ?>
<br />
- <small><?php echo $option['name']; ?> <?php echo $option['value']; ?></small>
<?php } ?>
<?php } ?>
<?php if ($product['recurring']) { ?>
<br />
- <small><?php echo $text_recurring; ?> <?php echo $product['recurring']; ?></small>
<?php } ?>