-
AuthorPosts
-
June 12, 2013 at 3:23 pm #188188
Please how do i put the VM currency sign in front of the sales price and remove it from behind example 3,000$ $3,000
regards
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
June 12, 2013 at 4:09 pm #495665Can you share the url of the site you’re working on – just so we can take a look at what you’re seeing?
June 12, 2013 at 6:11 pm #495699here is the link
http://zamoonda.org/scup/index.php/clothings/blazers-jacketmore so please how can i give the links at footer more padding because they are to close to each other, i have tried using development mode and it not given me the desired result
thanks
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
June 12, 2013 at 6:54 pm #495702To modify the price display in VirtueMart, you need to modify the format of {product_price} in the following file —> administrator/components/com_virtuemart/html/browse_1.php
( or browse_X if you have changed parameters in VM main configuration )
How are you wanting to increase the padding for your footer menu items?
June 12, 2013 at 10:25 pm #495711TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
June 12, 2013 at 10:39 pm #495712Try this . . .
Within file path —> /scup/templates/ja_hawkstore/css/bootstrap-responsive.css
at line 166, add a “padding-left” property – for example:
.row-fluid {
-moz-box-sizing: border-box;
display: block;
float: left;
min-height: 30px;
padding-left: 20px;
width: 100%;
}Does that achieve the desired separation you were looking for?
June 13, 2013 at 10:53 am #495774i have gone through this file path administrator/components/com_virtuemart/html/browse_1.php and did not see the folder called html
just folders assets,controllers,elements,helpers,install,liveupdate, models, pluggins,tables,viewsJune 13, 2013 at 11:03 am #495776thanks bro……i have tried that before it did give it a padding but the width was still small, i want to believe this is the css controlling the width,but have not been able to fine tune it to to increase the width of the first three columns on the left
.row-fluid .span3 {
width: 25%;
}i have tried changing from 25% to 30% and this distorts the social icon menus.
thanks
kiwilee Friendkiwilee
- Join date:
- June 2012
- Posts:
- 30
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 13
- Thanked:
- 13 times in 1 posts
June 13, 2013 at 10:37 pm #495836in VM… component.
Configuration.
Currency.Select the currency to edit.
Eg NZD:
{sign} <b>{number}</b> {symbol}”
will display a price like “+ 42,23 $”I change it to:
{symbol}{number}So it = $100
Not 100$ the default.
June 14, 2013 at 1:04 am #495839thank you it worked just fine
AuthorPostsViewing 10 posts - 1 through 10 (of 10 total)This topic contains 10 replies, has 3 voices, and was last updated by zamoooik 11 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum