PrestaShop Forum

The best place in the world to ask questions about PrestaShop and get advice from our passionate community!

PrestaShop Forum

Jump to content

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

19 replies to this topic
#1
vinoalvino

    PrestaShop Addict

  • Members
  • PipPipPip
  • 841 posts
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 Files


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

  • Members
  • PipPip
  • 206 posts
Thank you for sharing a good module

#3
Ardian Yuli Setyanto

    PrestaShop Fanatic

  • Moderators
  • 1029 posts
Thanks for sharing. Regard from indonesia.

#4
vinoalvino

    PrestaShop Addict

  • Members
  • PipPipPip
  • 841 posts
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

  • Members
  • PipPip
  • 48 posts
thanks for link :)

#6
mandrake

    PrestaShop Apprentice

  • Members
  • PipPip
  • 401 posts
Thank you !

Best regards,

Mandrake.

#7
TropischBruin

    PrestaShop Fanatic

  • Moderators
  • 2198 posts
Very nice work!
Norman in 't VeldtModeratorPrestaShopForums
Help PrestaShop, make a donation!

#8
Star

    PrestaShop Addict

  • Members
  • PipPipPip
  • 618 posts
It is a very good idea. Thank you for sharing...

#9
Dlani [Mend's]

    PrestaShop Apprentice

  • Members
  • PipPip
  • 51 posts
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

  • Moderators
  • 2198 posts
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

  • Members
  • PipPipPip
  • 841 posts
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

  • Moderators
  • 132 posts
Regards from Kazakhstan. Thanks for sharing

#13
wilson

    PrestaShop Newbie

  • Members
  • Pip
  • 22 posts
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

  • Members
  • Pip
  • 22 posts
Does anyone confirm that behavior on 1.2.1 alfa???

Thanks
Brazilian Community
www.prestashopbr.com

#15
wilson

    PrestaShop Newbie

  • Members
  • Pip
  • 22 posts
Hi

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

#16
FSpearz

    PrestaShop Newbie

  • Members
  • Pip
  • 20 posts

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

  • Members
  • Pip
  • 22 posts
thanks for the input.

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

#18
LeGhe

    PrestaShop Apprentice

  • Members
  • PipPip
  • 231 posts
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

  • Members
  • PipPip
  • 231 posts
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

  • Members
  • PipPip
  • 488 posts
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