Why in ecommerce the Amount field is always visible?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Why in ecommerce the Amount field is always visible?

Bruno Busco
Hi,
could someone please explain me what the "Amount" field should be used for
in the detailed product screen?
I find it always visible even if it seems to me it shouldn't.

Have a look here for instance:
http://demo.hotwaxmedia.com/ecommerce/control/product/~category_id=PROMOTIONS/~product_id=ENCHILADAS


Many thanks,
-Bruno
Reply | Threaded
Open this post in threaded view
|

Re: Why in ecommerce the Amount field is always visible?

Bilgin Ibryam

Hi Bruno,

The amount field should be visible only for the products which require it.
There is small style bug, that's why it is visible for all the products.

The hidden class exists in maincss.css but it is missing in  
ecommain.css, you can fix the bug by adding the following lines to  
ecommain.css

.hidden {
visibility: hidden;
}

BTW can someone with framework access also add the above lines to ecommain.css

Thanks,
Bilgin

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.

Reply | Threaded
Open this post in threaded view
|

Re: Why in ecommerce the Amount field is always visible?

Jacques Le Roux
Administrator
In reply to this post by Bruno Busco
Yes, I think it should not show. Feel free to open a Jira issue and provide a patch

Jacques

From: "Bruno Busco" <[hidden email]>

> Hi,
> could someone please explain me what the "Amount" field should be used for
> in the detailed product screen?
> I find it always visible even if it seems to me it shouldn't.
>
> Have a look here for instance:
> http://demo.hotwaxmedia.com/ecommerce/control/product/~category_id=PROMOTIONS/~product_id=ENCHILADAS
>
>
> Many thanks,
> -Bruno
>
Reply | Threaded
Open this post in threaded view
|

Re: Why in ecommerce the Amount field is always visible?

Jacques Le Roux
Administrator
In reply to this post by Bilgin Ibryam
Thanks Bilgin and Bruno,

Done in revision 659979.

Jacques

From: "Bilgin Ibryam" <[hidden email]>

>
> Hi Bruno,
>
> The amount field should be visible only for the products which require it.
> There is small style bug, that's why it is visible for all the products.
>
> The hidden class exists in maincss.css but it is missing in  
> ecommain.css, you can fix the bug by adding the following lines to  
> ecommain.css
>
> .hidden {
> visibility: hidden;
> }
>
> BTW can someone with framework access also add the above lines to ecommain.css
>
> Thanks,
> Bilgin
>
> ----------------------------------------------------------------
> This message was sent using IMP, the Internet Messaging Program.
>