design change sentence

Ecommerce design Joomla template to start your online business with VirtueMart and additional eshop features.
GK User
Thu Mar 07, 2013 1:41 pm
Hi!

I need to change the phrase "Maximum quantity reached, new amount set in 2" show image to be displayed as an error.

I wish we could see red and bold.

I tried to add labels and <span> <strong> in com_virtuemart.ini translation file but not change color.

What I can do?

Tanks!! :D
User avatar
Expert Boarder

teitbite
Fri Mar 08, 2013 11:21 am
Hi

I do not quite understad this part about change, but please tell me an exact uld to this and I'll tell You the code to change the color.
User avatar
Moderator

GK User
Fri Mar 08, 2013 1:41 pm
Hi!!

Sorry not explain well

When I have for example 2 items in stock and the customer orders 3, it appears that image where it says "Maximum quantity Reached, new amount in September in 2" stock as if the phrase is "The product was added to cart"

The two phrases have the same format and the client can easily go wrong with the two sentences, so I would like the phrase "Reached Maximum quantity, new amount in September in 2" appear in red and bold for the customer to see no stock easily.

My URL : http://tienda.tartasparaimpresionar.com/

Thanks!
User avatar
Expert Boarder

teitbite
Mon Mar 11, 2013 2:57 pm
Hi

I'm not 100% sure if this is the solution, because I cannot find a product which will display the message mentioned exactly, but please try adding this to css:

Code: Select all
.my-groovy-style > div > div {
color: red;
}
User avatar
Moderator

GK User
Mon Mar 18, 2013 12:59 pm
Hi!
Finally I decided to change the sentences style, but I don't know how to find the php file message to do it.

Could you help me please?

Thanks in advance! :)
User avatar
Expert Boarder

teitbite
Mon Mar 18, 2013 5:08 pm
Hi

I'm guessing it should be in /languages/[lang_tag]/[lang_tag].com_virtuemart.ini
User avatar
Moderator

GK User
Mon Mar 18, 2013 9:55 pm
No
The message pop-up. I guess it is in some php file to be able to change the styles in it.
User avatar
Expert Boarder

teitbite
Tue Mar 19, 2013 3:56 pm
Hi

The file related to this popup is /html/com_virtuemart/cart/default.php but I can see sentences which should be mentioned in /language folder ini files.

Please ask on VM forum about that. I'm not Virtuemart expert so I'm not sure in this case.
User avatar
Moderator

GK User
Tue Mar 19, 2013 4:58 pm
Thanks a lot for your answer!
User avatar
Expert Boarder


cron