-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Bagisto Version:
v2.3.7
Extension Version:
B2B Suite MASTER
Description:
When a minimum cart amount (e.g., ₹10,000) is configured for Request for Quotation (RFQ), the RFQ button does not appear dynamically once the cart amount reaches the configured value. The user has to refresh or reload the page for the RFQ button to become visible.
Additionally, after the button becomes visible, if the user reduces the cart amount below the minimum threshold, they are still able to create an RFQ, which bypasses the minimum amount restriction.
Steps to Reproduce:
-
Log in as admin
-
Go to configure - Quotations & Purchase Orders
-
Configure the minimum RFQ amount (e.g., ₹10,000) in the admin panel.
-
Add products to the cart until the total reaches the minimum amount.
-
Observe whether the RFQ button appears automatically.
-
Refresh the page — note that only after refresh, the RFQ button becomes visible.
-
Now remove items from the cart to reduce the total below the minimum amount.
-
Observe whether the RFQ button disappears.
Actual Result:
-
The RFQ button does not appear automatically after the cart amount reaches the minimum threshold.
-
The user must refresh the page to see the RFQ button.
-
Even after reducing the cart amount below the minimum requirement, the RFQ option remains visible and functional, allowing
users to bypass the restriction.
https://webkul.chatwhizz.com/share/view-recording/68e75676c5d2ef647e2dd94e
Expected Result:
-
The RFQ button should appear dynamically once the cart amount reaches the minimum threshold, without requiring a page
refresh. -
If the cart amount falls below the configured minimum amount, the RFQ button should automatically disappear.
-
The user should not be able to perform an RFQ unless the cart meets the minimum amount requirement.