Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Collapsible menu problem


tmcca

Recommended Posts

In bootstrap for some reason this isnt working.

here is part of code:

 

require('includes/application_top.php');

  require('includes/languages/' . $language . '/gv_faq.php');

  $breadcrumb->add(NAVBAR_TITLE, tep_href_link(GV_FAQ));
  require('includes/template_top.php');
?>
<h1><?php echo HEADING_TITLE; ?></h1>

<script>
        $(function() {
                $( "#divFAQ" ).accordion({
                        autoHeight: false,
                        navigation: true,
                        collapsible: true       
                });
        });
</script>

<div class="contentContainer">
  <div class="contentText">
    <div id="divFAQ">
        <h3><a href="#">Purchasing Gift Vouchers/Store Credit</a></h3>
        <div>
            <p>
                Gift Vouchers/Store Credit are purchased just like any other item in our store. You can 
                pay for them using the stores standard payment method(s).
                Once purchased the value of the Gift Voucher will be added to your own personal 
                <?php echo BOX_HEADING_GIFT_VOUCHER; ?>. If you have funds in your <?php echo BOX_HEADING_GIFT_VOUCHER; ?>, you will 
                notice that the amount now shows in the Shopping Cart box, and also provides a 
                link to a page where you can send the Gift Voucher to some one via email.
            </p>
        </div>
        <h3><a href="#">How to send Gift vouchers</a></h3>
        <div>
            <p>
                To send a Gift Voucher that you have purchased, you need to go to our Send Gift Voucher Page. You can
                find the link to this page in the Shopping Cart Box in the right hand column of 
                each page.
                When you send a Gift Voucher, you need to specify the following:<br> <br>
                The name of the person you are sending the Gift Voucher to.<br>

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...