iJoomla Forum

iJoomla Digistore => Support Questions => Topic started by: CavySpirit on November 18, 2007, 07:52:23 PM



Title: I want to remove the Discount and Total Column
Post by: CavySpirit on November 18, 2007, 07:52:23 PM
Can you please let me know the code to change?
Thanks.


Title: Re: I want to remove the Discount and Total Column
Post by: RicardoCorai on November 19, 2007, 04:47:20 PM
Hi mranaconda2,
Edit component/com_digistore/digistore.html.php and delete this (line 565 aprox.):
Code:
      <td class="sectiontableheader">

        <?php echo _CART_DISCOUNT?>

    </td>

Code:
      <td class="sectiontableheader">

        <?php echo _CART_TOTAL?>

     </td>

Save the changes and check if all works fine.

Regards,

Note: maybe you need more changes...


Title: Re: I want to remove the Discount and Total Column
Post by: kilsan on November 28, 2007, 02:26:20 PM
I did this and it didn't remove the columns.  Any other suggestions?  Thanks!

Eric B.


Title: Re: I want to remove the Discount and Total Column
Post by: creativeraven on December 28, 2007, 10:16:00 PM
I want to do the same thing. Tried this but it didn't work. Anybody found a work around yet?

Thanks in advance for any advice or suggestions.


Title: Re: I want to remove the Discount and Total Column
Post by: merav on January 23, 2008, 05:11:27 PM
I will ask the programmers to answer this one.