VirtueMart Forum

VirtueMart 2 + 3 + 4 => Product pricing => Topic started by: cehl on May 16, 2013, 20:58:28 PM

Title: Price not displayed
Post by: cehl on May 16, 2013, 20:58:28 PM
Hello, I would like to know how I can display prices without being registered as a user and put a space between "selling price" and the number of the price.

thanks
Title: Re: Price not displayed
Post by: AH on May 16, 2013, 22:04:06 PM
To add a space to the price just go to the currencies option in VM admin and modify the currency display.

To display a price to everyone you should not set any shopper groups for your prices.
Title: Re: Price not displayed
Post by: cehl on May 18, 2013, 02:19:52 AM
could you tell me where exactly are these options? I have searched but can not find them.

thank you very much
Title: Re: Price not displayed
Post by: AH on May 18, 2013, 11:33:28 AM
Go to VM admin

Configuration
Currencies

Choose the currency your shop operates in
(we are using GBP)

Modify the POSITIVE FORMAT and NEGATIVE FORMAT

In the example, I have also added a "span" class called "value"  this enables me to change the size and spacing of the price using CSS as you should sse I have kept the {symbol} and {sign} outside of this "span" so I only affect the numeriv value with the CSS, how you do it is up to you.

[attachment cleanup by admin]
Title: Re: Price not displayed
Post by: cehl on May 18, 2013, 19:07:10 PM
ok, I've seen and I've got,

thank you very much  ;)