Jump to content

Terramoka

Members
  • Posts

    23
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Terramoka's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Can you tell me plz what to do exactly, I searched a lot for listgrid but I found nothing, thanks in advance
  2. Hello, plz I would like to remove this (there is a sceenshot below) from my page can you tell me how plz. this is my site: https://terramoka.eu/connexion?create_account=1&idxb2b=1 thanks in advance
  3. hello, like I already mentioned I have deleted the truncate but noting happened
  4. Hello, please I searched a lot how to do this and I applied all the changes but nothing happened can you help me please this this the code where I deleted the truncate and I forced the compilation and I deleted the cash butnothing happened actually this is my site https://terramoka.eu/28-capsules-compatibles-nespresso and this is my code. thanks in advance {** * PrestaShop * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License 3.0 (AFL-3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * https://opensource.org/licenses/AFL-3.0 * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to [email protected] so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to http://www.prestashop.com for more information. * * @author PrestaShop SA <[email protected]> * @copyright PrestaShop SA * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) * International Registered Trademark & Property of PrestaShop SA *} {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"> <div class="thumbnail-container"> <div class="product-image"> {block name='product_thumbnail'} {if $product.cover} <a href="{$product.url}" class="thumbnail product-thumbnail"> <img class="img-fluid" src = "{$product.cover.bySize.large_default.url}" alt = "{if !empty($product.cover.legend)}{$product.cover.legend}{else}{$product.name}{/if}" data-full-size-image-url = "{$product.cover.large.url}" > {if isset($cfg_product_one_img) && $cfg_product_one_img} <span class="product-additional" data-idproduct="{$product.id_product}"></span> {/if} </a> {else} <a href="{$product.url}" class="thumbnail product-thumbnail"> <img src = "{$urls.no_picture_image.bySize.home_default.url}" > {if isset($cfg_product_one_img) && $cfg_product_one_img} <span class="product-additional" data-idproduct="{$product.id_product}"></span> {/if} </a> {/if} {/block} <div class="functional-buttons clearfix"> {block name='quick_view'} <div class="quickview{if !$product.main_variants} no-variants{/if} hidden-sm-down"> <a href="#" class="quick-view btn-product btn btn-primary" data-link-action="quickview" data-source=".thumb-gallery-{$product.id}-{$product.id_product_attribute}" title="{l s='Quick view' d='Shop.Theme.Actions'}" > <span class="leo-quickview-bt-loading cssload-speeding-wheel"></span> <span class="leo-quickview-bt-content"> <i class="fa fa-eye search"></i> </span> </a> </div> {hook h='displayLeoCartButton' product=$product} <div class="leo-compare-wishlist-button"> {hook h='displayLeoCompareButton' product=$product } {hook h='displayLeoWishlistButton' product=$product } </div> </div> {/block} </div> <div class="product-meta"> <div class="product-description"> {block name='product_name'} {if $page.page_name == 'index'} <h3 class="h3 product-title" itemprop="name"><a href="{$product.url}">{$product.name}</a></h3> {else} <h2 class="h3 product-title" itemprop="name"><a href="{$product.url}">{$product.name}</a></h2> {/if} {/block} {hook h='displayLeoProductListReview' product=$product} {block name='product_price_and_shipping'} {if $product.show_price} <div class="product-price-and-shipping {if $product.has_discount}has_discount{/if}"> {hook h='displayProductPriceBlock' product=$product type="before_price"} <span class="sr-only">{l s='Price' d='Shop.Theme.Catalog'}</span> <span itemprop="price" class="price">{$product.price}</span> {if $product.has_discount} {hook h='displayProductPriceBlock' product=$product type="old_price"} <span class="sr-only">{l s='Regular price' d='Shop.Theme.Catalog'}</span> <span class="regular-price">{$product.regular_price}</span> {if $product.discount_type === 'percentage'} <span class="discount-percentage discount-product">{$product.discount_percentage}</span> {elseif $product.discount_type === 'amount'} <span class="discount-amount discount-product">{$product.discount_amount_to_display}</span> {/if} {/if} {hook h='displayProductPriceBlock' product=$product type='unit_price'} {hook h='displayProductPriceBlock' product=$product type='weight'} </div> {/if} {/block} {block name='product_reviews'} {hook h='displayProductListReviews' product=$product} {/block} {block name='product_description_short'} <div class="product-description-short" itemprop="description">{$product.description_short nofilter}</div> {/block} {block name='product_flags'} <ul class="product-flags"> {foreach from=$product.flags item=flag} <li class="product-flag {$flag.type}">{$flag.label}</li> {/foreach} </ul> {/block} <div class="highlighted-informations{if !$product.main_variants} no-variants{/if} hidden-sm-down"> {block name='product_variants'} {if $product.main_variants} {include file='catalog/_partials/variant-links.tpl' variants=$product.main_variants} {/if} {/block} </div> {hook h='displayLeoCartAttribute' product=$product} {hook h='displayLeoCartQuantity' product=$product} </div> </div> </article> {/block}
  5. Hello everyone, I need some help please, I was wondering about the main index in prestashop where I can find it I need to edit some HTML, Another question please I dont understand how we can build another pages content, I see that the app page builder works just for the home page, what about the other pages? thansk in advance
  6. Hello everyone, plz can you help me to find the index in prestashop files, I am working on a site that was done by someone else and I have these 2 orange buttons I think that they were added in the index, (the buttons appear when I hover over the images) so please if you have any idea from where they came tell me. thanks in advance
  7. Bonjour je cherche à faire une animation sur ma page d'accueil, j aimerai mettre une image sur une autre qui s'élèverait en hover, le seul problème étant que j'ai trouver le moyen de faire une animation mais pas de mettre une image sous une autre
  8. "An error occurred while processing your request" i would like to translate this message, because it shows up on wrong product attributes selection. my theme devs told me it was in classic theme, but i have looked everywhere in translations and cannot find it at all.
  9. wow. the developpers of my theme keep saying it's prestashop, but i know for a fact that when i change themes i DO NOT get the errors, i tried everything from changing URL to BO options to making changes to product controller. i'm on 1.7.4.2 and dont intend on changing because i'm sure that will break something else
  10. OK, so actually it is an error with my theme but if i change the Controller code i get error 500, might just get the zen option for a few bucks, as i need this fixed ASAP
  11. Thanks Dani, I saw on other posts that the issue might also come from attribute seperators in "PS_configuration" table, I suspect my problem originates from there. I will try your fix after and see which one it is.
  12. Hello, I am on version 1.7.4.2 and i tried everything here and nothing is working
  13. Problem is quite simple really : When i try to import a csv of store information (adress, name etc...) it fails in two different ways: i have tried in advanced parameters > import, where it tells me the store not valid (BOULANGERIE MORIAN) property Store->name is empty. So in this cas import not even succesful. 2nd case, i try import in contacts > stores > import and then it works : CSV data imported. Inserted records : 1 - Skipped/Invalid records : 0 But no store added anywhere ! anyone know why ? im 1.7.4.2
×
×
  • Create New...