VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: ssanchez on December 28, 2011, 20:55:39 PM

Title: Product price not showing up
Post by: ssanchez on December 28, 2011, 20:55:39 PM
I have just installed VM2 on J 1.7---I'm familiar with older versions of VM, but am new to 2. "Out of the box" I created and posted a product, and I seem to have no control over the display of pricing. I only want "Price = x" not price with tax, not price with discount, not sales price, not sales price with tax,....just PRICE. It shows Price = (nothing), then sales price and sales price with tax.

When you enter "Cost price" on the product entry page, shouldn't the front end show the price????

I have toggled all of the price display options in the shopper groups and there is absolutely no response on the product page. I like Virtuemart, but simple things like this shouldn't be so daggon complicated.

Frustrated, at a loss, any help is greatly appreciated.

Original Post = http://forum.virtuemart.net/index.php?topic=95282.0

[attachment cleanup by admin]
Title: Re: Product price not showing up
Post by: PRO on December 28, 2011, 21:09:36 PM
configuration Pricing tab.

just choose "final sales price"
Title: Re: Product price not showing up
Post by: ssanchez on December 28, 2011, 21:17:59 PM
Quote from: BanquetTables.pro on December 28, 2011, 21:09:36 PM
configuration Pricing tab.

just choose "final sales price"


Didn't work either..

I am using joomla 1.7 and VM 2.0... I tried everything from reinstalling clean...

[attachment cleanup by admin]
Title: Re: Product price not showing up
Post by: PRO on December 28, 2011, 21:25:20 PM
http://forum.virtuemart.net/index.php?topic=90935.0


THEN,
views/productdetails/tmpl/default.php

remove

else {
               echo "<strong>" . JText::_ ( 'COM_VIRTUEMART_CART_PRICE' ) . "</strong>";
            }
Title: Re: Product price not showing up
Post by: ssanchez on December 28, 2011, 21:38:39 PM
Quote from: BanquetTables.pro on December 28, 2011, 21:25:20 PM
http://forum.virtuemart.net/index.php?topic=90935.0


THEN,
views/productdetails/tmpl/default.php

remove

else {
               echo "<strong>" . JText::_ ( 'COM_VIRTUEMART_CART_PRICE' ) . "</strong>";
            }


I get what you did .. I dont show the "Price:" in that page now... My only concern is that I did a fresh install and I am the only person who had this issue. Is there other things I might need to worry about? I mean the most basic thing in a online shopping cart webpage is to show prices which I was unable to .
Title: Re: Product price not showing up
Post by: PRO on December 28, 2011, 21:41:00 PM
ssanchez, you will have to learn the cart no matter which cart you use.

Title: Re: Product price not showing up
Post by: ssanchez on December 28, 2011, 21:51:20 PM
Thanks you solved my problem.. :-)