Author Topic: Product price not showing up  (Read 9877 times)

ssanchez

  • Jr. Member
  • **
  • Posts: 58
Product price not showing up
« 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]

PRO

  • Global Moderator
  • Super Hero
  • *
  • Posts: 10443
  • VirtueMart Version: 3+
Re: Product price not showing up
« Reply #1 on: December 28, 2011, 21:09:36 PM »
configuration Pricing tab.

just choose "final sales price"

ssanchez

  • Jr. Member
  • **
  • Posts: 58
Re: Product price not showing up
« Reply #2 on: December 28, 2011, 21:17:59 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

  • Global Moderator
  • Super Hero
  • *
  • Posts: 10443
  • VirtueMart Version: 3+
Re: Product price not showing up
« Reply #3 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>";
            }

ssanchez

  • Jr. Member
  • **
  • Posts: 58
Re: Product price not showing up
« Reply #4 on: December 28, 2011, 21:38:39 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

  • Global Moderator
  • Super Hero
  • *
  • Posts: 10443
  • VirtueMart Version: 3+
Re: Product price not showing up
« Reply #5 on: December 28, 2011, 21:41:00 PM »
ssanchez, you will have to learn the cart no matter which cart you use.


ssanchez

  • Jr. Member
  • **
  • Posts: 58
Re: Product price not showing up
« Reply #6 on: December 28, 2011, 21:51:20 PM »
Thanks you solved my problem.. :-)