- Posts: 6742
- Thank you received: 715
VIRTUEMART NOT SHOWING MY CHOSEN CURRENCY AND NOT SAVING SHOP INFORMATION
-
milos
Support Staff - Moderator
Less
More
3 years 7 months ago #47889
by milos
Replied by milos on topic VIRTUEMART NOT SHOWING MY CHOSEN CURRENCY AND NOT SAVING SHOP INFORMATION
It's fixed now and the currency is changed.
Best regards
Best regards
Please Log in to join the conversation.
-
lazmk1
Inactive member - Topic Author
- New Member
Less
More
- Posts: 6
- Thank you received: 0
3 years 7 months ago #47890
by lazmk1
Replied by lazmk1 on topic VIRTUEMART NOT SHOWING MY CHOSEN CURRENCY AND NOT SAVING SHOP INFORMATION
Thank you so much, how can I make the currency to show before the price a in ZMK400 and not 400ZMK?
Regards,
L
Regards,
L
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
3 years 7 months ago #47891
by milos
Replied by milos on topic VIRTUEMART NOT SHOWING MY CHOSEN CURRENCY AND NOT SAVING SHOP INFORMATION
Hello,
Go to VirtueMart > Configuration > Currencies > "Currency Name". Then change {number} {symbol} with {symbol} {number}.
Regards,
Milos
Go to VirtueMart > Configuration > Currencies > "Currency Name". Then change {number} {symbol} with {symbol} {number}.
Regards,
Milos
Please Log in to join the conversation.
-
lazmk1
Inactive member - Topic Author
- New Member
Less
More
- Posts: 6
- Thank you received: 0
-
lazmk1
Inactive member - Topic Author
- New Member
Less
More
- Posts: 6
- Thank you received: 0
3 years 7 months ago #47897
by lazmk1
Replied by lazmk1 on topic VIRTUEMART NOT SHOWING MY CHOSEN CURRENCY AND NOT SAVING SHOP INFORMATION
Hi,
I want to change the colour of product description heading and also the color categories as illustrated in attached screenshot, how do I change them
Here's link to screenshot of what I want: [url] www.sendspace.com/file/t44gcf [/url]
Regards,
Laz
I want to change the colour of product description heading and also the color categories as illustrated in attached screenshot, how do I change them
Here's link to screenshot of what I want: [url] www.sendspace.com/file/t44gcf [/url]
Regards,
Laz
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
3 years 7 months ago #47898
by milos
Replied by milos on topic VIRTUEMART NOT SHOWING MY CHOSEN CURRENCY AND NOT SAVING SHOP INFORMATION
Hello,
1. Should be OK now.
2. This is not related to the template. Please read this forum.virtuemart.net/index.php?topic=143644.0 or try to find help on the VirtueMart forum.
To change the color, go to Extensions > Templates > Styles > Hot Jewelry > Custom > CSS. Find and change color in this part (around line 1044):
and here around line 767:
Regards,
Milos
1. Should be OK now.
2. This is not related to the template. Please read this forum.virtuemart.net/index.php?topic=143644.0 or try to find help on the VirtueMart forum.
To change the color, go to Extensions > Templates > Styles > Hot Jewelry > Custom > CSS. Find and change color in this part (around line 1044):
Code:
.productdetails-view .product-description span.title {
color: #000;
font-size: 18px;
font-weight: 700;
text-transform: uppercase;
padding: 30px 0 10px 0;
display: block;
}
and here around line 767:
Code:
.mp_right li a {
color: #666;
font-size: 14px;
font-weight: 400;
}
.mp_right li a:hover {
color: #ffb81e;
}
Regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.134 seconds