Jump to content

NEED URGENT HELP


Recommended Posts

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

 

Screenshot 2020-08-13 at 1.18.05 PM.png

Screenshot 2020-08-13 at 1.19.33 PM.png

Link to comment
Share on other sites

				<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.

Link to comment
Share on other sites

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. 😊

 

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