Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • zamoooik Friend
    #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 Moderator
    #495665

    Can you share the url of the site you’re working on – just so we can take a look at what you’re seeing?

    zamoooik Friend
    #495699

    here is the link
    http://zamoonda.org/scup/index.php/clothings/blazers-jacket

    more 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 Moderator
    #495702

    To 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?

    zamoooik Friend
    #495711

    the two menus home and affiliate networks are to close to each other, see image below


    1. footer
    TomC Moderator
    #495712

    Try 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?

    zamoooik Friend
    #495774

    i 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,views

    zamoooik Friend
    #495776

    thanks 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


    1. acheive
    kiwilee Friend
    #495836

    in 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.

    zamoooik Friend
    #495839

    thank you it worked just fine

Viewing 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