Jump to content

Search the Community

Showing results for tags 'offset'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Community Help and Support
    • PrestaShop Download
    • PrestaShop Addons
  • News and Announcements
    • PrestaShop news and releases
    • PrestaShop Beta
    • PrestaShop Blogs
    • PrestaShop Meetups
  • International community (English)
    • General topics
    • PrestaShop Merchants
    • PrestaShop Developers
    • Taxes, Translations & Laws
    • Community Modules and Themes
  • Forum francophone
    • Discussion générale
    • Aide et support communautaire
    • PrestaShop pour les marchands
    • PrestaShop pour les développeurs
    • Adaptation aux lois Québécoises
    • Modules et thèmes gratuits
    • Modules et thèmes payants
  • Foro en Español
    • Discusión general
    • Soporte de la comunidad y ayuda
    • Comerciantes PrestaShop
    • Desarrolladores PrestaShop
    • Módulos y plantillas gratuitas
  • Forum italiano
    • Forum generale
    • Aiuto e supporto della Community
    • Commercianti PrestaShop
    • Sviluppatori PrestaShop
    • Aspetti legali sull'eCommerce
    • Moduli e template gratuiti
  • Deutsches Forum
    • Generelle Fragen
    • Support und Hilfe aus der Community
    • e-Commerce/Versand-Handel mit Prestashop
    • Prestashop-Entwickler
    • Anpassung an deutsches Recht
    • Kostenlose Module und Templates
    • Generelle Fragen Copy
  • Nederlandstalig forum
    • Algemeen
    • Hulp en ondersteuning, van en voor de community
    • PrestaShop-winkeliers
    • PrestaShop-ontwikkelaars
    • Het aanpassen van PrestaShop
    • Gratis modules en templates
  • Fórum em Português
    • Fórum Geral
    • Ajuda e Suporte da Comunidade
    • Lojistas que utilizam o PrestaShop
    • Desenvolvedores PrestaShop
    • Legislação específica
    • Módulos e temas gratuitos
  • Polskie forum
    • Forum ogólne
    • Wsparcie i pomoc użytkowników
    • Oferty twórców PrestaShop
    • Deweloperzy PrestaShop
    • Darmowe Moduły i Szablony
  • Dansk forum
    • Generelt forum
    • Hjælp og support fra fællesskabet
    • PrestaShop for købmænd
    • PrestaShop for udviklere
    • Love og regler
    • Gratis moduler og temaer
  • České fórum
    • Instalasi, Konfigurasi dan upgrade
    • Obecná diskuze
    • Bezplatné moduly a šablony
    • PrestaShop vývojáři
    • PrestaShop obchodníci
  • Bahasa Indonesia
    • Diskusi Umum
    • Podpora a pomoc komunity
    • Laporan Bug
    • Jasa, Promosi & Lowongan Kerja
  • Svenskt forum
    • Allmän diskussion
    • Installation, konfigurering och uppdatering
  • Forumul românesc
    • Discuţii generale
    • Instalare, configurare şi upgrade
  • Pусский язык
    • Обсуждение скрипта
    • Установка, Настройка, Обновление
    • Прием багов
  • Slovenské fórum
    • Všeobecná diskusia
    • Podpora a pomoc komunity
    • PrestaShop obchodníci
    • PrestaShop vývojári
    • Bezplatné moduly a šablóny
  • Türkçe Topluluğu
    • Genel Konular
    • Topluluk desteği ve yardım
    • PrestaShop Tüccarları
    • Prestashop Geliştiricileri
    • Ücretsiz Modül ve Temalar
  • Diễn đàn tiếng Việt
    • Thảo luận chung
    • Hỗ trợ từ cộng đồng
    • Dành cho chủ doanh nghiệp / cửa hàng
    • Dành cho lập trình viên
  • PrestaShop Communities
    • اللغه العربيه [Arabic]
    • Ελληνικά [Greek]
    • עִבְרִית [Hebrew]
    • 中文
    • Magyar [Hungarian]
    • 日本語 [Japanese]
    • Lietuviškai [Lithuanian]
    • انجمن فارسی [Persian]
    • ไทย [Thai]
    • Malaysia [Malaysian]
    • Eesti [Estonian]
    • Slovenščina [Slovenian]
    • Српски [Serbian]
  • IP. Board Forum
    • IP. Board Forum Questions and Issues
  • Archive
    • Zapłać Moduły i Szablony [ARCHIVE]
    • Moduly, upravy a dizajn [ARCHIVE]
    • Phát triển và các mô-đun [ARCHIVE]
    • Yazılım, Modül ve Tema [ARCHIVE]
    • Модули, Шаблоны [ARCHIVE]
    • Module şi teme [ARCHIVE]
    • Pengembangan dan Modul [ARCHIVE]
    • Moduler och teman [ARCHIVE]
    • Ecommerce x PrestaShop [ARCHIVE BOARD]
    • Vývoj a moduly [ARCHIVE]
    • Kostenpflichtige Module, Templates [ARCHIVE]
    • Módulos y temas pagos [ARCHIVE]
    • Módulos e temas pagos [ARCHIVE]
    • Servizi commerciali [ARCHIVE]
    • Forum - Feedback Contributor
    • PrestaShop Cloud

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Found 5 results

  1. Hi i use 1.7.3 prestashop version and my php version is 7.1 by changing one word in translations in admin panel i lost it and got http error 500, i tried to active debugging and it shows this error : ContextErrorException in ClassCollectionLoader.php line 76: Notice: unserialize(): Error at offset 142 of 22712 bytes IS ANY ONE KNOW HOW TO SOLVE IT?
  2. Hello, I am developing a website for a client, and I have been asked to display the features using two columns instead of the usual one. There will be three columns on the product page One column contains the picture of the product and the two others are the features. The latter are features, but the first columns contains general characteristics (reference name, colour, adhesive type,...) of the item while the other columns will be about dimensions (margin, padding, pitch, height,...). I see in "product-details.tpl" that the items are looped from "$product=grouped_features" array, and as my technical references are containing 16 datafields, I'd like to interrupt the loop at the 8th feature on the first column, and resume the loop the next column. I know that in some templating languages (Jinja2, Twig, Handlebars), it is possible to do something like that, but I cannot manage to find this with Smarty. Would I have to change something in the deep code? More than words, an example with pseudocode; // Column N°1 FOREACH $product.grouped_features START=1(i) STOP=8(i) $feature.name(i) $feature.value(i) ENDFOREACH // Column N°2 FOREACH $product.grouped_features START=9(i) STOP=16(i) $feature.name(i) $feature.value(i) ENDFOREACH (i) being the iteration. I tried this solution, but it only shows me one iteration. To test, I only have 6 features, I set $smarty.foreach.featureCount.iteration == 4 but it only shows me the 4th value :I have been looking about this for some time now and I run out of ideas. Is that even possible? I am running PrestaShop 1.7.3. {foreach from=$product.grouped_features item=feature name=featureCount} {if $smarty.foreach.featureCount.iteration == 4} <dt class="name">{$feature.name}</dt> <dd class="value">{$feature.value|escape:'htmlall'|nl2br nofilter}</dd> {break} {/if} {/foreach} Thank you.
  3. Greetings, so I was trying to solve the so common issue with firebox where the Facebook block doesn't display at all, and by doing so I did a reset on the module itself and next thing I knew, my default template got screwed up. The odd thing is that I can't seem to hook it back into the same line (3 column) on the footer (see image). P.S. Has anyone also solved that facebook-firefox issue? cheers, AJ
  4. Hi fellows, so I have my live site at http://tivicr.com and currently has the features I am looking for, yet they were done through a nice module yet it sort of calls the css files from a server in Europe and somehow I am thinking it may be slowing my site. I am looking to offset the site from the top of the browser and add a nice shadow all aroud the website main index page. I can add a shadow on the side if I didn't mind not having the site offset by simply adding a repetitive background with the shadow yet by offsetting I am screw, any suggestions? Thanks and God Bless, AJ
  5. Hello everyone. I've recently upgraded to Prestashop 1.5.5 and seem to have a problem with the product-image on the product-page. As you may see here: http://216.69.159.202/gizmosuit/shop/index.php?id_product=1&controller=product The image is floating on the foreground in the center of the page instead of its proper place (further up and to the left of the screen). Does anyone have any ideas on the cause and/or solution? Much appreciated!
×
×
  • Create New...