BonPresta 110 Posted May 30, 2019 Posted May 30, 2019 On 5/26/2019 at 2:21 PM, Maurice said: Hello Bon Presta , i would like to ask you an help that maybe for you could be easy while for me is very hard. Summarizing in the product.tpl i would merge production description and Features (product details) in one tab , as i understand the modify will be done through product.tpl but i would like to ask you which line i should comment or remove , below the product.tpl: Thanks in advance for your great support Regards Maurice Hello Maurice, This code remove <li class="nav-item"> <a class="nav-link{if !$product.description} active{/if}" data-toggle="tab" href="#product-details" role="tab" aria-controls="product-details" {if !$product.description} aria-selected="true"{/if}>{l s='Product Details' d='Shop.Theme.Catalog'}</a> </li> This code <div class="tab-content" id="tab-content"> <div class="tab-pane fade in{if $product.description} active{/if}" id="description" role="tabpanel"> {block name='product_description'} <div class="product-description">{$product.description nofilter}</div> {/block} </div> {block name='product_details'} {include file='catalog/_partials/product-details.tpl'} {/block} Replaced by <div class="tab-content" id="tab-content"> <div class="tab-pane fade in{if $product.description} active{/if}" id="description" role="tabpanel"> {block name='product_description'} <div class="product-description">{$product.description nofilter}</div> {/block} {block name='product_details'} {include file='catalog/_partials/product-details.tpl'} {/block} </div> Please let me know if you have any questions. I am happy to answer. Have a great day! Best Regards, Bonpresta Share this post Link to post Share on other sites
Maurice 4 Posted May 30, 2019 Posted May 30, 2019 1 ora fa, BonPresta dice: Hello Maurice, This code remove <li class="nav-item"> <a class="nav-link{if !$product.description} active{/if}" data-toggle="tab" href="#product-details" role="tab" aria-controls="product-details" {if !$product.description} aria-selected="true"{/if}>{l s='Product Details' d='Shop.Theme.Catalog'}</a> </li> This code <div class="tab-content" id="tab-content"> <div class="tab-pane fade in{if $product.description} active{/if}" id="description" role="tabpanel"> {block name='product_description'} <div class="product-description">{$product.description nofilter}</div> {/block} </div> {block name='product_details'} {include file='catalog/_partials/product-details.tpl'} {/block} Replaced by <div class="tab-content" id="tab-content"> <div class="tab-pane fade in{if $product.description} active{/if}" id="description" role="tabpanel"> {block name='product_description'} <div class="product-description">{$product.description nofilter}</div> {/block} {block name='product_details'} {include file='catalog/_partials/product-details.tpl'} {/block} </div> Please let me know if you have any questions. I am happy to answer. Have a great day! Best Regards, Bonpresta Hi Bon Presta , before of all i would thank you for your GREAT support Summarizing and if i'm not wrong i followed your instruction: Removed this lines: <li class="nav-item"> <a class="nav-link{if !$product.description} active{/if}" data-toggle="tab" href="#product-details" role="tab" aria-controls="product-details" {if !$product.description} aria-selected="true"{/if}>{l s='Product Details' d='Shop.Theme.Catalog'}</a> </li> and Replaced This: This code <div class="tab-content" id="tab-content"> <div class="tab-pane fade in{if $product.description} active{/if}" id="description" role="tabpanel"> {block name='product_description'} <div class="product-description">{$product.description nofilter}</div> {/block} </div> {block name='product_details'} {include file='catalog/_partials/product-details.tpl'} {/block} With this Replaced by <div class="tab-content" id="tab-content"> <div class="tab-pane fade in{if $product.description} active{/if}" id="description" role="tabpanel"> {block name='product_description'} <div class="product-description">{$product.description nofilter}</div> {/block} {block name='product_details'} {include file='catalog/_partials/product-details.tpl'} {/block} </div> The result is that finally i have one tab but it show only the product description and not the features Kindly ask if i did something wrong Thanks you Always in advance Maurice Share this post Link to post Share on other sites
pepote656 0 Posted July 19, 2019 Posted July 19, 2019 (edited) I have installed the module but when i write in the search box it does not show anything and i have configured the module right, enabling all the options, but it does not show anything the url is www.joyeriapilar.com Edited July 19, 2019 by pepote656 (see edit history) Share this post Link to post Share on other sites
altaiir123 1 Posted August 9, 2019 Posted August 9, 2019 It is possible to add "Show all results" link after last displayed product on list? This link would direct to classic search results. If someone with knowledge could explain how to add such a link myself I would be grateful. Share this post Link to post Share on other sites
BonPresta 110 Posted August 20, 2019 Posted August 20, 2019 On 7/19/2019 at 7:25 PM, pepote656 said: I have installed the module but when i write in the search box it does not show anything and i have configured the module right, enabling all the options, but it does not show anything the url is www.joyeriapilar.com Hello, Thanks for contacting us. Yes, I see an error with an ajax request on your sitehttps://joyeriapilar.com/ Need to fix through ftp for you Please let me know if you have any questions. I am happy to answer. Have a great day! Best Regards, Team Bonpresta Share this post Link to post Share on other sites
BonPresta 110 Posted August 20, 2019 Posted August 20, 2019 On 8/9/2019 at 4:06 AM, altaiir123 said: It is possible to add "Show all results" link after last displayed product on list? This link would direct to classic search results. If someone with knowledge could explain how to add such a link myself I would be grateful. Hello, Thanks for contacting us. I think yes, we can add such a link in the new version of the module. Please let me know if you have any questions. I am happy to answer. Have a great day! Best Regards, Team Bonpresta Share this post Link to post Share on other sites
pepote656 0 Posted August 20, 2019 Posted August 20, 2019 22 minutes ago, BonPresta said: Hello, Thanks for contacting us. Yes, I see an error with an ajax request on your sitehttps://joyeriapilar.com/ Need to fix through ftp for you Please let me know if you have any questions. I am happy to answer. Have a great day! Best Regards, Team Bonpresta ok, How can I fix it?? Share this post Link to post Share on other sites
Bosiu 0 Posted October 1, 2019 Posted October 1, 2019 hello, Sorry for my English I have this module and i have problem with this Share this post Link to post Share on other sites
ctaylan 1 Posted October 7, 2019 Posted October 7, 2019 On 11/8/2018 at 3:50 PM, BonPresta said: Hello, Thanks!!! Strange, the module uses the default search logic Adding beautiful with a picture and price dropdown box. You can check the default module of the prestashop there you have the same problem Regards, Bonpresta I have the same problem. My presta v 1.7.6. And I use classic theme. How I fix this problem. Share this post Link to post Share on other sites
Bosiu 0 Posted October 10, 2019 Posted October 10, 2019 I want to search products for my shop by insert two or more words into searcher but it actually dont working. Actually if i type one word it show me every offer that contains this word but unfortunately more words has no effect Can you help me please ? Share this post Link to post Share on other sites
NunoACruz 3 Posted October 28, 2019 Posted October 28, 2019 On 10/1/2019 at 8:51 PM, Bosiu said: hello, Sorry for my English I have this module and i have problem with this Hello! I've got the same problem. Did you fix yours? How did you do it? Thanks Share this post Link to post Share on other sites
NunoACruz 3 Posted October 28, 2019 Posted October 28, 2019 On 9/27/2018 at 1:26 PM, jrnijzing said: Maybe you could have a look at my website: www.123-kaminofen.de/Nederlands/ I can't get it done and I would really like to use the module Hello! What did you do to have a really fast search bar? It's amazing... Share this post Link to post Share on other sites
kozioleczek 1 Posted November 1, 2019 Posted November 1, 2019 (edited) Great plugin! My post was about other topic in this forum. That's why i deleted it. Edited November 1, 2019 by kozioleczek (see edit history) Share this post Link to post Share on other sites
ctaylan 1 Posted November 6, 2019 Posted November 6, 2019 Module is perfect but I have link problem. Modul is redirecting to category number instead of category name. /kiz-elbise/21-mayoral-cicekli-elbise-1934-123456789311.html ==> correct link /51/21-mayoral-cicekli-elbise-1934-123456789311.html ==> Modul is redirecting to category number How can I fix it. Please help me Share this post Link to post Share on other sites
Maurice 4 Posted January 9, 2020 Posted January 9, 2020 Hello Bon presta , i would like to ask an information that maybe it's easy for you and Hard for me. I just now recognize that with your BonPresta Search Bar and Default search bar , both are not visible on mobile While the search bar (that i do not like) of theme (it's not classic) search bar it's Visible even for mobile (name of search bar is tpnt search) can you kindly instruct me where i can edit in order to show Search Bar even on Mobile with your module o default Module , show is www.cuscinettitop.com Thanks Regards Maurice Share this post Link to post Share on other sites
Guest Posted February 15, 2020 Posted February 15, 2020 (edited) Hello, I discovered this module which is just great. Thank you for this work. I have read that you are thinking of including research with category names in addition to product names. Is it still planned? Also, is it possible to have search on tags? Not just on product names? thank you so much Edited February 15, 2020 by Guest translate in english (see edit history) Share this post Link to post Share on other sites
Ilya 0 Posted February 18, 2020 Posted February 18, 2020 On 11/6/2019 at 12:30 PM, ctaylan said: Module is perfect but I have link problem. Modul is redirecting to category number instead of category name. /kiz-elbise/21-mayoral-cicekli-elbise-1934-123456789311.html ==> correct link /51/21-mayoral-cicekli-elbise-1934-123456789311.html ==> Modul is redirecting to category number How can I fix it. Please help me In modules folder find ajax.php and replace this line $products[$i]['link'] = $product_link->getProductLink($products[$i]['id_product'], $product->link_rewrite[1], $product->id_category_default, $product->ean13); on this $products[$i]['link'] = $product_link->getProductLink($products[$i]['id_product'], $product->link_rewrite[1], $product->category, $product->ean13); Share this post Link to post Share on other sites
BonPresta 110 Posted February 18, 2020 Posted February 18, 2020 3 hours ago, Ilya said: In modules folder find ajax.php and replace this line $products[$i]['link'] = $product_link->getProductLink($products[$i]['id_product'], $product->link_rewrite[1], $product->id_category_default, $product->ean13); on this $products[$i]['link'] = $product_link->getProductLink($products[$i]['id_product'], $product->link_rewrite[1], $product->category, $product->ean13); Hello, Yes, you correctly described, thanks Thanks Share this post Link to post Share on other sites
BonPresta 110 Posted February 18, 2020 Posted February 18, 2020 On 2/16/2020 at 12:44 AM, Tiri said: Hello, I discovered this module which is just great. Thank you for this work. I have read that you are thinking of including research with category names in addition to product names. Is it still planned? Also, is it possible to have search on tags? Not just on product names? thank you so much Hello, Yes, we will add category selection in the new version. It will be possible to expand the search by tags too Best Regards Share this post Link to post Share on other sites
NunoACruz 3 Posted February 19, 2020 Posted February 19, 2020 Hello! I don't want to show price on search results, but even if I select "Enable Price - NO" on back office, it's still shows the price on search results front office. Best regards Share this post Link to post Share on other sites
jenci 0 Posted March 24, 2020 Posted March 24, 2020 Hi BonPresta Thanks for the module, it works like charm on Prestashop 1.7.6.1 Good job guys !!!! Share this post Link to post Share on other sites
sk3pt1c 1 Posted April 17, 2020 Posted April 17, 2020 Hello, Works fine for me but the search results limit doesn't work, it shows many, even if i set it to 3 for example. It looks like the BON_SEARCH_COUNT doesn't update from the admin in the bonsearch.php file. All the other switches work fine (image, price, name). Any clues? Share this post Link to post Share on other sites
przemko 2 Posted April 20, 2020 Posted April 20, 2020 (edited) Agreed. It doesn't work for me either. @BonPresta - I have installed your great search module and spot the same issue. Can you please help? It displays all matched products in search results, no matter on how many I set as a limit on the back-end. Back-end value is saved, but just not used by front-end. Side question: Is it possible to add also as back-end option searching in description, not just in product name? Can you please help me fixing the issue? My set-up: classic Prestashop theme, PS version: 1.7.6.3 Will appreciate a lot your quick help. I hope this error is easily solvable. Thanks! Edited April 20, 2020 by przemko (see edit history) Share this post Link to post Share on other sites
root 0 Posted April 24, 2020 Posted April 24, 2020 Hi Bon Presta, thanks for share this module its very useful. I try to add a 'add to cart' button and I am not able to do it, the idea is that it is by ajax and is automatically added to the cart. Thanks ! ❤️ Share this post Link to post Share on other sites
вадим 2 Posted April 24, 2020 Posted April 24, 2020 (edited) Hi, when do you plan to add search by category? We really need it. Thank you for the module. It's very good! Edited April 24, 2020 by вадим (see edit history) Share this post Link to post Share on other sites
AHMED AL-KHALIDI 0 Posted May 10, 2020 Posted May 10, 2020 Hi Dear Please i need help im not devloper i install the module in my website module working fine but didnt fit in search place on theme can you help me to search place Thank you Share this post Link to post Share on other sites
davidalv 0 Posted May 25, 2020 Posted May 25, 2020 On 5/11/2020 at 1:50 AM, AHMED AL-KHALIDI said: Hi Dear Please i need help im not devloper i install the module in my website module working fine but didnt fit in search place on theme can you help me to search place Thank you Hi ahmed, you must disable the other search bar. Surely bonpresta´s bar will look good with that change Share this post Link to post Share on other sites
davidalv 0 Posted May 25, 2020 Posted May 25, 2020 Hello bonpresta, I really like your search bar, but I need to make some changes and I hope you can help me. I am not a programmer, but I am learning how to move ... I would like to make the bar a little shorter in width and keep it to the right of the menu. It's possible? Thank you so much for everything Share this post Link to post Share on other sites
tiagodau 1 Posted May 31, 2020 Posted May 31, 2020 Hi BonPresta, The "Number Products" are not working, here in the last available version 1.7.5 is showing all unlimited products. Share this post Link to post Share on other sites
diegovanz 0 Posted June 10, 2020 Posted June 10, 2020 Hi, apparently it doesn't work in PS version 1.7.5.1, I can't even see it, I deactivated the default search engine but it doesn't work. Is there an update to version 1.0? Thanks Share this post Link to post Share on other sites
ronaldajtt12 0 Posted September 4, 2020 Posted September 4, 2020 Hola ! He instalado este módulo, funciona como un encanto en una tienda muy bien. y agradecido por eso pero la funcion de al momento de crear productos y ponerlo visibre solo en catalogoo , no funciona, como se podria corregir ese problema . muchas gracias de antemano Share this post Link to post Share on other sites
AaiRiz 0 Posted September 6, 2020 Posted September 6, 2020 I request you to add one most Important feature in Search bar. That directly from "search bar" through Ajax search we can choose qty, models/Options Or attributes, and Add to cart option directly. I attached one Image for your batter understanding. Can anyone help me to add this feature with all details....? Or the developer can provide update on this? It's really very important feature to save time and good look and feel for customer. Share this post Link to post Share on other sites
A Place To Fall 1 Posted February 26 Posted February 26 When will there be an update? The search does not respond to tags from the article. Share this post Link to post Share on other sites
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now