Closed (fixed)
Project:
Ubercart
Version:
6.x-2.x-dev
Component:
Code
Priority:
Minor
Category:
Feature request
Assigned:
Issue tags:
Reporter:
Created:
2 Jul 2008 at 17:11 UTC
Updated:
2 Jan 2014 at 23:45 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
rszrama commentedExcellent patch! I'll consider dropping it in the 1.1, but it'll definitely go into the D6 branch. I'm curious if there's anyway I could get you to do the same thing for the shopping cart icon... it looks horrid on dark backgrounds, but a lot of people still use it. It's probably just b/c it's hard to figure out how to change or remove. : (
Comment #2
svetlin commentedI'm not sure this is the best solution, because the cart link is floated and goes over the block title if the user is using a very large font. The cart icon is a background image of the cart link, which has a cart-empty/cart-full class. I have removed some unnecessary classes from the css file and the uc_cart_path variable.
I have also attached two icons for the cart link, which I think more clearly indicate the state of the cart, but this is a matter of taste. If you like them, use them.
Comment #3
rszrama commentedI was about to commit this when I realized 2 things:
1) The images for the collapsed arrow are relative, but we can't assume everyone will put their Ubercart directory in the same place. I think the thing to do is going to be to duplicate the arrow graphics into the cart directory. Any thoughts?
2) I'd rather not switch up everyone's cart block images in a minor version... meaning, I needed to float the cart icon left instead of right, and I need to figure out how to get the collapsed arrow back on the right side. That part is proving difficult for me. ; )
Other than that, this is a great step in the right direction!
Comment #4
rszrama commented-duplicate-
Comment #5
rszrama commentedComment #6
rszrama commentedPatch attached for all cart block title images. : )
Comment #7
rszrama commentedHas been reviewed and committed.