0
Welcome Guest! Login
0 items Join Now

ePcShop.fr French Netbook reseller - Mynxx

  • ePcShop.fr French Netbook reseller - Mynxx

    Posted 15 years 10 months ago
    • Hello,

      Here is our new website using Mynxx template installed on a fresh Joomla Install.
      Website URL: http://www.epcshop.fr

      Additional Extensions:
      - Virtuemart
      - sh404sef
      - Xmap
      - ccNewsletter
      - JoomlaFCK


      Custom Development:
      - Virtuemart module: display discount product in a module
      - Virtuemart product import from CSV file with products images importation and attachment
      - Improvments on paypal payment module
      ...

      Additional Comments: The website is French ONLY. Any comments and ideas are welcome.

      Regards,

      Loic
    • maggoo's Avatar
    • maggoo
    • Jr. Rocketeer
    • Posts: 28
    • Thanks: 0

    Re: ePcShop.fr French Netbook reseller - Mynxx

    Posted 15 years 9 months ago
    • Bonjour, well thats about as far as i can get in French:)

      I saw that you managed to use RokTabs on your flypage. Could you please share how you managed to do that?

      Btw, site is looking very clean and professional, only thing i would do is to place the content on certain pages in a more balanced way, so that each colomn fills out nicely.
    • prim's Avatar
    • prim
    • Preeminent Rocketeer
    • Posts: 17290
    • Thanks: 217

    Re: ePcShop.fr French Netbook reseller - Mynxx

    Posted 15 years 9 months ago
    • Looks nice :)
      Just a little question though, why are you not selling the 3G version of the NC10? It rules :D
    • Please reply with a direct link to the issue & create a new thread for each new issue.

      A template is only as good as the content that goes into it ;) - DanG
  • Re: ePcShop.fr French Netbook reseller - Mynxx

    Posted 15 years 7 months ago
    • Hi,
      Thanks for your comments.
      For the NC10, in France it's very hard to find netbooks with 3G and/or GPS (taxes and law problems) that's why I'll not sell neither the NC10 with 3G nor the ASUS T91 with 3G or GPS ... :cry:
      Bonjour magoo, sorry for being so late to answer but running a brand new shop thake time ;)
      For your answer, i don't use rocktab, i just included in my flypage template the js code for rocktabs and included the html code generation as well ... it's some kind of fake rocktab, but it's working good :)
      See you
      Loic
  • Re: ePcShop.fr French Netbook reseller - Mynxx

    Posted 15 years 7 months ago
    • Hi,

      For people interested in adding sliding tabs to product page, here is the solution I used :
      In your flypage add first :
      global $vm_mainframe;
      $vm_mainframe->addScript( VM_THEMEURL.'roktabs.js' );

      Then to display tabs (it's a copy/paste of my own code, you must change it to fit your needs):
       <div id="tabs" style="margin-top: 20px; border:1px solid #CCCCCC;">
                                    <script type="text/javascript">
                                              RokTabsOptions.duration.push(600);
                                              RokTabsOptions.transition.push(Fx.Transitions.Quad.easeInOut);
                                              RokTabsOptions.auto.push(0);
                                              RokTabsOptions.delay.push(2000);
                                              RokTabsOptions.type.push('scrolling');
                                    </script>
       
      <div class="tabs-top">
                                                        <div style="width: 470px;" class="roktabs-wrapper">
                                                                  <div class="roktabs base">
                                                                            <!--<div class="roktabs-arrows">
                                                                                      <span class="previous">&larr;</span>
                                                                                      <span class="next">&rarr;</span>
                                                                            </div>-->
                                                                            <div class="roktabs-links" style="overflow: hidden; width: 468px; position: relative;">
                                                                                      <ul class="roktabs-top" style="width: 448px;">
                                                                                                <li class="first active" style="cursor: pointer;"><span>Informations produit</span></li>
                                                                                               
                                                                                                          <li style="cursor: pointer;" class="last"><span>Fiche technique</span></li>
                                                                                               
                                                                                      </ul>
                                                                            </div>
                                                                            <div class="roktabs-container-tr">
                                                                                      <div class="roktabs-container-tl">
                                                                                                <div class="roktabs-container-br">
                                                                                                          <div class="roktabs-container-bl">
                                                                                                                    <div class="roktabs-container-inner" style="width: 410px;">
                                                                                                                              <div class="roktabs-container-wrapper" style="width: 50000px;">
                                                                                                                                        <div class="roktabs-tab1" style="width: 410px;">
                                                                                                                                                  <div class="wrapper">
                                                                                               echo 'tab 1 content here';
                                                                                                                                        </div>
                                                                                                         
                                                                                                                    <div class="roktabs-tab2" style="width: 410px;">
                                                                                                                              <div class="wrapper">
                                                                                                                                       echo 'tab 2 content here';
                                                                                                                              </div>
                                                                                                                    </div>
                                                                                                                    <div class="roktabs-tab3" style="width: 410px;">
                                                                                                                              <div class="wrapper">
       
                                                                                                                    </div>
                                                                                                          </div>
                                                                                      </div>
                                                                            </div>
                                                                  </div>
                                                        </div>
                                              </div>
                                                                            </div>
                          </div>
                </div>
       
                </div> <!--  END DIV id="tabs" -->

      I hope that code will help some of you guys :)

      Bye

      Loic
    • jphprade's Avatar
    • jphprade
    • Rocketeer
    • Posts: 89
    • Thanks: 0

    Re: ePcShop.fr French Netbook reseller - Mynxx

    Posted 14 years 5 months ago
    • can you give a little more precision on the insertion of the first code, because even if I 'inserted in the flypage.tpl.php across my site and I copy the second code in an article.

      I have the following result and click the second tab did not operational. (screenshot attached)

      again I would translate your code into a form generated via ChronoForms in an article. Could you tell me which file then insert your first because when I try to insert it into index.php of my template, I get an error?

      thank you in advance for your help

Time to create page: 0.064 seconds