Jump to content

Pragati P

Members
  • Posts

    51
  • Joined

  • Last visited

Everything posted by Pragati P

  1. I want to hide the price which has zero price. Is there any setting from the admin panel or is there any other way? Can anyone please help me with the above query?
  2. 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.
  3. 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.
  4. Hi , Can anyone help me to find out the file where I get the dropdown values for faceted search.
  5. 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
  6. 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?
  7. 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?
  8. 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">&#xE145;</i> <i class="material-icons remove">&#xE15B;</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">&#xE145;</i> <i class="material-icons remove">&#xE15B;</i> </span> <div class="collapse" id="exCollapsingNavbar{$node.id}"> {categories nodes=$node.children depth=$depth+1} </div> {/if} {/if} </li> {/foreach} </ul>
  9. 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?
  10. Hi , Can I add the delivery message to the order confirmation email if yes than how can I do it ?
  11. Hi can anyone help me for blank page showing in site. Actually I had migrate the prestashop 1.7.8 to another server but on another server the php is 8.0 and previously I am using the 7.4 so is this issue is because of php version?
  12. Hi, I had translated the site in German but some text are not fully translated so i tried out to translate it from Localization>translator>selecting te module of "customer data privacy" module but changes are not reflecting can anyone help me out of this.
  13. Ohh! Got it means if any one wants paid so we an create topic there okay fine thank you.
  14. 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>
  15. 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).
  16. Hello @prestashopfree.com Can you tell what the below hook name is which is in below screenshot
  17. 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.
  18. 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 can someone help for me this?
  19. {if } <span class="price">test</span> {else} <span class="price">{$product.price}</span> {/if} in above if condition I want to check the configuration product present or not, how can I do it which syntax can I handle can you tell me?
  20. In which file it need to check because I had done the changes in below file but i think its product detail file psroot/themes/classic/templates/catalog/_partials/miniatures/product.tpl
  21. Hello Having one query that can we handle the condition that if the product is standard than display its normal price but for combination product display only the price range price can it possible?
×
×
  • Create New...