hostxls Posted June 13, 2017 Share Posted June 13, 2017 Hi, I have an One Time product and want to add in the configurable settings a monthly/annual recurring item to it. The customer will pay one time for his product and then monthly or annually for the rest of the chosen items. How do I set this up ? 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted June 13, 2017 Share Posted June 13, 2017 i'd be tempted to either use a Product Addon or a Product Bundle for this... you can't really have a one-time product with recurring configurable options. 0 Quote Link to comment Share on other sites More sharing options...
hostxls Posted June 13, 2017 Author Share Posted June 13, 2017 i'd be tempted to either use a Product Addon or a Product Bundle for this... you can't really have a one-time product with recurring configurable options. Thanks brian, I had didn't notes the add-on option. It looks to work great. The only thing is, how can I put the Add-on option in top above the configuration options? 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted June 13, 2017 Share Posted June 13, 2017 The only thing is, how can I put the Add-on option in top above the configuration options? I suspect the only way would be to modify the configureproduct.tpl template - in it, you should see two {if} blocks of code... {if $configurableoptions} and {if $addons} just move the entire {if $addons} block of code above the {if $configurableoptions} block of code and the addons option should be shown first. 0 Quote Link to comment Share on other sites More sharing options...
hostxls Posted June 13, 2017 Author Share Posted June 13, 2017 (edited) And where can I find the configurableoptions file....I'm searchin butwithout result.... Edited June 13, 2017 by hostxls 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted June 13, 2017 Share Posted June 13, 2017 for you, it will be in /templates/orderforms/modern/configureproduct.tpl 0 Quote Link to comment Share on other sites More sharing options...
hostxls Posted June 13, 2017 Author Share Posted June 13, 2017 I suspect the only way would be to modify the configureproduct.tpl template - in it, you should see two {if} blocks of code... {if $configurableoptions} and {if $addons} just move the entire {if $addons} block of code above the {if $configurableoptions} block of code and the addons option should be shown first. I have check in /......../templates/orderforms/boxes and have found a file called 'configureproduct.tpl which I have changed according to your settings but without result. - - - Updated - - - for you, it will be in /templates/orderforms/modern/configureproduct.tpl It works and look better. Thanks again. 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted June 13, 2017 Share Posted June 13, 2017 ... and to answer your next question - yes you can alter ordersummary.tpl and viewcart.tpl to show the addons before the configurable options... you'll just need to swap their {foreach} loops around. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.