Deepu3110 Posted August 13, 2020 Share Posted August 13, 2020 Hello I am using one-step-checkout-whmcs theme for my whmcs, and i want to change two design in that, please check the attachment below for details: I want My billing cycle option will be drop down and i want to remove Choose Product Group from my order form, please help me in making this 0 Quote Link to comment Share on other sites More sharing options...
Deepu3110 Posted August 13, 2020 Author Share Posted August 13, 2020 <select class="form-control" id="productGroup" onchange="wgsSelectProductGroup(this);"> <option value="">{$LANG.wgsOnePageSelectProductGroup}</option> {foreach from=$productGroupData item=groupDataArray} <option value="{$groupDataArray.id}" {if $smarty.get.gid eq $groupDataArray.id}selected{elseif count($productGroupData) eq 1}selected{/if}>{$groupDataArray.name}</option> {/foreach} </select> <div id="loaderSpinsProduct" class="hidden"> <img src="{$WEB_ROOT}/templates/orderforms/{$carttpl}/assets/images/loaderop.gif"> </div> </div> <div class="wgsProductPlaner {if $smarty.get.pid && $pageSettings.hide_section_for_product_string eq 'on'}hidden{/if}"> <div class="choose-pla-wrapper hidden"> <div id="productDomainMsg" class="hidden"></div> <h2>{$LANG.wgsOnePageChoosePlan}</h2> <div class="row" id="productBoxWgs"></div> <div id="loaderSpinsBilling" class="hidden"> <img src="{$WEB_ROOT}/templates/orderforms/{$carttpl}/assets/images/loaderop.gif"> </div> </div> </div> This is the code for both the section, please let me know how to design it according to my second attachment design. 0 Quote Link to comment Share on other sites More sharing options...
yggdrasil Posted August 17, 2020 Share Posted August 17, 2020 This is a development & customization question, not administration. You should post requests like this under: https://whmcs.community/community/41-developer-corner/ But please don't use the title like NEED URGENT HELP. That will result in the opposite. Nobody helping you out because this is a community on which people help each other on a voluntary basis, nobody is paid for their time. On a side note, your request is hardly something important. It's a design/personalization question. 😊 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.