![]() |
Actually that wasn't right. What we are trying to do is add actual cart product details into the minicart. Your code took that out. I figured out what to do. Here is how I coded minicart.tpl:
After the first line replace the rest of the code with this: Quote:
Be sire to add the the line to the minicart.php as stated in the original post. |
okay to show amount in minicart without shipping edit minicart.php on around line 93
before: $MINICART["total_cost"] = $cart["total_cost"]; change to: $MINICART["total_cost"] = $cart["display_subtotal"]; i hope it helps, it for version 4.016 regards Junaid |
just what i was looking for
works smoothly in 4.0.17 nice work junaid! =D> |
Heres my version of this.... cleaned it up, added shipping cost and some tool tips with the full product name and shipping name if you hover over the items
Works fine in V4.0.17 Make a css style too as follows. Code:
.MiniCartTextTiny { Code:
{* $Id: minicart.tpl,v 1.12 2004/07/06 14:00:12 svowl Exp $ *} heres the minicart.php file too Code:
# |
Thanks!
Thanks for the update to this Mod it's working great. 4.017
-Bill |
Works great! Thanks.
Quick question though. I don't see the tool tips in the code. Did you use overlib or something else? Care to reveal? Thanks again. |
Quote:
I updated my post to show the tooltips too, they were missing, and changed a few other things too |
Thanks!
Works like a charm. |
Thanks from me too!
Absolutely awesome mod !
Just a word of warning: remember to download your css file so you are working on the latest version of it not the original ! (and presumably if you re-skin you will need to update it again ?) Anyway if you want to see it in action on a 2-column layout have a look at: http://www.eyewearsystems.co.uk/xcart/home.php Many thanks again !!! |
Quote:
............ I just did this and it is awesome, however, I would like to make it so that when a user clicks on the product name, it takes them to that products page? Is this possible? Thx! |
All times are GMT -8. The time now is 08:30 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.