prestigewebdev Posted February 7, 2017 Share Posted February 7, 2017 Hi! We have products in our checkout with configurable options and lots of them (like 20). If a user selects 3 and clicks add to cart & continue to checkout, on the checkout screen it shows the product and the 20 configurable options instead of just the 3 that they added. Is it possible just to show the ones that change the value of the product? 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted February 7, 2017 Share Posted February 7, 2017 using which orderform template? 0 Quote Link to comment Share on other sites More sharing options...
vbatra Posted February 8, 2017 Share Posted February 8, 2017 using which orderform template? I also need a fix for it for Cloud Slider 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted February 8, 2017 Share Posted February 8, 2017 I also need a fix for it for Cloud Slider you mean standard_cart? because once you get past the opening page of Cloud Slider, it uses standard_cart for the other pages... taking from my post in the thread below (concerned v6 but the if statement should still be valid)... https://forum.whmcs.com/showthread.php?113055-Hidden-Configurable-Options&p=458815#post458815 what about if you change in ordersummary.tpl... {if $configoption} to... {if $configoption.recurring neq "{$currency.prefix}0.00{$currency.suffix}"} that should remove any config options that have no price. 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.