Jump to content

Search the Community

Showing results for tags 'list'.

  • Search By Tags

    • list ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


  1. Hi, i am creating a module on Presta 1.7.2, i would like to add a table of products in the admin product section (with the hook displayAdminProductsExtra). This is a simplified version of my code public function hookDisplayAdminProductsExtra($params) { $products = MyModel::...
  2. Buenas! Hace poco hice una instalación limpia de Prestashop 1.7 y ya he estado rellenando bastante información y hoy me he dado cuenta de un problema con la paginación. En el apartado categorías tengo mucha información por lo que se ha creado automáticamente una segunda página, pues bien, cuando int...
  3. Bonjour, J'ai mis le paramètre de 'Tri par défaut' sur "Position dans la catégorie". Lorsque je filtre sur une catégorie dans la liste des produits du catalogue, les doubles flèchs permettant la réorganisation des positions n'apparait pas (tri sur position effectué). Il est donc impossible...
  4. i have created a custom list of product, then i created $products_for_template like this $products = $ids; $assembler = new ProductAssembler($this->context); $presenterFactory = new ProductPresenterFactory($this->context); $presentationSetti...
  5. Dear Prestashop/community I wanted to get a list of all orders using GET /api/orders but I get the following error (500 Internal server error) Same issue when trying to retrieve the order_details GET /api/order_details I do however get a list of all customers when using GET /api/custome...
  6. Does anyone know how to change the default view to list in product list in prestashop 1.7 ? I want to remove completely the view buttons and set the view as list permanently without the customer being able to change it. I managed to do it in the rudimentary way but I know there is another bett...
  7. Hello everyone!! Browsing my test shop in Prestashop, until yesterday, clicking on "All products" in the product showcase made me a list of all the products. This morning, always clicking on "All products" makes me enter the "HOME" category but without any product list. Would anyone know how t...
  8. ❤️📝 The most complete wish list system for your shop Offers your customers the best solution for their wish lists. In this version 1.7.0 you can now see graphically and at a glance the most desired products of your customers. Always improving for you and making your business prosper. Now...
  9. Hallo, ich habe ein Problem, ich bin gearade dabei ein Shop zu gestalten, soweit komm ich ganz gut zurecht, nur möchte ich nun das wenn man auf z.B. Matratzen klickt, die Listenansicht als Standard definiert ist und auch die Auswahl zum grid entfällt. Den button könnte ich ja per css ganz easy einfa...
  10. Bonjour, Sur mon eshop, j'ai une liste de naissance avec Gift List Pro. Quand mes clients achètent un produit de la liste le produit est retiré du stock. Or, il se peut que l'auteur de la liste ne choisisse pas le cadeau acheté. Je souhaiterais donc que les produits acheté...
  11. Bonjour, Je viens de m'apercevoir que j'ai un problème d'affichage au niveau de liste produit. J'ai vider le cache et toujours le même problème. y'a t-il une solution pour corriger le problème ? le site est sur Prestashop : 1.6.1.9 Merci d'avance
  12. Hey everyone! Much like I did with 1.5, here is a tut for 1.7 on how to turn the standard manufacturers list into something better and grouped by letter http://nemops.com/prestashop-17-alphabetical-manufacturers/#.WJm1UfnaeUk Fabio
  13. Does anyone know how to do something like this below? Is there a module for this?
  14. Hi everyone, I am quiet new in using Prestashop so it's maybe just a little thing but... I'm from Czech Republic and I'm doing Czech localization (language translation) of Presta theme and widgets. But I have a serious problem - I dont know how to change text in my widgets. I give you an ex...
  15. Hi everybody! Maybe someone can help me to solve my problem? I'm trying to make a list of available combinations inside product page. I placed some code into product.tpl. It works - the "buy-button" sends me to the cart, but!.. - the combinations are listed in absolute chaos) And every tim...
  16. Currently I am modifying the feeder module because my client wants to display a list of certain values. However, one of these values is the name of the supplier(s), but it doesn't seem to display the name. What I have already tried is adding the following smarty variable to rss.tpl: {...
  17. Hello, i'm sorry if my english is bad, i'm french. I'm developing a module which use the List feature of Prestashop and i would like to remove the edit action. By default, each row of the list is a link who redirect you to the edit form but i don't have an edit form and i don't want to have...
  18. Prestashop Documents says that the sort of the manufacturer list can not be changed. In the classes/manufacturer.php I see that the list is set to sort alphabetically. I want to sort the list by the number of products associated with each manufacturer. Can I do this in the smarty tags in the m...
  19. Bonjour, Je cherche à afficher une list ou une grille des produit selon l'id de la categorie ou mieux selon la catégorie parente mais je n'arrive pas à faire cela. J'ai essayé dans product-list.tpl de faire ceci : {if $category->id == 5} <ul{if isset($id) && $id} id="{$...
  20. I'm using Prestashop 1.7.5.2. This is my code: <?php if (!defined('_PS_VERSION_')) { exit; } class plugin extends Module { public function __construct() { $this->name = 'plugin'; $this->tab = 'front_office_features'; $this->version = 1.0; $this->aut...
  21. Hi, I'm looking for a module (paid or free) for show a custom text in product list, for PS. 1.7 I need a custom text for each product. Anyone can say to me some module? Thanks
  22. grid / list / mini-list products view switcher If you want to create grid/list/mini-list products view switcher this guide is what you're looking for read how easily you can create own switcher, no core modifications, only theme .tpl, .css and small .js read guide here: grid / list / min...
  23. Hello, My friend asked me to help him fix some problem he have on his website.. http://saunovyraj.sk/ but probelm is that i work with Wordpress, not Prestashop, so i dont know how to work with Prestashop and it will take me hours and hours of time to find some specific info about my problem....
  24. Hi, I couldn't find the line where to edit this. What I need is, in the backoffice, at the product listing page (controller=AdminProducts) to show for each product: "WholeSale Price" and "Final price" Instead of: "Public price without promo" and "Final price" Thanks!
  25. Hello, I'm using prestashop 1.6 for an old shop, in wich I have two languages (French & Dutch). I tried to add two colums to customers list tabe, one for customer group and the other for customer language. I overrided AdminCustomersController.php and it worked wel for customers group. But...
×
×
  • Create New...