How to Remove Returns from Open 2.1.0.2 Cart Account/Footer Area?

963 Views Asked by At

How to Remove Returns from Open 2.1.0.2 Cart Account/Footer Area???

I tried looking online, but its for all the older versions, i tried them all and none remove it, its still there.

Thanks

1

There are 1 best solutions below

0
On

Open catalog/view/theme/default/common/footer.tpl

Remove this line:

<li><a href="<?php echo $return; ?>"><?php echo $text_return; ?></a></li>

Obviously if you're using a different theme, remove there as well.