sezing Posted March 11, 2017 Share Posted March 11, 2017 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. 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted March 11, 2017 Share Posted March 11, 2017 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. 0 Quote Link to comment Share on other sites More sharing options...
sezing Posted March 11, 2017 Author Share Posted March 11, 2017 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 0 Quote Link to comment Share on other sites More sharing options...
sezing Posted March 11, 2017 Author Share Posted March 11, 2017 Another screenshoot from order form : http://prntscr.com/eiq5us 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted March 11, 2017 Share Posted March 11, 2017 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 ?? 0 Quote Link to comment Share on other sites More sharing options...
sezing Posted March 11, 2017 Author Share Posted March 11, 2017 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. 0 Quote Link to comment Share on other sites More sharing options...
sezing Posted March 11, 2017 Author Share Posted March 11, 2017 Thanks @brian! i solved. byw how can i change billing cycle text like only montly anually without price . http://prntscr.com/eisg3g 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted March 12, 2017 Share Posted March 12, 2017 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. 0 Quote Link to comment Share on other sites More sharing options...
AamirIlyas343 Posted October 26, 2020 Share Posted October 26, 2020 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 0 Quote Link to comment Share on other sites More sharing options...
AamirIlyas343 Posted November 4, 2020 Share Posted November 4, 2020 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 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.