Jump to content

Patrick

Members
  • Posts

    243
  • Joined

  • Last visited

  • Days Won

    20

Posts posted by Patrick

  1. Hi everybody,

     

    Welcome to the forum it's new, so you have to let the time to get it to know and talk around you.
    The solution evolves quickly, it is young and still contains some bugs no very important, but the commit advance quickly.
    Whatever solution you want to use, take the time to learn and understand how it works.
    Some have a little more experience and will help you.
    For my part, I welcome you.

  2. It's not simple and I am not a specialist on that.

     

    Just in the first time, you must fille in communication / SEO and product / seo tab, for example, this element.

    You must also check if the tag title and description is activated in configuration module / network.

    You can also include in google console all the sitemap 

     

    this is the first thing to make.

    After in your products description, you must have, I think more  300 words, not sure, but google like the content.

     

    At the end, you must make some link to go to your website. It's a big work.

     

    Ah I forget in Configuration, you must activate the SEO rewriting

     

    You can start by this way, after you must adjust in consequence about your description, title tag.

     

     

  3. @Julie,

    This code can help you, replace the product name by this :

     

    <?php
      $products = $CLICSHOPPING_ShoppingCart->get_products();
    
      foreach ($products as $k => $v) {
        $name = $v['name'];
        $image = HTML::image($CLICSHOPPING_Template->getDirectoryTemplateImages() . $v['image'], HTML::outputProtected($name), 50, 50, null, true);
    
        echo '
              <div class="row">
                <div class="col-md-12">
                  <li class="headerMultiTemplateDefaultLi">&nbsp;&nbsp;
                    <div class="float-md-left">' . $v['quantity'] . ' - ' . $name . '</div>
                    <div class="float-md-right text-md-right">' .  $CLICSHOPPING_Currencies->display_price($v['final_price'], $CLICSHOPPING_Tax->getTaxRate($v['tax_class_id']), $v['quantity']) . '</div>
                  </li>
                </div>
              </div>
        ';
      }
    ?>

     

    • Like 1
  4. I have testing the new 3.1 version.

    What's new!

    First, the category has now a status, it's a good thing to manage the categories. When you click on a status on the categories, the child becomes offline.

    But be careful, when a parent category is on Off and a child category is on ON, the product appears, the system does not seem to verify if inside a specific category if a parent category -n  is on Off, just the first parent. It could be a problem if the administrator does not know this point.

    I look if the product appears when a category is off. No, same if the status product is On. A good thing because now the product depends also on the parent category status. As I said just above when you research a product and inside a category Off there is a category child is on ON, the product appear.

    If you are in this case you must open the category on On and make this other on Off.

     

    The attributes have 2 new elements, one field on the B2B and another field called status but the stock doesn't appear for this version; Maybe later !!

     

    Now the migration, inside the update directory, you have a field with the db, you have just to include these requests in your db if it does not exist and upload all the files.

     

    @ClicShopping is my little report about this new version.

  5. You must ask you three questions:

    Do you have a legitimate interest for sending this message?

    Do you need to send the message in order to achieve those interests?

    Have you balanced the act of sending the message against the individual’s interests, rights and freedoms?

    Many marketing company's are telling people its fine to carry on as before!! Do you want to risk a large fine?

  6. Hello @David,

     

    About the cross-selling, there is an apps available on the marketplace.

    About the attribute, yes you can do that.

    About the language, you can not remove the English language, you can just change the status. Bu the language will always appear inside the administration. Like it"s mandatory information, you must fill the english title. 

     

     

     

     

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use