Search the Community
Showing results for tags 'Products list'.
-
I want to add another column in the product page in the back office in prestashop 1.7.8.8 but the methods i found online are outdated or do not work , can someone give me a clue ?
- 6 replies
-
- module
- product page
- (and 7 more)
-
Hi, I need to get a list of all the products in Product.php in order to pass it to product.tpl. That way I will be able to access some kind of $products variable from product.tpl, just like it can be done in products.tpl with the $listing.products variable. My problem is that I don't really know PHP and I have no idea on how to implement it inside Product.php. My guess is that it should be a relatively easy thing to do, so I would appreciate if someone could give me an answer (taking into account my little knowledge of PHP).
-
- product
- product page
-
(and 4 more)
Tagged with:
-
Hello guys, I'm new with prestashop... I'm using 1.6.1.17 version and i am struggling with an issue... I wanna have a favorite button in products list to add the product to the customers (logged) favorite list. I see all kind of tutorials but nothing is working for me Can you gently souls please help me? My website is www.nnn.pt
-
Hi, First of all, sorry for my english, it's a little bit bad, but I will try to explain my problem the best I can. I want to display all "Coming soon" products in a page like this site baskettemple.com/en/prochainement. Is there a module or a tutorial to do this in Prestashop 1.7? Thanks
- 1 reply
-
- coming soon products
- products list
-
(and 1 more)
Tagged with:
-
Hi All, I don't have a lot of experience in Jquery and PHP but I'm trying the achieve to change list of products page in order to be shown as a table. First of all, I modified the list of products as a list (not grid), after that I modified the file product.tpl of "prestashop_1.7.3.0\themes\classic\templates\catalog\_partials\miniatures" folder adding the following code (I've followed a post explaining how and where add this code) to add a cart button and quantity selector in order to offer the user to add to cart from the list of product page: <div class="clearfix atc_div"> <input name="qty" type="text" class="form-control atc_qty" value="1" onfocus="if(this.value == '1') this.value = '';" onblur="if(this.value == '') this.value = '1';"/> <button class="add_to_cart btn btn-primary btn-sm" onclick="mypresta_productListCart.add({literal}$(this){/literal});"> <i class="material-icons">add_shopping_cart</i>{l s='Add to cart' d='Shop.Theme.Actions'} </button> </div> Second, I tried to put the product information (product name, product description, price, quantity and cart) inside a row (<tr>) of a table (<table>) in order to shown all these information horizontal align instead of vertical. The information is shown as I want but the problem is that when I put the above code inside a table the block-cart modal (pop-up) is launched empty (without product information and thumbnail). When I leave the code without put it inside a table the block-cart modal pop-up is lauched correctly with product information. Could you help with that issue? Best regards, Marc
-
Hello, Anyone know a module that allow me to display some more informations on each product in product lists? i attached an image that explain what i am looking for. By default, prestashop show only name of the product but i need to display on all product lists (categoryes, special offers page, ell page where products are displayed as list)
- 1 reply
-
- products
- characteristics
-
(and 2 more)
Tagged with:
-
Hi everybody! I just published a new tutorial: In this one, we'll see how to display the star rating under eachproduct name in the product list. here is the link http://nemops.com/prestashop-product-rating-product-list/ Cheers! Fabio
- 17 replies
-
- 4
-
-
- product rating
- starts
-
(and 2 more)
Tagged with:
-
Hello everyone. It is the first time I work with prestashop and also my first post. I'm developing an online store with some modifications. I have created a new field in ps_cart_product with the name obs. When the client add a product to cart and if the product meet some pre defined criteria the field obs from ps_cart_product will be updated with some additional information. At this point all works perfectly. Now I'm trying to receive the value of obs field from order details in backoffice with no sucess. I have printed the smarty array $products but I can not find the obs field. Where can I found the right db query so I can add the custom field? Thanks for your time and colaboration.
- 2 replies
-
- admin
- backoffice
- (and 3 more)
-
Hi all our team has deeply customized a copy of Prestashop 1.6 over the last year. Our customer needs more modifications before next Wednesday. We have a significant budget and a detailed todo list. We can give support during all the process, being aware the requests are to be made on an already customized installation. Please, reply if interested and if you can dedicate the weekend to us We can provide a depot if you prove to be able to do it. Please, reply only if you have a good to huge experience with PS 1.6. Thanks Fabio Ricci
- 1 reply
-
- intercativity
- products list
-
(and 2 more)
Tagged with:
-
Hi, I have o module that displays the products from a category an I want display only the products that that have a specific default category. How can I do that? Here is my code: $categ1 = new Category((int)(Configuration::get('CATEG1'))); $myprods1 = $categ1->getProducts($this->context->language->id, 1, 10, 'id_product', 'DESC'); /* 10 products max. */ $catname1 = $categ1->getName($this->context->language->id); I've tried few hours to solve this problem, but is out of my capacities. Thank you!
-
I've got dozens of demo products showing up in my shipping module. They don't appear under "Products" - but the numbers next to the products I added aren't sequential 1...2...3...6...11...13... which leads me to believe there are other products (somewhere) under the missing numbers. Anyone know where I can find and delete those demo products? I've tried the product filter, looked thru all the modules, and can't find any indication that the demo products exist... yet, there they are - in the dropdown list on the Shipping module. Anyone else run into this problem?
- 1 reply
-
- 1
-
-
- demo products
- delete demo products
-
(and 2 more)
Tagged with:
-
Hello I need in products list for each product get all photos of each product. (How to get all product images to show on product-list.tpl) Please show me the decision, if it is. I read this thread http://www.prestashop.com/forums/topic/266568-how-to-get-all-product-images-to-show-on-product-listtpl/ but was unable to do. I will be very grateful for your help. Sorry for my english Prestashop 1.5.5
-
- products list
- all product images
-
(and 1 more)
Tagged with:
-
Hello everyone, I have a question that has relevance to the product_list: - I'm using the default theme of prestashop. - Using version of 1.5.4.1 I followed a great tutorial of Nemo1 (Link) and everything went well. I don't have interest to remove the Left / Right columns, just using the Grid style instead of default List. The main page of store structure (still in development progress) - Link The Category page structure (Product_List.tpl) - Link As you can see, I don't use the Left / Right columns in the category page, but I do use them in different locations in the store. Is it possible to change the width of center grid to 980px (full width of the store)? example in attached photo. Please note, It is possible to do so via header.tpl, but this will effect all the columns in the store. Perhaps CSS? Thanks in Advanced!
- 8 replies
-
- center grid
- products list
-
(and 2 more)
Tagged with:
-
Hola a todos queria saber si existe la posibilidad de sacar una seccion de la plantilla original. Pero solo en la lista de productos (Products list) en ves de estar el left top y right que solo este el left y top. Para Que? quiciera mostrar mis productos en grid, en ves de lista como ya viene y me gustaria extender sobre el espacio en blanco que se coloca actualmente en el right ya que no pondria ningun modulo aqui. Se podra hacer?Saludos
-
Is it possible to display all product combinations in a table with a price and quantity box next to each one? We'd need it to work so that it would build the list based on one attribute e.g 'Size'. Each 'Size' would then be a row in the table. Then we would need to offer a 'Colour' column on each row that would be a drop down box. So on the 'view product' page you would end up with: A3 - Select Colour - £3.99 [qty input] A4 - Select Colour - £2.99 [qty input] A5 - Select Colour - £1.99 [qty input] We have a client that has already achieved this in Magento, but we would like to move them onto PrestaShop. Are there any modules that could display the combinations in this way, and if not would it be difficult to write a module that would do this or would PrestaShop's database structure make it difficult? Thank you