Hi everyone.
I'm a new user for virtuemart and i encounter an error in virtuemart.
All pricing is listed correct in the product pages but if you add something to the cart all prices change to 0,00
Does anybody know what the problem might be? It will help me a lot ::)
thanks in advance!!
same problem as here?
http://forum.virtuemart.net/index.php?topic=112130
No, I don't have any child products in use...
In the productlist i can't see any prices either? Very strange because everything is visible on the shop.
any other idea PRO?
Quote from: Pothoven on February 15, 2013, 16:58:59 PM
No, I don't have any child products in use...
In the productlist i can't see any prices either? Very strange because everything is visible on the shop.
any other idea PRO?
what do you mean? backend? or frontend?
are the prices assigned to shoppergroups?
Hi,
I'm having simillar issue here.
I want to display only sales price ex. tax on the product. If I mark "Salesprice without tax" in configuration-pricing - price displays correctly on the product but the fields in the cart (TAX, total etc) are empty.
If I tick the box "Final salesprice" in configuration-pricing - prices in the cart are shown (TAX, total etc) correctly but then the sales price (with tax) is also shown with product.
Any ideas are welcome
how is the tax setup?
have you tried other ways to set the tax up?
Mark Salesprice, not salespricewithouttax
Thanks for your replies
Quote from: PRO on March 17, 2013, 02:38:17 AM
how is the tax setup?
have you tried other ways to set the tax up?
There is only one tax - 23% (+%) set as "Vat tax per product" in "Tax & Calculation Rules" visible to both vendor and shopper. I haven't try any other ways yet but yes, this is good clue to try.
Quote from: Milbo on March 17, 2013, 18:49:14 PM
Mark Salesprice, not salespricewithouttax
Yes, but then it shows the sales price (with tax) on product but I would like to have a price without tax displayed on product only and then all price details in cart.
I am also getting no product "price" being displayed when going to view shopping cart - it will show discount amount and that's it...
I've also noticed, when a "guest" or "-anonymous-" shopper is on the website, the baseprice is NOT visible on the category page or product detail page, only the "Sale Price" is visible, even if the product is not on sale... but if you log in as a registered user "-default-" shopper it will now show the baseprice - I have tried a variety of settings, display and do not display various prices in the config page, setting -anonymous- and -default- shopper groups on and off for products, and nothing seems to change the displayed prices. Is VM not mapping -anonymous- to the Joomla! public group properly or something?
Product displays "Sale Price" for the product as the cost price (no discount applied) when logged in (-default- shoppergroup) like this:
Regular Price: $949.99
Sale Price: $949.99
If there is a discount or sale price, it will display like this:
Regular Price: $949.99
Sale Price: $854.99
You Save: $95.00
and when not logged in (-anonymous- shoppergroup) it displays like this (it does not display "Regular Price:"):
Sale Price: $949.99
and if there is a discount or sale price, it will display like this:
Sale Price: $854.99
You Save: $95.00
and does not display "Regular Price:" to -anonymous- shoppergroup.
Will attach screenshots as soon as I can
[attachment cleanup by admin]
Another thing I noticed, is whether or not the shopper is admin/storeadmin or shopper - it displays different data depending on what user type they are
Anyone? This is a critical issue that pricing is not showing when products in cart
Quote from: Shibumi on March 29, 2013, 23:05:28 PM
Is VM not mapping -anonymous- to the Joomla! public group properly or something?
They are used differently in VM2. There is no need for most sites to use shopper groups at all, unless for group specific pricing. All that is needed is to leave shopper groups at their default setting (ie nothing selected) like in the image here: http://forum.virtuemart.net/index.php?topic=114430.msg385355#msg385355
Thanks Kelvyn,
Still does not solve the no pricing showing when product added to cart and going to the cart - I currently have my products set to no shopper groups... but I have also noticed that when applying discounts, different "You Save" amounts show for guests and registered users, this may have been before I removed the -annonymoous- and -default- groups as you mentioned above.
Pricing in cart was showing at one point, but not anymore.
Joomla 2.5.9, VM2.0.20b, PHP 5.2.11
Quote from: syntalk on March 16, 2013, 16:00:50 PM
Hi,
I'm having simillar issue here.
I want to display only sales price ex. tax on the product. If I mark "Salesprice without tax" in configuration-pricing - price displays correctly on the product but the fields in the cart (TAX, total etc) are empty.
If I tick the box "Final salesprice" in configuration-pricing - prices in the cart are shown (TAX, total etc) correctly but then the sales price (with tax) is also shown with product.
Any ideas are welcome
Exactly same problem here... looking for solution
J 2.5.9
VM 2.0.18a
@Shibumi Must be something in configuration, assuming you are not using template overrides. Using no shopper groups with tax applied to all products at 20% and discount of £2 on items in the category this is what I see in Beez_20 with VM2.0.20b. All prices selected to display in Config/templates.
[attachment cleanup by admin]
Hi!
Did "Reset all tables and install sample data". Then unchecked Final salesprice in Conf/Pricing and Total won't show up in cart anymore. Something with final salesprice I think...
Using Tax per bill works for me...http://www.flexiblewebdesign.com/forum-virtuemart-2-template-puremart-support/234-price-without-tax-crossed-out#933
Hey guys,
Just solved an issue for myself that seems related to what people have been running into in this thread - displaying price without sales tax. I found out that Virtumart WAS displaying the sales price without tax, but it was being hidden by the theme's CSS, a nice little 'display:none' tag was thrown on it. If prices aren't appearing, check the CSS next.
It is always worth checking the CSS and the viewing the output before embarking on radical code change!