- Posts: 10
- Thank you received: 0
virtuemart
-
dinny
Inactive member - Topic Author
- New Member
Less
More
13 years 1 month ago #12527
by dinny
virtuemart was created by dinny
i need to remove the price, discount and the total price in the show cart page/table is it possible? only the product name, code and quantity should display!
www.pulego.co.za/Angel/index.php/component/virtuemart/cart
www.pulego.co.za/Angel/index.php/component/virtuemart/cart
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 1 month ago #12548
by ivan.milic
Replied by ivan.milic on topic Re: virtuemart
You got answer in e-mail.
Please Log in to join the conversation.
-
dinny
Inactive member - Topic Author
- New Member
Less
More
- Posts: 10
- Thank you received: 0
13 years 1 month ago #12560
by dinny
Replied by dinny on topic Re: virtuemart
Thanks it worked!!
Please Log in to join the conversation.
-
markshah2
- Visitor
13 years 1 month ago #12700
by markshah2
Replied by markshah2 on topic Re: virtuemart
Why people do send answer in email.This is the discussion and every one is contributing here.I think this is unethical.
Please Log in to join the conversation.
-
dinny
Inactive member - Topic Author
- New Member
Less
More
- Posts: 10
- Thank you received: 0
13 years 1 month ago #12703
by dinny
Replied by dinny on topic Re: virtuemart
hey sorry markshah2 the thing is i needed help urgently so i sent an email to Ivan and he responded quickly but will paste the answer here!!
Answer
Open \components\com_virtuemart\views\cart\tmpl\default_pricelist.php
locate this:
<table
class="cart-summary"....
it you will see rows with <th>.....<.th> and <td>.... </td>. Delete <th>.....<.th> and then <td>.... </td> in each row that correspond to position of column you want to remove.
Answer
Open \components\com_virtuemart\views\cart\tmpl\default_pricelist.php
locate this:
<table
class="cart-summary"....
it you will see rows with <th>.....<.th> and <td>.... </td>. Delete <th>.....<.th> and then <td>.... </td> in each row that correspond to position of column you want to remove.
Please Log in to join the conversation.
Time to create page: 0.175 seconds