News:

Support the VirtueMart project and become a member

Main Menu

Product price not showing up

Started by ssanchez, December 28, 2011, 20:55:39 PM

Previous topic - Next topic

ssanchez

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]

PRO

configuration Pricing tab.

just choose "final sales price"

ssanchez

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]

PRO

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>";
            }

ssanchez

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 .

PRO

ssanchez, you will have to learn the cart no matter which cart you use.


ssanchez