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

PRO

  • Global Moderator
  • Super Hero
  • *
  • Posts: 9548
Re: Base Price will not show
« Reply #15 on: April 13, 2012, 11:49:45 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

ralfeez, can you be more clear?

Which response would you like more information on?

Do you have a specific question
"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 #16 on: April 13, 2012, 11:55:28 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); ?>
Are you adding this manually to the code?
Thanks,
Ralph

ralfeez

  • Jr. Member
  • **
  • Posts: 97
Re: Base Price will not show
« Reply #17 on: April 13, 2012, 11:56:32 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.


Are you saying that this is a bug?
Thank you,
Ralph

ralfeez

  • Jr. Member
  • **
  • Posts: 97
Re: Base Price will not show
« Reply #18 on: April 13, 2012, 11:59:29 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.


So you are saying that the only way to set the correct price to show is by manually coding the template to match what you want? If so, that is really poor development on the part of VM2.0. I had to manually change everything to get it to work for me, but is this product really that far from being useful to the average user?
Thank you,
Ralph

PRO

  • Global Moderator
  • Super Hero
  • *
  • Posts: 9548
Re: Base Price will not show
« Reply #19 on: April 13, 2012, 12:14:29 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).


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); ?>
Are you adding this manually to the code?
Thanks,
Ralph

adding, NO

I delete everything else.

My
productdetails/default_pricelist.php

THIS is the WHOLE file

<?php
// Check to ensure this file is included in Joomla!
defined('_JEXEC') or die('Restricted access');
?>
<div class="product-price" id="productPrice<?php echo $this->product->virtuemart_product_id ?>">
    <?php
    echo $this->currency->createPriceDiv('priceWithoutTax', 'COM_VIRTUEMART_PRODUCT_SALESPRICE_WITHOUT_TAX', $this->product->prices);
    ?>
</div>
"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: 9548
Re: Base Price will not show
« Reply #20 on: April 13, 2012, 12:17:04 PM »
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.


Are you saying that this is a bug?
Thank you,
Ralph


Not at all,

WITH MY configuration, there is no difference.



so for you, whats the difference?

Because with so many ways to configure discounts, markups, taxes etc. It could be quite a few things,. but noooooooooooooooooooooooooooooo

Everybody says the SHIUIUHJHJHJ   is broken, or bugs
"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

jakobe

  • Beginner
  • *
  • Posts: 35
Re: Base Price will not show
« Reply #21 on: April 13, 2012, 14:39:26 PM »
totally unusable unless this works flawlessly.

please fix asap, I need to launch.

corymp

  • Jr. Member
  • **
  • Posts: 150
Re: Base Price will not show
« Reply #22 on: April 13, 2012, 15:21:45 PM »
Check your shopper groups to see what prices are shown. In configuration make sure all prices are shown. And then learn your template overrides and how prices are shown on them. You can get creative and show prices whatever way you like. Using language overrides also help. I have no problems with showing prices but I did have to customize a few things. Not everyone uses this cart the same and some things you have to tailor for yourself.

Just my 2¢

Sent from my Galaxy Nexus using Tapatalk 2
VM 2.0.4 Stable
J2.5.4

jakobe

  • Beginner
  • *
  • Posts: 35
Re: Base Price will not show
« Reply #23 on: April 13, 2012, 16:46:04 PM »
I am able to modify my template to hide these prices....but it hides them for everyone...not just the particular shopper group.


corymp

  • Jr. Member
  • **
  • Posts: 150
Re: Base Price will not show
« Reply #24 on: April 13, 2012, 19:47:44 PM »
turn off the price in the shopper group you want it hidden from
VM 2.0.4 Stable
J2.5.4

dsrpmedia

  • Full Member
  • ***
  • Posts: 234
Re: Base Price will not show
« Reply #25 on: June 14, 2012, 22:25:42 PM »
my god this is incredibly confusing.

all I want to do is show just the price before tax on the product details page (or if there is a discount then the amount of the discount, and the discounted price.)

but if I turn off all the other options (eg tax) in the pricing list in the config, then the tax etc. does not show up in the cart.

are you saying I have to somehow rewrite the code for the product details page to not show taxes?

I`m not a coder - how would I do that?

tblueweb

  • Beginner
  • *
  • Posts: 11
    • True Blue Web Property Development
Re: Base Price will not show
« Reply #26 on: August 15, 2012, 14:15:47 PM »
This is a mess IMHO. I have set to display ALL price variations in the default shopper group, thats all I have. Yet the base price is blank. The base price shows in the shopping cart as expected but not in the product detail display. It will be very confusing the buyer about what is discounted without base price. I have several years with VM1 and have had no problems with price display. Isn't this a bug. BTW am on 2.0.8e and j2.5.6.

e.g this is what i get with all prices displayed with product base of 19.95 and overide to 16.95. >>>>>
Price:
Price with discount: $16.95
Sales price: $16.95
Sales price without tax: $16.95
Discount: $3.00
__
True Blue Web Property Development
http://www.tblueweb.com

Cyngen

  • Beginner
  • *
  • Posts: 6
Re: Base Price will not show
« Reply #27 on: August 15, 2012, 16:04:23 PM »
I'm in the same camp as the rest.  Right now I have two shopper groups, Anonymous and default. both have all pricing turned on.
Then under configuration->pricing I've turned on all options to show pricing and labels.  The most i get shown are Sales price and Sales price with tax.

I'd hate to abandon this with all the work i've done, but I might well have to go with another product soon in order to get the job done for a client.  I'm not sure I'm doing something wrong or if it's truly a bug.

I'm using Joomla! 2.5.6 and VirtueMart v2.0.8e

I've tested the pricing pages with and without being logged in.  I'm stumped right now.

Cyngen

  • Beginner
  • *
  • Posts: 6
Re: Base Price will not show
« Reply #28 on: August 20, 2012, 11:39:10 AM »
Any update to this issue? 

jenkinhill

  • Global Moderator
  • Super Hero
  • *
  • Posts: 16688
  • UK based web developer & consultant.
    • Jenkin Hill Internet
Re: Base Price will not show
« Reply #29 on: August 21, 2012, 03:04:55 AM »
under configuration->pricing I've turned on all options to show pricing and labels.  The most i get shown are Sales price and Sales price with tax.

Suggests to me that you are using a template override where the pricing display layout has not been updated for the current version. Is this a commercial template you are using or did you set up an override when using an earlier VM2 version?
Kelvyn
Jenkin Hill Internet,
Keswick, Lake District

Unsolicited PMs/emails will be ignored.

It can save time if you mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

Support for Joomla 1.5 has ended


Currently using VM2.0.21e on Joomla 2.5.11 PHP 5.3.17

VirtueMart Forum

Re: Base Price will not show
« Reply #29 on: August 21, 2012, 03:04:55 AM »