
Pragati P
Members-
Posts
51 -
Joined
-
Last visited
Everything posted by Pragati P
-
Can we hide the price having zero of products on its listing page
Pragati P replied to Pragati P's topic in General topics
Thank you for your reply will try with above solution -
Hi , I am facing the issue related the ps_searchbar I am not able to search the short description like §50/9 can anyone help me for this.
-
Hi, Their is an issue with Wishlist icon when I logged in to account than it shows 2 icon as show in screenshot I am not able to understand why it is, Can anyone help me for this.
-
Categories sorting in the faceted search filter
Pragati P replied to Tomason's topic in Core developers
- 18 replies
-
- facetedsearch
- sorting by
-
(and 1 more)
Tagged with:
-
Remove product details on product page
Pragati P replied to Vuaya's topic in Configuring and using PrestaShop
I got the solution and it works thanks -
Double search bar required
Pragati P replied to Pragati P's topic in Addons, modules and themes developers
I mean to say my shop having one default search bar but i want one more search bar to be implemented for only text search -
Can it possible to make to search bar in one site. As now I am having one search bar but i change its setting and apply exact search for it. But I required another one search bar for text search is their any option to do this and how?
-
Hi, Can it possible to make to search bar in one site. As now I am having one search bar but i change its setting and apply exact search for it. But I required another one search bar for text search is their any option to do this and how?
-
Hi, I tried to make the same changes in code but its not working as I am using themevolty theme can anyone help me for left panel category panel open. My code looks like <ul class="category-sub-menu"> {foreach from=$nodes item=node} <li data-depth="{$depth}"> {if $depth===0} <a href="{$node.link}">{$node.name}</a> {if $node.children} <div class="navbar-toggler collapse-icons" data-toggle="collapse" data-target="#exCollapsingNavbar{$node.id}"> <i class="material-icons add"></i> <i class="material-icons remove"></i> </div> <div class="collapse" id="exCollapsingNavbar{$node.id}"> {categories nodes=$node.children depth=$depth+1} </div> {/if} {else} <a class="category-sub-link" href="{$node.link}">{$node.name}</a> {if $node.children} <span class="navbar-toggler collapse-icons" data-toggle="collapse" data-target="#exCollapsingNavbar{$node.id}"> <i class="material-icons add"></i> <i class="material-icons remove"></i> </span> <div class="collapse" id="exCollapsingNavbar{$node.id}"> {categories nodes=$node.children depth=$depth+1} </div> {/if} {/if} </li> {/foreach} </ul>
-
Remove product details on product page
Pragati P replied to Vuaya's topic in Configuring and using PrestaShop
Hi, I want to only remove or hide one tab that is product description and want to display product item details how it can be possible? -
Sending Email after delivery
Pragati P replied to mkbond777's topic in Configuring and using PrestaShop
Hi , Can I add the delivery message to the order confirmation email if yes than how can I do it ? -
I tried many things for handling this condition now my localhost is not working so i done one new setup for learning But no solution found the prices are displaying both price range and also simple format. I if try to hide this span class by .css it hide all simple product prices <span class="price">{$product.price}</span>
-
How can i display the price conditional like for example in product is combinational than display the different price like price range and if product is simple or standard than price will be in display in simple format. In which file changes to be done and how can I handle this condition for category page(product listing page).
-
Faceted search display in category page filter
Pragati P replied to Pragati P's topic in General topics
-
Hi, I have enabled the Faceted search module but that filter shows it in right side I need to make it display in category listing page beside the number on products how can I do this in which hook I need to enabled this one.