Art Of Amber

11 replies [Last post]
Joined: 09/18/2007
Juice: 17

Hello everyone,
After 2 months of hard-work Eye-wink I'm proudly presenting my first UC shop artofamber.
This shop will be like a window on the Internet for small amber gallery in Poland.
We are adding the products still but the majority of functions is completed (I still hope for some Polish payment gateway module though).
I would be very grateful if you could post some opinions.

Greetings

Bartek

http://artofamber.com/

Joined: 08/07/2007
Juice: 524

Great design.

There is a 2 pixel difference between ie and other browsers(firefox, safari). I've attached a screenshot.

AttachmentSize
artofamber.jpg 291.89 KB
Joined: 08/07/2007
Juice: 6671

Very nice design. I'd be interested in hearing about your experiences with the Localizer and translating your content.

Some things I've noticed:

  • Spelling error in English Catalog: "Pendents" should be "Pendants"
  • Prices and titles are the same color as the tables, making them invisible.
  • What's the significance of December 7th?

Whenever you're ready, feel free to make a Live Site page. Good job.

Joined: 09/18/2007
Juice: 17

Thanks guys for your feedback, I corrected today few minor bugs and spelling errors but I still didn't resolve the problem with Opera/FireFox (thx mike for that screen!)
It's the css compatibility problem which happens because I used filter:alpha(opacity=20); for background to make that nice effect but Opera/FF gives that opacity also to text making it almost impossible to read.
The 2px difference seems to be little easier problem.

Anyway thanks for your comments, thanks to them I still have some pleasent "ubercart" work to do Smiling

Ohh Lyle, 7th December was I think the day that that amber gallery was founded, but I'm pretty sure that it has nothing to do with Pearl Harbour...

Greetings from Poland

Joined: 08/07/2007
Juice: 524

Mackay,

I'm not a css expert, but have you tried setting the text in another div, and giving it a higher z-index.

I've had good luck separating other items, but I've never tried using filters.

Joined: 08/07/2007
Juice: 524

Another thought,

Try using a css conditional statement. You could set the default css file to work with the others, and then do a ie conditional statement to make IE work.
http://www.quirksmode.org/css/condcom.html

Joined: 09/18/2007
Juice: 17

Mike,

thanks alot for that css conditional statement idea. I used it and it works really great. I simply put embeded css style definitions in that conditional comments for IE greater and equal 6:
<!--[if gte IE 6]>
<style TYPE="text/css">
<!--
.odd #product
{
background-color: #c4b79d;
filter:alpha(opacity=20);
-moz-opacity: 0.2;
opacity: 0.2;
color: #beaa88;
vertical-align:middle;
text-decoration:none;
}
-->
<![endif]-->

Now the opacity is working only on IE6 and greater but my girlfriend (css is her hobby Eye-wink will try to make it work on Firefox/Opera too.
Anyway I also managed to fix this way the 2px difference mentioned by you before. Thanks! Smiling

Lyle you were asking about experiences with the Localization module. I would say it's a great fun implementing it - some things are easy - like translating contents - I had no problems with it, even though I don't have to translate every node because someone else will do it.
But there are some tricks that have to be done with cart buttons (next, submit order and so on...) I don't know if messing with code is necessary here but I decided to change cart.module a bit.
I have still a problem with catalog, cause there is a difference in spelling (english - catalog, polish/german - katalog). I only managed to change the block value, but after jumping on catalog page there is still Catalog all the time. (http://artofamber.com/en/catalog) After small "investigation" I figured that taxonomy module is responsible for that. Am I right? The problem is that my drupal/ubercart knowledge is really tiny and I don't know how to fix that. Maybe you could help?

Thanks for your support on that guys, I really appreciate that!

Joined: 08/07/2007
Juice: 6671

I think I found the problem. In uc_catalog.module, you can take out lines 546 and 548 (keep 547). You might have to do the same tweaks there that you did for the catalog block's title.

I don't remember why I had that if() statement in the first place, so I think I'll take it out.

Joined: 09/18/2007
Juice: 17

You were right Lyle, I commented those two lines and it translates now perfectly Smiling Thanks!

Joined: 08/28/2007
Juice: 693

Going to have to get into some real theming to catch up a bit. Very elegant.

Joined: 08/07/2007
Juice: 6671

I guess I'm a bad American to not remember Pearl Harbor. Sticking out tongue I figured it was something like a founding date, but I didn't see any words to indicate that.

mlw
mlw's picture
Joined: 06/26/2009
Juice: 2

Hi there.
Our website is http://homatherapypoland.org
We have Ubercart installed but the shop checkout, etc. is in english (I see translations are going on) and we are in need of a payment module Sad.

Any ideas.

thanks