Jump to content

How to configure an recurring Item in a One Time product?


hostxls

Recommended Posts

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 ?

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated