PrestaShop Forums: Blocknavigation (6 blocks in 1) v. [0.5] 0.6 - PrestaShop Forums

Jump to content


Welcome to the PrestaShop Forum! We hope you'll share your comments and suggestions with us. We ask that you please post in English to the main sections of the PrestaShop Forum. If you want to write in another language, please post in the corresponding PrestaShop Community section below.

Please note that PrestaShop Community sections are largely self-moderated. PrestaShop team members may or may not participate in non-English sections. To improve the chances of receiving feedback to your question or comment, please post it in English to the main sections of our Forum.

NYC

Vous parlez français ? par ici !


Blocknavigation (6 blocks in 1) v. [0.5] 0.6


Blocknavigation (6 blocks in 1) v. [0.5] 0.6

#1 vinoalvino

    PrestaShop Addict

  • 10 Aug 2008
  • Members
  • PipPipPip
  • 841 posts

Posted 09 February 2009 - 08:25 PM

Hi,
I was searching for some space in my pages,
so I compacted some modules standard and other that I made:
I made a navigation module compact with:
1) Search (optional autocomplete)
2) Categories structurated from the bo
3) Active manufactures
4) Active supplier
5) Tags
6) Cms documents

In FO all is show with combo-box

In the BO (see picture) you can choose what you can validate in fo.


Note: It's better to remove the original blocks if you activate inside

Version 0.6:
I add options:
Show with products only
Show number of products

Sorry for my english!

Attached File(s)


Al mondo ci sono 11 tipi di persone: quelli che capiscono/non capiscono il codice binario e quelli che trovano tutti i moduli su prestamodules :P
-- Realizzo moduli e personalizzazioni per prestashop --

#2 sase

    PrestaShop Apprentice

  • 13 Aug 2008
  • Members
  • PipPip
  • 206 posts

Posted 09 February 2009 - 09:29 PM

Thank you for sharing a good module

#3 Ardian Yuli Setyanto

    PrestaShop Fanatic

  • 06 Jan 2009
  • Moderators
  • 1022 posts
  • Location:Yogyakarta, Solo, Wonogiri, Karanganyar Indonesia

Posted 09 February 2009 - 11:50 PM

Thanks for sharing. Regard from indonesia.

#4 vinoalvino

    PrestaShop Addict

  • 10 Aug 2008
  • Members
  • PipPipPip
  • 841 posts

Posted 10 February 2009 - 12:39 PM

Please share translations!
Al mondo ci sono 11 tipi di persone: quelli che capiscono/non capiscono il codice binario e quelli che trovano tutti i moduli su prestamodules :P
-- Realizzo moduli e personalizzazioni per prestashop --

#5 SonnyCooL

    PrestaShop Apprentice

  • 12 Jan 2009
  • Members
  • PipPip
  • 48 posts

Posted 13 February 2009 - 12:25 AM

thanks for link :)

#6 mandrake

    PrestaShop Apprentice

  • 07 Jan 2009
  • Members
  • PipPip
  • 398 posts

Posted 14 February 2009 - 02:02 PM

Thank you !

Best regards,

Mandrake.

#7 TropischBruin

    PrestaShop Fanatic

  • 06 Oct 2008
  • Moderators
  • 2198 posts
  • Location:Winkel - The Netherlands

Posted 14 February 2009 - 02:58 PM

Very nice work!
Norman in 't VeldtModeratorPrestaShopForums
Help PrestaShop, make a donation!

#8 Star

    PrestaShop Addict

  • 01 Jan 2009
  • Members
  • PipPipPip
  • 618 posts
  • Location:California

Posted 14 February 2009 - 06:44 PM

It is a very good idea. Thank you for sharing...

#9 Dlani [Mend's]

    PrestaShop Apprentice

  • 25 Nov 2008
  • Members
  • PipPip
  • 51 posts

Posted 14 February 2009 - 10:20 PM

Hey man !!! Great Job ... Thank you !!!
http://www.omegajeans.com.br/userbar.png

http://www.omegajeans.com.br/userbarps.png

The Glory, Honor, Power and Strength to the Lord Jesus.

#10 TropischBruin

    PrestaShop Fanatic

  • 06 Oct 2008
  • Moderators
  • 2198 posts
  • Location:Winkel - The Netherlands

Posted 17 February 2009 - 08:13 PM

BUG?

If you choose from the option Categorie part of this great module Home and lets say the Laptops you cannot choose Home again because it already went back to home.
So the customer can only choose another part of your category but never Home.
I find this not user friendly and I think it should stay on the one you have choosen.
Any chance on fixing this?

Same goes for Manufacturers, Suppliers etc.

Thanks!
Norman in 't VeldtModeratorPrestaShopForums
Help PrestaShop, make a donation!

#11 vinoalvino

    PrestaShop Addict

  • 10 Aug 2008
  • Members
  • PipPipPip
  • 841 posts

Posted 17 February 2009 - 10:11 PM

in blocknavigation.tpl:

<!-- Navigation: categories -->
{foreach from=$cat_sel item=sel}
{assign var=n value=0}
{foreach from=$sel item=opt}
{if $n==0}

{/foreach}
<!-- /Navigation: categories -->


to


<!-- Navigation: categories -->
{foreach from=$cat_sel item=sel}
{assign var=n value=0}

{/foreach}
<!-- /Navigation: categories -->


I not try but ... try it :smirk:
Al mondo ci sono 11 tipi di persone: quelli che capiscono/non capiscono il codice binario e quelli che trovano tutti i moduli su prestamodules :P
-- Realizzo moduli e personalizzazioni per prestashop --

#12 kazakh-woman

    PrestaShop Apprentice

  • 17 Apr 2009
  • Moderators
  • 132 posts

Posted 19 April 2009 - 08:53 PM

Regards from Kazakhstan. Thanks for sharing

#13 wilson

    PrestaShop Newbie

  • 08 May 2009
  • Members
  • Pip
  • 22 posts

Posted 22 May 2009 - 09:31 PM

Hi Vinoalvino

Thanks for sharing:-)

I´d like to know if the last version of that nice mod is full compatible with Presta 1.2.1 alfa.

Trying to install It on my local test server I have some errors:

Quote

Warning: require_once() [function.require-once]: Unable to access F:\OpenSource\prestashop\server2go_a2_psm\distribute_apache2.0\htdocs\multishop\config/../classes/ZipArchive.php in F:\OpenSource\prestashop\server2go_a2_psm\distribute_apache2.0\htdocs\multishop\config\config.inc.php on line 20

Warning: require_once(F:\OpenSource\prestashop\server2go_a2_psm\distribute_apache2.0\htdocs\multishop\config/../classes/ZipArchive.php) [function.require-once]: failed to open stream: Result too large in F:\OpenSource\prestashop\server2go_a2_psm\distribute_apache2.0\htdocs\multishop\config\config.inc.php on line 20

Fatal error: require_once() [function.require]: Failed opening required 'F:\OpenSource\prestashop\server2go_a2_psm\distribute_apache2.0\htdocs\multishop\config/../classes/ZipArchive.php' (include_path='.;F:\OpenSource\prestashop\server2go_a2_psm\distribute_apache2.0\server\php\PEAR') in F:\OpenSource\prestashop\server2go_a2_psm\distribute_apache2.0\htdocs\multishop\config\config.inc.php on line 20


and my blocks tab got broken, I had to uninstall the mod.

Thank you very much.
Brazilian Community
www.prestashopbr.com

#14 wilson

    PrestaShop Newbie

  • 08 May 2009
  • Members
  • Pip
  • 22 posts

Posted 24 May 2009 - 05:57 PM

Does anyone confirm that behavior on 1.2.1 alfa???

Thanks
Brazilian Community
www.prestashopbr.com

#15 wilson

    PrestaShop Newbie

  • 08 May 2009
  • Members
  • Pip
  • 22 posts

Posted 25 May 2009 - 05:28 PM

Hi

Jus a little bump :-)
Brazilian Community
www.prestashopbr.com

#16 FSpearz

    PrestaShop Newbie

  • 18 May 2009
  • Members
  • Pip
  • 20 posts
  • Location:Minneapolis, MN

Posted 25 May 2009 - 06:40 PM

From 1243268937:

Jus a little bump :-)
I am using Prestashop: Version 1.2.0.2 - 0.863s. I just installed this module and it works just fine.

#17 wilson

    PrestaShop Newbie

  • 08 May 2009
  • Members
  • Pip
  • 22 posts

Posted 25 May 2009 - 09:51 PM

thanks for the input.

Wierd indeed..i´ll try to dig a bit more....
Brazilian Community
www.prestashopbr.com

#18 LeGhe

    PrestaShop Apprentice

  • 03 Jun 2009
  • Members
  • PipPip
  • 215 posts
  • Location:LILLE

Posted 19 June 2009 - 03:25 PM

Very Nice module, Thanxxxxxx !!

Is it possible to have it in horizontal position, in the header ?
www.autourdumonde.biz
V1.4.6.2 / 10.000 produits en ligne
V1.4.6.2 en local

#19 LeGhe

    PrestaShop Apprentice

  • 03 Jun 2009
  • Members
  • PipPip
  • 215 posts
  • Location:LILLE

Posted 26 June 2009 - 05:37 PM

Hi

2 another questions :

1- Is it possible to have the parent's category name linkable ?
2- Is it possible to have the sum of ALL the products in categories and ALL subcategories ?

<!-- Navigation: categories -->
{foreach from=$cat_sel item=sel}
{assign var=n value=0}
{foreach from=$sel item=opt}
{if $n==0}

{/foreach}
<!-- /Navigation: categories -->
{/if}



Thanks again for your great job !
www.autourdumonde.biz
V1.4.6.2 / 10.000 produits en ligne
V1.4.6.2 en local

#20 AMA1MD

    PrestaShop Apprentice

  • 03 Mar 2010
  • Members
  • PipPip
  • 421 posts
  • Location:Cáceres

Posted 24 December 2010 - 01:30 PM

Thanks for de modul.

In the versión 1.3.3 do not search automatic de manufacturer. Please help.

Thanks in advance.
Posted Image
Expertos en Prestshop - Desarrollo de tiendas virtuales con nuevas funcionalidades





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users