![]() |
How can I change the "View Cart Template"
Hi All
Can anyone tell me what part to change to make the "view Cart" page smaller. It holds to much info I think. Ideally i would like it to display Product code, title and price, all on one line. Any idea's Thanks |
Here's what I did in 4.0.9 (should work in 4.0.17 also, but haven't tried).
This will show only the cart details that you would normally see at the top of "checkout". in customer/main/cart.tpl replace: Code:
{if $products ne ""} with: Code:
{if $products ne ""} |
For a cleaner cart details replace everything in customer/main/cart_details.tpl with the code below:
Code:
{* $Id: cart_details.tpl,v 1.12.2.1 2004/10/19 12:05:37 svowl Exp $ *} |
This is great, Got the first part working and its just what i am looking for, could'nt get the second one working but thats not a prob, it was really the first part that i was looking for.
Many thanks for your help. James |
All times are GMT -8. The time now is 07:39 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.