New issue 453 by johnbea...@gmail.com: Sale Price Not Always Displayed
http://code.google.com/p/wp-e-commerce/issues/detail?id=453
What steps will reproduce the problem?
1. Create a variation group with 2 or more variations in it, with the price
modifier of all variations to be blank.
2. Create a product with both a regular price and a sale price, (don't
apply any variations to it yet).
3. Verify that the price displays as expected on the front-end of the site,
(Sale price is displayed, with the "You save..." text).
4. Apply the variation group you created in Step 1 to the product.
5. Save the product by clicking the Update button.
What is the expected output? What do you see instead?
I expect the lowest variation sale price to display. Instead, the regular
price displays, example, (copied from my test install):
Old Price: from $2,095.00
Price: from $2,095.00
You save: $300.00! (14.32%)
Shipping: $0.00
I expect to see:
Old Price: from $2,095.00
Price: from $1,795.00
You save: $300.00! (14.32%)
Shipping: $0.00
What version of the product are you using? On what operating system?
WP3.1, WPEC 3.8 Dev Subversion 363344
I've marked this as Milestone-3.8 since displaying the wrong price is kind
of a big deal ;)
I also just noticed that in the WP Admin, when I look at the list of
products, ( http://wp.local/wp-admin/edit.php?post_type=wpsc-product ),
both the regular price and the sale price show as the regular price.
However, when I view the list of variations on the actual product page in
the admin the Regular Price & Sale Price are as they should be, (sale is
lower than regular).
I just noticed something else: This only seems to happen when the page
display is being handled by WPEC.
I tested this bug and created the test case and everything using the
TwentyTen Wordpress theme, and the bug presents itself there. However, when
I use my custom WP theme AND view a product category the prices appear as
expected. Since my custom theme is using the Carrington framework it
bypasses WPEC when displaying a product category, I believe.
Comment #3 on issue 453 by v.bakai...@gmail.com: Sale Price Not Always
Displayed
http://code.google.com/p/wp-e-commerce/issues/detail?id=453
(No comment was entered for this change.)
I just noticed that this issue, or issue 455, (I'm sure they're closely
related), also will make it so that a product is added to the cart at a
different price than is displayed on the site, (the product is added at the
sale price, even though the regular price is displayed on the single
product page and the products page).
I know that we're trying to get 3.8 released and follow up with bug fixes,
but unless 3.8 is released with a warning "Don't use variations & sale
pricing at the same time" then I think we should really get this fixed for
3.8.
Comment #5 on issue 453 by gary...@garyc40.com: Sale Price Not Always
Displayed
http://code.google.com/p/wp-e-commerce/issues/detail?id=453
(No comment was entered for this change.)
Any or updates workarounds for this? I need the SALE tag and price to show
up in grid view when variations are on sale. They display correctly on the
single product page.