Jump to content

order form in new version 6.1


WebHostingPeople

Recommended Posts

Hi ,

 

I just updated new version with new orderforms. I am using Template Six, I selected default order form Premium Comparison & in VPS group Cloud Slider.

 

1)

But on order now , you will see 2 Categories Column that is very odd. Please look here # https://www.webhostingpeople.net/billing/cart.php?a=add&pid=13&billingcycle=annually&currency=1&language=English .

 

On uncheck option Sidebar Toggle Option , click on link of left Categories Column , then 1 Categories Column hide. Double is showing on my existing link # https://www.webhostingpeople.net/billing/cart.php?a=add&pid=13&billingcycle=annually&currency=1&language=English

 

2) in VPS group ,I have set order form Cloud Slider , but there is not showing slider. Please look here # https://www.webhostingpeople.net/billing/cart.php?gid=20

 

Please guide me how how can I fix this ?

Link to comment
Share on other sites

if you take a look at the WHMCS demo - http://demo.whmcs.com/cart.php?carttpl=premium_comparison - you seem to be missing the hide menu button... it's in your code, but it's not triggering.

 

take a look at your six/header.tpl template and compare it to the v6.1 six/header.tpl - they're significantly different...

 

e.g the end of your six/header.tpl is...

 

<section id="main-body" class="container">

   <div class="row">
       {if $primarySidebar->hasChildren() || $secondarySidebar->hasChildren()}
           {if $primarySidebar->hasChildren()}
               <div class="col-md-9 pull-md-right">
                   {include file="$template/includes/pageheader.tpl" title=$displayTitle desc=$tagline showbreadcrumb=true}
               </div>
           {/if}
           <div class="col-md-3 pull-md-left sidebar">
               {include file="$template/includes/sidebar.tpl" sidebar=$primarySidebar}
           </div>
       {/if}
       <!-- Container for main page display content -->
       <div class="{if $primarySidebar->hasChildren() || $secondarySidebar->hasChildren()}col-md-9 pull-md-right{else}col-xs-12{/if} main-content">
           {if !$primarySidebar->hasChildren() && !$showingLoginPage && $templatefile != 'homepage'}
               {include file="$template/includes/pageheader.tpl" title=$displayTitle desc=$tagline showbreadcrumb=true}
           {/if}

the default v6.1.0 header.tpl is...

 

<section id="main-body" class="container">

   <div class="row">
       {if !$inShoppingCart && ($primarySidebar->hasChildren() || $secondarySidebar->hasChildren())}
           {if $primarySidebar->hasChildren()}
               <div class="col-md-9 pull-md-right">
                   {include file="$template/includes/pageheader.tpl" title=$displayTitle desc=$tagline showbreadcrumb=true}
               </div>
           {/if}
           <div class="col-md-3 pull-md-left sidebar">
               {include file="$template/includes/sidebar.tpl" sidebar=$primarySidebar}
           </div>
       {/if}
       <!-- Container for main page display content -->
       <div class="{if !$inShoppingCart && ($primarySidebar->hasChildren() || $secondarySidebar->hasChildren())}col-md-9 pull-md-right{else}col-xs-12{/if} main-content">
           {if !$primarySidebar->hasChildren() && !$showingLoginPage && !$inShoppingCart && $templatefile != 'homepage'}
               {include file="$template/includes/pageheader.tpl" title=$displayTitle desc=$tagline showbreadcrumb=true}
           {/if}

 

what I would suggest it that you either rename your custom six theme to something else, upload v6.1 again, clear the template cache and try it with the default six theme.

 

or work through your custom six template and update it to include the recent changes made to the default theme in v6.1 - to do this, you may need to use the release notes and six template changes github site.

 

release notes - http://docs.whmcs.com/Version_6.1_Release_Notes

v6.02 -> v6.1 template changes - https://github.com/WHMCS/templates-six/compare/v6.0.2-release.1...v6.1.0-release.1

 

and see if that resolves the issue.

Link to comment
Share on other sites

But VPS Cloud slider is still not showing slider. Please look here # https://www.webhostingpeople.net/billing/cart.php?gid=20

I think the template itself is working fine, what you probably haven't done is set the products in that product group correctly to use the cloud slider - specifically the product descriptions.

 

http://docs.whmcs.com/Standard_Order_Form_Templates#Using_Feature_Highlights

 

as an example, log into the Demo Admin Area and take a look at how the product descriptions are setup...

 

Disk Space:1GB

Bandwidth: 3GB

Email Accounts:5

Subdomains:0

Databases:0

Addon Domains:0

once you have all 10 products in your VPS group setup correctly, the slider should work... i'm unsure if it could visually handle ten products, but you'll find out if it can. :)

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