Jump to content

helenyork

Member
  • Posts

    12
  • Joined

  • Last visited

Posts posted by helenyork

  1. so how do i take it to email so that you can help me out  I am eagerly waiting your assistance.  Also please let me know how much it will cost to get this done as soon as practically possible.

     

    Regards

    Hel

    5 hours ago, bsmither said:

    The main.php template has had the new code added in the wrong place.

    We can take this to email to get it all sorted.

     

  2. my bxslider slide show still not working on Kurouto skin please could assist i have tried with not hope of it ever working.  I tried all the help i got on the forum unfortunately its not working. The amount of time i have spent on the slide show alone is huge.  

     

    Regards

  3. yes i have removed it and i have cleaned up the house and i have added the code for bxslider but still not action.

    Do I need to add this line to my main.php

     

     

    <script>
                   {literal}
                   $(document).foundation({equalizer:{equalize_on_stack:true}});
                   $('.bxslider').bxSlider({auto:true,captions:true});
                   {/literal}
                </script>

  4. On 12/14/2016 at 4:32 AM, bsmither said:

    In all cases (that is, there is no exception), what worked for CC3/4 will never work for CC5/6.

    We can help with adding a slide show to CC6. If fact, there is a recent discussion about being able to add a show anywhere it is needed using an included plugin, BXSlider.

    You can see it on the demo store (https://demo.cubecart.com/cc6/), and at CubeCart's Homepage (https://www.cubecart.com/).

    how much will it cost me to get a slider 

  5. Dear all i have added a module on my cubecart 6 kurouto skin but the unfortunate part is my images are not showing.  I have even tried added a module by Inspired IT Solutions, Ltd but the problem was not solved.  Below is the source i have added to the box_item sale

     

    {if $PRODUCTS}
    <div id="sale_products">
      <h2>{$LANG.catalogue.title_saleitems}</h2>
     
      {foreach from=$PRODUCTS item=product}
    <div class="latest_product">
    <p class="image">
            <a href="{$product.url}" title="{$product.name}">
              <img src="{$product.image}" alt="{$product.name}" />
            </a>
          </p>
          <a href="{$product.url}" title="{$product.name}">{$product.name}</a><br />
          {if {$product.saving}}<span class="saving">{$LANG.catalogue.saving} {$product.saving}</span>{/if}
    {if $product.ctrl_sale}
          <p class="price"><span class="price_previous">{$product.price}</span> <span class="price_sale">{$product.sale_price}</span></p>
          {else}
          <p class="price">{$product.price}</p>
          {/if}
        </div>
      {/foreach}
      
    </div>
    {/if}

     

    Could someone point me in the right direction.

     

    regards

    Helen

    Screenshot 2016-12-14 00.56.30.png

×
×
  • Create New...