Jump to content

Gipsy

Members
  • Posts

    9
  • Joined

  • Last visited

Profile Information

  • First Name
    Gipsy
  • Last Name
    Hipsy

Recent Profile Visitors

320 profile views

Gipsy's Achievements

Newbie

Newbie (1/14)

  • Conversation Starter Rare
  • Dedicated Rare
  • Week One Done Rare
  • One Month Later Rare
  • One Year In Rare

Recent Badges

0

Reputation

  1. Hi everyone, i'm facing an issue generating my delivery slips number after the upgrade to 1.7.8 I started a fresh install of prestashop and copied my old database to the new one, checking the structure of every folder to avoid issues. All is working fine, except delivery slip number which increase starting from the last numbering of the year 2020 (not even from 2021, perhaps because in 2021 the number of the last delivery slip was lower than that of 2020). Having performed a fresh installation, I don't think the issue is due to a file error. It probably depends on the database, but I can't find the error. All order folders have been updated correctly, adding or changing different parameters. I have already checked all the orders folders, the delivery slip and the configuration one. Any clue on where else to check?
  2. Hi andyramage, if I remember correctly, 1.6 should have this same feature as it is in 1.7: you have to choose category (or product/attribute/manufacturer) in tab "conditions" AND you have to select "select product(s)" in tab "actions". In this way the discount will be applied only to the products within the selected category.
  3. You can try two ways 1) adding the class "top-logo" to your logo (always in your header.tpl): <div class="hidden-sm-down"> <div class="col-md-2 hidden-sm-down" id="_desktop_logo"> <a href="{$urls.base_url}"> <img class="logo img-responsive top-logo" src="{$shop.logo}" alt="{$shop.name}"> </a> </div> or you can add a padding-top in the .logo class in your custom.css file (themes/classic/assets/css/custom.css) #header .logo { padding-top: 10px; } you can choose the value that better fits your needs (i think it should stay between 5px and 10px).
  4. Hi Jorrit, I did it by editing the header.tpl file (themes/classic/templates/_partials/header.tpl). My prestashop's version is 1.7.6.1 I moved the logo into the header-nav block. This is how I do it for my website: {block name='header_nav'} <nav class="header-nav"> <div class="container"> <div class="row"> <div class="hidden-sm-down"> <div class="col-md-2 hidden-sm-down" id="_desktop_logo"> <a href="{$urls.base_url}"> <img class="logo img-responsive" src="{$shop.logo}" alt="{$shop.name}"> </a> </div> <div class="col-md-7 col-xs-12"> {hook h='displayNav1'} </div> <div class="col-md-3 right-nav"> {hook h='displayNav2'} </div> </div> <div class="hidden-md-up text-sm-center mobile"> <div class="float-xs-left" id="menu-icon"> <i class="material-icons d-inline">&#xE5D3;</i> </div> <div class="float-xs-right" id="_mobile_cart"></div> <div class="float-xs-right" id="_mobile_user_info"></div> <div class="col-xs-6 hidden-md-up" id="_mobile_logo"></div> <div class="clearfix"></div> </div> </div> </div> </nav> {/block} {block name='header_top'} <div class="col-md-12 col-sm-12 position-static"> {hook h='displayTop'} <div class="clearfix"></div> <div id="mobile_top_menu_wrapper" class="row hidden-md-up" style="display:none;"> <div class="js-top-menu mobile" id="_mobile_top_menu"></div> <div class="js-top-menu-bottom"> <div id="_mobile_currency_selector"></div> <div id="_mobile_language_selector"></div> <div id="_mobile_contact_link"></div> </div> </div> </div> </div> {hook h='displayNavFullWidth'} {/block} Hope it helps
  5. Hi, in my 1.7.6.1 version I installed this eicaptcha https://github.com/nenes25/eicaptcha/releases/tag/2.0.4
  6. Yes of course, my website is Lingerie-Shop.it
  7. Hi Arjen, waiting for someone with more experience than me, I can advise you to change your custom.css file. For the images you can add something like this: #block-reassurance img { width: 30%; } If you want to change the font you can try to add: #product #block-reassurance span { font-size: small; } Editing the custom.css file is safer than editing core files.
  8. Hi everyone, my prestashop version 1.7.3.4 has a nofollow pagination tag and canonical tag that point to the first category page. So ../category?page=2 has a nofollow tag and a canonical page that point to ../category I read here that having noindex/nofollow links inside pagination and a canonical tag that point only to first page could have a bad impact in google ranking. I would like to delete the nofollow tag for pagination and change canonical tag so every page will point to itself. I already changed my meta-titles and meta-descriptions for pagination (adding page number at the end) to avoid duplicate content issues. I tried to proceed with the changes, but I stopped for fear of compromise my current indexation. In my google webmaster tools I can see that Google identify my first category page as canonical. I know that the canonical content that google takes into consideration is not necessarily what I indicate within the site. So.. i was wondering if these changes, instead of improving indexing, could actually hurt it! Can anyone with some experience in this give me some advise?
  9. I just found this solution in the french forum and it seems to work in PS 1.7.6.1 in file templates/catalog/_partials/miniatures/product.tpl after {block name='product_miniature_item'} <article class="product-miniature js-product-miniature" data-id-product="{$product.id_product}" data-id-product-attribute="{$product.id_product_attribute}" itemscope itemtype="http://schema.org/Product"> I added: <meta itemprop="image" content="{$product.cover.large.url}" /> <meta itemprop="description" content="{$product.name}" /> <meta itemprop="sku" content="{$product->id}" /> <meta itemprop="gtin13" content="{$product->ean13}" /> <meta itemprop="mpn" content="{$product->reference}" /> <meta itemprop="description" content="{$product.description_short|strip_tags:'UTF-8'|truncate:360:'...'}" /> <div itemprop="offers" itemtype="http://schema.org/Offer" itemscope> <meta itemprop="url" content="{$product.url}" /> <meta itemprop="availability" content="https://schema.org/InStock" /> <meta itemprop="priceCurrency" content="EUR" /> <meta itemprop="itemCondition" content="New" /> <meta itemprop="price" content="{$product.price_amount}" /> <meta itemprop="priceValidUntil" content="{'Y'|date+1}-12-31"> <div itemprop="seller" itemtype="http://schema.org/Organization" itemscope> <meta itemprop="name" content="{$shop.name}" /> </div> </div> <meta itemprop="brand" content="{if !empty(Manufacturer::getnamebyid($product.id_manufacturer))}{Manufacturer::getnamebyid($product.id_manufacturer)}{else}{Configuration::get('PS_SHOP_NAME')}{/if}"> In file /templates/catalog/_partials/product-prices.tpl after {block name='product_price'} <div class="product-price h5 {if $product.has_discount}has-discount{/if}" itemprop="offers" itemscope itemtype="https://schema.org/Offer" > <link itemprop="availability" href="{$product.seo_availability}"/> <meta itemprop="priceCurrency" content="{$currency.iso_code}"> I added <meta itemprop="priceValidUntil" content="{'Y'|date+1}-12-31"> <meta itemprop="url" content="{$link->getProductLink($smarty.get.id_product)|escape:'htmlall':'UTF-8'}"> Maybe you only have to check with google structured data testing tool your missing data.
×
×
  • Create New...