I have downloaded the latest version of opencart (3.0.2.0). The pricing of my product depends on various options viz. size, color , quantity.
For quantity, is there any feature by default to set price range, like for 1-500 pieces one price, from 501-1000 discounted price? My products are wristbands, so I calculate price based on text they want to print, size of the band, quantity range. By default opencart has feature for options but my options have sub options (dependent options).
I read other answers on the community for dependent options but could not find a working solution and same for passing custom price. How can I edit the core files so that custom pricing works?
Product data is saved on database and so is the price. But as users customize the product I want to change the price. The price change should reflect in shopping cart and should remain same through out the checkout. How to create sub options in opencart? Creating sub options with prices would solve my custom pricing issue too.