Jump to content

fabriceunko

Member
  • Posts

    341
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by fabriceunko

  1.  

    Must be something new since CC603 because my CC602 does not behave this way.

    Please compare settings on admin, Store Settings, Search Engines tab:

     

    Add Category... No
    Add Subcat... Yes
    Meta Data... Replace

    on my side I

    add category .. No

    add subcat.. Yes

    Meta dafa .. melting metadata

    I change to replace and it did the same thing.

     

    i use cc605

  2. Hi, I just noticed an error message when I go into the products.

    in the product page there are 4 tabs in the tab 'Product List' there is a menu that display categories for faster display of products.

    when I selected a category, it works perfectly. the category of products is displayed. but when I selected 'All' after choosing a category. I have an error message.

     

    bug.thumb.png.8821e3056d49654ca9b7c66ed4

    when I chose 'All' I what appears

    bug2.thumb.png.580dba4876072d9abe237bcab

    What to do?

  3. In the Foundation template file box.basket.content.php:

    Find:
          {foreach from=$CONTENTS item=item name=items}
          {if $smarty.foreach.items.index == 10}
             <li class="clearfix"><div class="left">&hellip;</div></li>
             {break}
          {/if}
    
    Change to:
          {$CONTENTS|array_reverse}{* Remove this line if list is already reversed *}
          {foreach $CONTENTS as $items=>$item}
          {if $smarty.foreach.items.index == 10}
             <li class="clearfix"><div class="left">{$LANG.common.more}&hellip;</div></li>
             {break}
          {/if}

     

    Hello, what is your code?

  4. hello, I have a client who told me about a problem when ordering too many articles. when the pannier than 10 items it out of the screen and the button box become inaccessible. is it possible to change this? See the screen capture. I did the tests and actually I can not pay the order

    panier-trop-grand.thumb.jpg.e9f952b48d6c

  5. Hello, I asked granny matter there is a time on a forum. and I found the solution with the plugin Freeshiping. I needed a coupon used to make free shipping from 99 €. with the plugin Freeshiping I managed to do it without having to slip and that it automatically when the customer arrives to 99 . this is much more convenient than the coupon. so here is my experience can help.

  6. Hello, I use CubeCart 6.0.4 and I have a problem with the mailing function.
    I to create a newsletter and mailings person when I receive it. I enrolled in the newsletter list. but I do not get anything. by cons when I did the test mailing adress putting my mail I receive well.
    someone you it had this problem?

    thank you for any help.

×
×
  • Create New...