bug com_virtuemart/_user/edit_orderlist.php

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Oct 06, 2014 1:02 pm
Reply with quote
Report this post
Hi

I found a bug here:

/httpdocs/templates/gk_shop_and_buy/html/com_virtuemart/_user/edit_orderlist.php


Code: Select all
            <td align="left">
               <a href="<?php echo $editlink; ?> rel="nofollow""><?php echo $row->order_number; ?></a>
            </td>
            <td align="left">


It shoud be:

Code: Select all
            <td align="left">
               <a href="<?php echo $editlink; ?>" rel="nofollow"><?php echo $row->order_number; ?></a>
            </td>


order links were broken:
User avatar
Senior Boarder

teitbite
Mon Oct 06, 2014 9:56 pm
Reply with quote
Report this post
Hi

Thank You for reporting this. I'll pass this to programmers.
User avatar
Moderator


cron