I’m selling bicycles. The frontend user can build a complete bicycle on my site using different components like wheels, shocks, breaks, tires, etc… Each component can also be purchased separately. When the components are purchased separately they are more expensive than when used together to build and purchase a complete bike. Currently, when the frontend user builds and purchases a bike, each component used in the build is pulled out of inventory just like if it were purchased separately. Currently, there is a final price per bike no matter what components the user selects, that is less than if the components were purchased separately.
Here is where I’m running into difficulty. I want the ability to go into the backend (if a customer is on the phone with me) and enter the build into the backend manually having it perform the same process as if the user did it on the front end.
Currently, I can build a bike on the backend however it adds up all the component prices separately and does not give them one bundled price. I have to get out a calculator, figure out a discount %, make a coupon, and enter the coupon code to get the price down to the same price as if the user purchased the whole bike on the frontend, It also does not pull the components out of inventory like a frontend purchase.
Thanks, Mojo