You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we assume that 3.00 means $3.00 more, then selecting Large should increase the price by $3.00. But instead, it shows +$4.84. Where is this number coming from? (Marked 1 in the screenshot 2)
Even stranger, when you select Large, the product price does not update dynamically on the page. (Marked 2 in the screenshot 2)
Step 3: Checking the Cart Page
Now, let’s add the product to the cart.
In the cart, the price updates—but this time, it correctly shows Large +$3.00. So, why does the product page show +$4.84, but the cart shows +$3.00? (Marked 1 in the screenshot 3)
From the screenshot the final product price is $260.83, and it is wrong! (Marked 2 in the screenshot 3)
The original price is 256.99.
256.99 + 3.00 = 259.99
256.99 + 4.84 = 261.83
either option does not add up to $260.83!
Last but not least, the final price is still 256.99 without the additional cost (Marked 3 in the screenshot 3)
Expected Behavior:
The price logic should be clear and consistent across the admin panel, product page, and cart.
Selecting an option should dynamically update the product price.
The minus selection should be saved correctly.
Would appreciate any insights or fixes for this issue. Thanks!
The text was updated successfully, but these errors were encountered:
Option price is fixed rate (not percent) and is added to base price.
I changed operator button color to make it more obvious that it's a button and fixed - (minus) button not being saved.
On product page the option price is shown with taxes added, this is why the value is 4.84 instead of 3, dynamic price change when changing options is not implemented yet.
On cart page product option price didn't include taxes and cart taxes didn't include product option value.
Hello there,
I've come across a bug with the product option pricing, and it's quite confusing. Let me walk you through it.
You can reproduce this issue on [this demo product page](https://demo.vvveb.com/product/product-19) or any freshly installed Vvveb with demo data.
Step 1: Checking the Admin Panel
From the admin panel, go to Products > Product 19 > Option. Under the Size option, you’ll see that Large has its price set to 3.0000.
Now, here’s the first confusion (Marked 1 in the screenshot 1):
Furthermore, there's another issue: if you try to select the minus option, it does not get saved. (Marked 2 in the screenshot 1)
Step 2: Checking the Product Page
Now, let’s go to [the product page](https://demo.vvveb.com/product/product-19).
If we assume that 3.00 means $3.00 more, then selecting Large should increase the price by $3.00. But instead, it shows +$4.84. Where is this number coming from? (Marked 1 in the screenshot 2)
Even stranger, when you select Large, the product price does not update dynamically on the page. (Marked 2 in the screenshot 2)
Step 3: Checking the Cart Page
Now, let’s add the product to the cart.
In the cart, the price updates—but this time, it correctly shows Large +$3.00. So, why does the product page show +$4.84, but the cart shows +$3.00? (Marked 1 in the screenshot 3)
From the screenshot the final product price is $260.83, and it is wrong! (Marked 2 in the screenshot 3)
The original price is 256.99.
either option does not add up to $260.83!
Last but not least, the final price is still 256.99 without the additional cost (Marked 3 in the screenshot 3)
Expected Behavior:
Would appreciate any insights or fixes for this issue. Thanks!
The text was updated successfully, but these errors were encountered: