Bug #4333
Updated by Pavan Kumar Murala 2 months ago
# Implement createPreorder functionality with preorderLimit including support for decimals.
# Add decimal handling with 3-digit precision for product weights in the same details.
# Enable increment and decrement functionality on the Catalog Product Details page based on preorderLimit.
# Pass the preorderLimit values from Catalog to Cart page and ensure increment/decrement updates correctly.
# Test the flow by creating a new preorder after clearing existing catalog data in the database.
# Preorder Analysis Page
# e-commerce structure
# Some products in the e-commerce catalog are out of stock, but they still appear as if they have quantity available. I will remove the preorder limit to hide the preorder button and show a message instead.
# The index side menu bar has added a "Preorder" option that allows users to click and open the preorder list page.