News:

Support the VirtueMart project and become a member

Main Menu

Editing virtuemart messages

Started by MaHe29, January 27, 2012, 12:35:03 PM

Previous topic - Next topic

MaHe29

I would like to edit the displayed messages after a new customer registers (see attachment1).
It shows 2 messages, when i think one would be enough (the second). I also like to edit the size of the second message, so it's a bit smaller and fits the page nicer.  The translation of the displayed message is "Registration Complete"

Can someone also tell me where i can edit the color of displayed messages by virtuemart?
When someone forgets to accepts the terms of delivery, virtuemart displays a message.
But the message doesn't really stand out, so customers often don't see the message.
And maybe give up the registration and order somewhere else (worse case scenario).
Can someone tell me where i van edit the size and color of this message? Making it pop out more?
For the message see attachment 2


[attachment cleanup by admin]


MobiVM

Hello,

Please check below file for edit color and message size.

components/com_virtuemart/themes/default/theme.css

And search below code.

.shop_info

and change in that css.

Best Regards,
Trivedi kartik.
Native mobile Apps for VirtueMart! Visit http://www.ivmstore.com

MaHe29

Thank you for the reply, buit that folder doenst exist in VM2.

MaHe29

Doenst anyone got a clue where to find this in VM2?
Should be an pretty easy edit if you know where the settings are located.

MaHe29

I've edited the index.php from the template to show the VM messages clearer.
In index.php ive changed the following line:
         <jdoc:include type="message" />
in
<h3><jdoc:include type="message" /></h3>

This way the messages are displayed bold like the attachment shows

[attachment cleanup by admin]