News:

Looking for documentation? Take a look on our wiki

Main Menu

Can't see price on the cart

Started by flaterik, October 12, 2012, 01:40:20 AM

Previous topic - Next topic

flaterik

Hi people, on my cart i can't see no price

I delete the template override but i have also the same problem. I can see the total price, discount but not the simple price of the product

this is the site

http://www.nympheaestetica.com/shop/

Thanks

bytelord

Hello,

First Forgot to mention your vm and joomla version.
If you tried without template overrides then please check your configuration under Configuration-> Pricing, try to enable all options for Show Following Prices, first you haven't enable tax maybe. Also check the option show Show Tax in Cart from price configuration.

Last do you have tax rules? If yes, is the tax calculated and display only when you are login? If yes, then go to tax calculation rule and remove countries/shopper group (leave empty - unique tax for everyone).

Regards
Production: Joomla 2.5.8 | VM 2.0.14 | PHP 5.3.13
Testing     : Joomla 2.5.8 | VM 2.0.16 | PHP 5.3.8
Testing     : Joomla 2.5.8 |    VM 2.1   | PHP 5.3.8

- Don't Forget to mark thread as solved when it is solved!
- Please do not PM with support questions, use the forum!

flaterik

Hi, thanks for support.

I must enable pricevariant and empty the tax on group.
Thanks for support

bytelord

Hello,

Is your issue resolved with that?

Regards
Production: Joomla 2.5.8 | VM 2.0.14 | PHP 5.3.13
Testing     : Joomla 2.5.8 | VM 2.0.16 | PHP 5.3.8
Testing     : Joomla 2.5.8 |    VM 2.1   | PHP 5.3.8

- Don't Forget to mark thread as solved when it is solved!
- Please do not PM with support questions, use the forum!

flaterik

Yes, it solved my problem. The price is not baseprice but variantprice :(

Sorry another information,

How to fix a class for this price visualization?
Ther's the function CREATEDIV but i can't understand how to change for example Salesprices div.

It take always pricesalesprice class

bytelord

Production: Joomla 2.5.8 | VM 2.0.14 | PHP 5.3.13
Testing     : Joomla 2.5.8 | VM 2.0.16 | PHP 5.3.8
Testing     : Joomla 2.5.8 |    VM 2.1   | PHP 5.3.8

- Don't Forget to mark thread as solved when it is solved!
- Please do not PM with support questions, use the forum!

flaterik

Thank's , i use template override and all other method you say to me :)

I specify in details my problem here:

http://forum.virtuemart.net/index.php?topic=108683.0

resuming, i have the same class for salesprices in category and cart , i wanto that is different!


bytelord

#7
Hello,

Why you don't override the CSS styling for pricesalesprice  ... that's my point!
Using template overrides not only override template files but also CSS files, please check again the the previous posts about template system and template overrides.

btw, you could use <?php echo $product->prices['salesPrice']; ?> to echo prices and them stylish them also, read here: http://forum.virtuemart.net/index.php?topic=104194.0
But the create div is already customized using css (color, text, etc).

What exactly you want to accomplish?

Regards
Production: Joomla 2.5.8 | VM 2.0.14 | PHP 5.3.13
Testing     : Joomla 2.5.8 | VM 2.0.16 | PHP 5.3.8
Testing     : Joomla 2.5.8 |    VM 2.1   | PHP 5.3.8

- Don't Forget to mark thread as solved when it is solved!
- Please do not PM with support questions, use the forum!

flaterik

I exactly know what you mean about div.

My problem is another.
I want to have different visualization for the same field in two different part of site.

So , with creatediv, i can't understand where the class is assigned to the prices and so i can't change this class in override.

But you say to me i can use also <?php echo $product->prices['salesPrice']; ?> so my problem is solved!

Thank you very much