Author Topic: Base Price will not show  (Read 7297 times)

ralfeez

  • Jr. Member
  • **
  • Posts: 97
Base Price will not show
« on: March 22, 2012, 14:43:50 PM »
I know that there must be a simple explanation, but I can't figure it out. Most prices will show when they are properly checked in Configuration. Some of them do not for any group or under any configuration that I have found yet. The missing prices are Baseprice, Baseprice modificator, New baseprice modificated by choosen product variant, and Discounted Price without tax. I can't get them to show no matter what. Please any help is appreciated.
thank you,
Ralph

liv

  • Beginner
  • *
  • Posts: 15
Re: Base Price will not show
« Reply #1 on: March 22, 2012, 17:25:47 PM »
Same problem here after I upgraded fromc om_virtuemart.2.0.3.E to com_virtuemart.2.0.3.G
I have Joomla 2.53. I would like to show only one sales price (Which I could in version E). Now I can either show no prices or two prices (final salesprice and salesprice with discount).

ralfeez

  • Jr. Member
  • **
  • Posts: 97
Re: Base Price will not show
« Reply #2 on: March 22, 2012, 17:36:23 PM »
I am using J2.5.3 and VM2.0.2 without any success. If someone has a suggestion, I would appreciate your input.
Thank you,
Ralph

corymp

  • Jr. Member
  • **
  • Posts: 150
Re: Base Price will not show
« Reply #3 on: March 22, 2012, 19:33:26 PM »
and if you check "Final Sales Price", "Sales price with discount" is shown...... need to change

For me, theres no taxes, so final sales price and sales price with discount is essentially the same price. I need to be able to show one or the other....

Also, price is not showwing in cart under "Price:"
VM 2.0.4 Stable
J2.5.4

ralfeez

  • Jr. Member
  • **
  • Posts: 97
Re: Base Price will not show
« Reply #4 on: March 23, 2012, 06:44:01 AM »
and if you check "Final Sales Price", "Sales price with discount" is shown...... need to change

I am sorry, but I do not understand what you are saying. Please give me more information.

corymp

  • Jr. Member
  • **
  • Posts: 150
Re: Base Price will not show
« Reply #5 on: March 23, 2012, 06:57:39 AM »
sales price and sales price with discount is always shown, even if only final sales price is checked.

I would just like sales price to be shown...
VM 2.0.4 Stable
J2.5.4

jakobe

  • Beginner
  • *
  • Posts: 33
Re: Base Price will not show
« Reply #6 on: April 11, 2012, 20:43:23 PM »
same problem here

double prices, I can either show no prices or

Salesprice with discount:
Sales price:

I can get get just one price to show by checking "base price" and "sale price wihtout tax".....but then it doesnt show any prices in the checkout cart.

Milbo

  • Virtuemart Projectleader
  • Administrator
  • Hero Member
  • *
  • Posts: 4161
  • VM2 ready to take off
    • VM2 Extensions
Re: Base Price will not show
« Reply #7 on: April 12, 2012, 03:29:14 AM »
sales price and sales price with discount is always shown, even if only final sales price is checked.

I would just like sales price to be shown...

This is strange yes, are you sure that you do not price overrides per shoppergroup? Remove all this overrides and work first only with the main configuration.
Seminar/Workshop for virtuemart by the core team http://www.cloudaccess.net/upcoming-special-webinars/627-virtuemart-webinar.html
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

jakobe

  • Beginner
  • *
  • Posts: 33
Re: Base Price will not show
« Reply #8 on: April 12, 2012, 07:25:29 AM »
doesnt have any impact on the output....still the same effect. double pricing still shows.

Salesprice with discount:
Sales price:

ralfeez

  • Jr. Member
  • **
  • Posts: 97
Re: Base Price will not show
« Reply #9 on: April 12, 2012, 08:48:36 AM »
No this is definitely still an issue. I actually had to hack the core code to be able to use the new version of Virtuemart. It is unusable for me without hacking.
Thank you,
Ralph

jakobe

  • Beginner
  • *
  • Posts: 33
Re: Base Price will not show
« Reply #10 on: April 12, 2012, 08:53:05 AM »
unusable here as well.

was supposed to go live on friday but it doesnt look like thats gonna happen.

dont understand how you can have a "stable" release of a shopping cart when you cant even display prices properly.

been fighting wiht VM2 for 3 weeks, you'd think Id learn my lesson by now.

PRO

  • Global Moderator
  • Super Hero
  • *
  • Posts: 9463
Re: Base Price will not show
« Reply #11 on: April 12, 2012, 10:23:39 AM »
Same problem here after I upgraded fromc om_virtuemart.2.0.3.E to com_virtuemart.2.0.3.G
I have Joomla 2.53. I would like to show only one sales price (Which I could in version E). Now I can either show no prices or two prices (final salesprice and salesprice with discount).


This is all I use, it is the final sales price with discount, and no tax added


<?php echo $this->currency->createPriceDiv('priceWithoutTax', 'COM_VIRTUEMART_PRODUCT_SALESPRICE_WITHOUT_TAX', $this->product->prices); ?>
"Banquet Tables Pro"
I do NOT do development work for hire.
My Custom Field Plugin Now with =Price
http://forum.virtuemart.net/index.php?topic=99678
My Shipping Plugin
http://forum.virtuemart.net/index.php?topic=100630.0

PRO

  • Global Moderator
  • Super Hero
  • *
  • Posts: 9463
Re: Base Price will not show
« Reply #12 on: April 12, 2012, 10:25:21 AM »
and if you check "Final Sales Price", "Sales price with discount" is shown...... need to change


what is the difference?


Final sales price is after discount.

"Banquet Tables Pro"
I do NOT do development work for hire.
My Custom Field Plugin Now with =Price
http://forum.virtuemart.net/index.php?topic=99678
My Shipping Plugin
http://forum.virtuemart.net/index.php?topic=100630.0

PRO

  • Global Moderator
  • Super Hero
  • *
  • Posts: 9463
Re: Base Price will not show
« Reply #13 on: April 12, 2012, 10:28:24 AM »

Also, price is not showwing in cart under "Price:"

That column is "baseprice"


Its best to enable all prices in vmart config.

Then,

change your actual product details, & category template to show what you want.



ALSO guys,

In your admin go to the live update. DO NOT UPDATE though.
There is text you can read about things that changed in the latest release.

"Banquet Tables Pro"
I do NOT do development work for hire.
My Custom Field Plugin Now with =Price
http://forum.virtuemart.net/index.php?topic=99678
My Shipping Plugin
http://forum.virtuemart.net/index.php?topic=100630.0

ralfeez

  • Jr. Member
  • **
  • Posts: 97
Re: Base Price will not show
« Reply #14 on: April 13, 2012, 11:18:41 AM »
Banquet,
I am sorry, but can you be a little more clear with your answers. I am just not following you.
thank you,
Ralph

VirtueMart Forum

Re: Base Price will not show
« Reply #14 on: April 13, 2012, 11:18:41 AM »