Jump to content

Configurable Options Price Change Based On Billing Cycle


sezing

Recommended Posts

Hi;

 

 

I set up a prodcut with different billing time Montly Quarterly Semi-Annually Annually. When i choose Quarterly it doesnt update Configurable Options price on summary. it doesnt multiply the price. it just shows as regular price without altering it based on billing cycle.

 

my main product price is 0. Configurable Options add price on it so when user changes billing cycly i want to update Configurable Options prices on summary too.

 

 

thanks in advance.

Link to comment
Share on other sites

have you added the pricing in the configurable option setup for those 4 cycles? it sounds like you haven't added pricing for Quarterly in the config option setup.

 

Thank for reply.

 

i double check they have 4 cycles.

 

here screenshoots:

 

product : http://prntscr.com/eipvhm

configurable option : http://prntscr.com/eipvoy

 

still doesnt chage :(

Link to comment
Share on other sites

is one of the above a screenshot from your configurable option #64 ?

 

going from the output, it looks as though all four config option cycles are priced @ 1TL ??

 

yes configurable option #64.

 

yes all my four config option cycles are priced @ 1TL. i changed different values same values i tried every option. still doesnt change.

Link to comment
Share on other sites

if you wanted to show the price with the billingcycle name removed, there would be a number of ways...

 

for your situation, you could do this to change the monthly cycle in standard_cart/configureproduct.tpl...

 

                                        {if $pricing.monthly}
                                           <option value="monthly"{if $billingcycle eq "monthly"} selected{/if}>
                                               {$pricing.monthly}
                                           </option>
                                       {/if}

to...

 

                                        {if $pricing.monthly}
                                           <option value="monthly"{if $billingcycle eq "monthly"} selected{/if}>
                                               {strstr($pricing.monthly, ' ', true)}
                                           </option>
                                       {/if}

that would remove all text after the space - then repeat the same method for the other billing cycles. :idea:

Link to comment
Share on other sites

  • 3 years later...

Hello Brian,

I have inserted a new product with monthly, quarterlym, semiannually and annual billing.
Configurable options pricing also set and updated with above billing cycles but when
we select quarterly cycle from cart, system does not pick the config options pricing.

Config options pricing is ok and working with monthly, semiannually and annual cycles.

Please assist and guide.

Thank you,
Aamir

Link to comment
Share on other sites

  • 2 weeks later...

REMINDER:

Hello,

I have inserted a new product with monthly, quarterlym, semiannually and annual billing.
Configurable options pricing also set and updated with above billing cycles but when
we select quarterly cycle from cart, system does not pick the config options pricing.

Config options pricing is ok and working with monthly, semiannually and annual cycles.

Please assist and guide.

Thank you,
Aamir

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