Jump to content
  • 0

still need new some stuff


cavemin

Question

i check v 4.1.1 great but still customers cant short domains and product with title

Product/Service Price Billing Cycle Next Due Date,

Registration Date Domain Next Due Date,

and customers should be search own domains and product at client area. eg and search box at domains, products page

Edited by cavemin
fixed words
Link to comment
Share on other sites

12 answers to this question

Recommended Posts

  • 0

Its very easy really, I just added it myself :)

 

Add the JS to the header.tpl:

<script type="text/javascript" src="your domain.com/js/jquery.quicksearch.js"></script>
   <script type="text/javascript">
   {literal}
       $(document).ready(function () {
           $('table#sorting tbody tr').quicksearch({
               position: 'before',
               attached: 'table#sorting',
               stripeRowClass: ['odd', 'even'],
               labelText: 'Sökning'
           });

       });
       {/literal}
   </script>

 

 

the add id="sorting to whaterver table you want to be able to search.

 

<table class="data" width="100%" border="0" cellpadding="10" cellspacing="0" id="sorting">

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
Answer this question...

×   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