Post by markman-b » Fri Mar 16, 2012 8:00 pm

Hi,

I would like to remove the column return on the customers account page.
In OC 1.5.2.this isn't as easy as it was in previous versions.

I have removed the return link in:
\catalog\view\theme\default\account\order_info.tpl

by changing:

Code: Select all

<td class="right"><a href="<?php echo $product['return']; ?>"><img src="catalog/view/theme/default/image/return.png" alt="<?php echo $button_return; ?>" title="<?php echo $button_return; ?>" /></a></td>
into:

Code: Select all

<td class="right"><a href="<?php echo $product['return']; ?> title="<?php echo $button_return; ?>" /></a></td>
However the column "return" is still visible.
Does anyone know, what to do, to hide this column?
Image

OC version 1.5.4.1


Active Member

Posts

Joined
Wed Aug 24, 2011 7:13 pm

Post by inactiveaccount9912 » Sat Mar 17, 2012 5:16 am

just delete that hole thing you changed.

Expert Member

Posts

Joined
Fri May 14, 2010 2:36 am

Post by markman-b » Sat Mar 17, 2012 5:32 am

Thanx for your help.

Removing all lines regarding the "return functionality" doesn't make much difference.
The column remains visible...

OC version 1.5.4.1


Active Member

Posts

Joined
Wed Aug 24, 2011 7:13 pm
Who is online

Users browsing this forum: No registered users and 71 guests