Search the Community
Showing results for tags 'features'.
-
Any help appreciated, please We have successfully configured features for our products. However, in order to facilitate a Google Products feed, we added Age and Sex features to all our products. But these features don't really make sense for electrical goods and software, so I'd like to hide these individual features in the Datasheet tab, but leave others showing as standard. How do I do that?
-
Hi, I am trying to put additional information in the invoice, manufacturer and a feature "internalcode". I have SKU and "internalcode" as a features, imported using a products CSV file. My problem is I cannot get product features when generating the PDF, or from any other place except the Product controller. In the Order controller the attributes I have for a product are the basic so I don't have custom features. I didn't see any way to get products by id like "getProductById($id)", but I see there is a getProductByReference(). How can I get a product with ALL attributes and features from a controller other than ProductController or from a class, I don't have to use it from a template just create the PDF in my case. Editing PDF.php in line ~945 I try to put something like: // get features $internalcode=Product::getByReference($product['product_reference'])->getFrontFeatures(1); foreach ($internalcode as $feature){ if ($feature['name']=="internalcode") { $id=$feature['value']; } } But even getting the features in the array, I get an error when I call getFrontFeatures or any similar method (I tried with static and non static methods, creating a Product, etc.). I used getFeatures() also but I cannot get the features, sometimes I get an array with the attributes but also an error, saying that I cannot call the method, but it's working. However, I cannot get the PDF because of the error. If someone can give me some information for Get features for a product selected by reference or id from any controller. Add product features in the Invoice. Select products by id. Select all products from an invoice with all attributes as a product objects. Will be useful and will solve this problem. All comments will be appreciated. Thanks in advance.
-
Hola buenos dias, tengo una pregunta llevo intentando un rato pintar los complemettos e un productos (features) en la factura... alguien me podria decir como hacerlo de momento he hecho esto pero no me devuelve ningun complemento Gracias! include_once(_PS_MODULE_DIR_.'productfeatures/classes/FeatureOrderProduct.php'); $listfeatures = FeatureOrderProduct::getfeatures($params['order']->id,$product['product_id'], $product['product_attribute_id']);
-
is there a method to replace a feature value by a logo/image, whitout using a module ? Thanks in advance PS 1.5.6.2
-
Hola Estoy haciendo un módulo para búsquedas, y quiero mostrar el listado de las características en el home de mi tienda, pero no encuentro la sintaxis para mandar a llamarlo. He logrado llamar las categorías, fabricantes y marcas, pero no he logrador traer todas las caracterísiticas que se han dado de alta, podría alguno darme una idea de dónde puedo ver eso? La versión de PS que tengo es la 1.5.6.0 saludos!!!
-
Hi there, I'm currently trying to set up a prestashop site, so far so good however I'm to the bit where I want to add products and I'm running into a problem I can't seem to solve. I have the following product set up; Product X - Type (container type) - Height - Diameter - Weight Now there are a few combinations based on weight and container (added those via attributes and groups, which works fine), but I want to add the features to the product based on the combinations I create within that particular product so it shows accordingly on the datasheet. eg. Product Combi 1 - Container X - Height 10cm - Diameter 5cm - Weight 0.2kg Product Combi 2 - Container y - Height 15cm - Diameter 7.5cm - Weight 0.35kg However it seems the features have a 1:many relationship to the combinations, am I missing something or is this not possible (without a module?) by design? Cheers, fork
-
Hi I really need some help. I have a webshop which is totally integrated with my suppliers webshop, so every product will automatically be syncronized to it. The problem is, that one product in several colors is being created as a product by itself. But that is not the real problem. The problem is, that I have a category called "USB-sticks" where all these kind of products is placed. Some of them are the same but with different colors or memory. What I want is some kind of layered navigation so I can sort the products but without creating combinations or different variations on one product just because I add a color or size to them. Does someone knows if that's possible? Thanks.
-
- layered navigation
- combinations
-
(and 1 more)
Tagged with:
-
my site when products have normal price, features products is true for example features products data sheet is cpu : 1.8 ram : 1 gig but when products have specific price for example 15 % offer, all off features products item duplicate cpu : 1.8 ram : 1 gig cpu : 1.8 ram : 1 gig please help how fix this problem
-
Hello, I have a shop under developement and I need to import 1500 books. Each book has features like ISBN, author, no of pages, etc.. I created the features in admin panel and I have the csv from the Publisher but I don't know how to map each feature from csv with the fields from admin when the products are imported.. If someone has a solution, please help me. Thank you!
-
Bonjour, Ayant parcouru votre forum et n'ayant pas trouvé de réponse à mes questions, je m'en remets à la communauté ! J'aimerais avoir la possibilité d'afficher plusieurs valeurs par caractéristiques ? J'ai modifié la table ps_feature_product et la navigation à facettes ainsi que la fiche produit tiennent compte du multicaractéristiques ! Mon problème ne se situe qu'au niveau du Back Office et plus précisément dans le fichier : AdminProducts.php vers la ligne : 3635 foreach ($feature AS $tab_features) { $current_item = false; $custom = true; foreach ($obj->getFeatures() as $tab_products) Actuellement, il est impossible d'enregistrer plus d'une valeur par caractéristique produit... Par exemple, le genre d'un film peut-être Aventure et Science-fiction... Les acteurs principaux peuvent être Boule et Bil ! etc... Je précise également que j'ai modifié l'affichage et intégré la notion multiple dans mon select... Quelqu'un a-t-il une idée ? Merci
- 4 replies
-
- 1
-
-
- caracteristiques
- features
-
(and 1 more)
Tagged with:
-
Hola buenas! El caso es el siguiente. Estamos configurando una tienda en 1.6.0.6 entre varios, con lo que para las revisiones nos conviene que en el listado de productos aparezca información como las características y las categorías. Para el tema de las características seguí los consejos de este amigo modificando AdminProductsController.php . En nuestro caso seguimos buscando la opción de cómo poner más de una característica, si alguien sabe... Por si a alguien le ayuda. http://www.carlessanagustin.com/2013/11/20/anadir-columna-al-listado-de-productos-de-prestashop-1-5-4/#comment-711 El caso es que nos interesaría que apareciera el listado de todas las caracterísitcas y no sólo la categoría por defecto, para evitar tener que ir entrando uno a uno en los productos. ¡Nos ahorraría horas de trabajo! ¡Mil gracias como siempre de antemano!
-
- categrorias
- todas
- (and 6 more)
-
Hello, I have a range of products that have 46 features possible (is regarding diameter values). The layered filter shows only the first 13 of them no matter what type of display mode i choose. Now i'm on 1.6.08 but i have this limit since i have started using PS two years ago. Seems to be a bug? Any ideas on fixind that?
-
Hi, I'm trying to add product features in my Prestashop but I need they to be relational or one feature to have sub feature so when I will search by features I will have something like this http://carlistdb.com/demo/ and when I click select car then I will have all of the cars that fit to this search. So my question is can those feature depends one from another like when I select Year: 2000 it will automaticly put the models related to that year and not every model, and when I select Accura then in make it will automatically generates all the makes related to Accura ??? Please let me know if this is possible in PS 1.6.x? Thanks in advance, Irena
-
- features
- subfeatures
-
(and 1 more)
Tagged with:
-
Hi, I'm trying to add product features in my Prestashop but I need they to be relational or one feature to have sub feature so when I will search by features I will have something like this http://carlistdb.com/demo/ and when I click select car then I will have all of the cars that fit to this search. So my question is can those feature depends one from another like when I select Year: 2000 it will automaticly put the models related to that year and not every model, and when I select Accura then in make it will automatically generates all the makes related to Accura ??? Please let me know if this is possible in PS 1.6.x? Thanks in advance, Irena
-
- features
- subfeatures
-
(and 1 more)
Tagged with:
-
When creating combinations using prestashop 1.5.6.2 I would like to have the product specifications to reflect the current product being displayed. which is being pulled by the Features Section of the item ie large agave plant display correct Height, Weight, Size and then the small agave plant when selected would display correct Height, Weight, Depth, Size which is in the features for this item but not when combining the 2 items to create the combination. Is there a module for prestashop that you offer that can do this. Thank you in advance.
-
Using PrestaShop 1.6, the layered navigation block shows only 3 fields out of 33. It does't show the features I inserted and only shows the following: - availability - condition - price (slider) Any suggestion? Thanks Navid
- 2 replies
-
- hidden
- not showign
-
(and 2 more)
Tagged with:
-
P.S. Sorry for my english. Good day! Is a product whose size 2. Per size set of characteristics with their values. How to implement, so selecting the attribute changed set of characteristics?
-
- attributes
- features
-
(and 2 more)
Tagged with:
-
Доброго времени суток! Есть продукт у которого 2 размера. На каждый размер набор характеристик со своими значениями. Как реализовать, чтоб при выборе атрибута менялся набор характеристик?
-
- attributes
- combination
-
(and 2 more)
Tagged with:
-
Hi, I want to have some features like size range, Brand, Type features on layered navigation block as a filter is it possible to have. please help http://bit.ly/1iJqCiD Thanks Ash
- 2 replies
-
- layered navigation block
- features
-
(and 1 more)
Tagged with:
-
Beste Allen, Sinds een tiental dagen heb ik een probleem op de homepage van mijn website. Zodra je op de website komt gooit Prestashop op de homepage het blok nieuw en populair (featured products) onder elkaar. Zodra ik switch tussen de 2 opties worden ze wel op de juiste wijze getoond. Best verkochte producten worden overigens niet weergegeven. Iemand enig idee? Alvast bedankt!
-
Hey everyone, as I read a couple of users needed to add product features in the product listings, I decided to write a tutorial on it, here it is: http://nemops.com/features-to-product-list-prestashop-16/#.Uzpyr_na6r1 Cheers! Fabio
- 3 replies
-
- features
- product list
-
(and 1 more)
Tagged with:
-
Hello I have a site with many products exposed, and with prestashop I got some products in specific with many combinations. In Attributes & Values I added all the possible combinations to these products. With this, at my site it should only be possible to view the correct combinations right? For example, if one of my products was a shirt. It has 2 attributes & values possible: Yellow shirt with squares Red shirt with triangles Yet, at the site I still can make the combination of “red with squares”, and it shouldn’t be possible. What should I do? Best regards
- 6 replies
-
- attributes & values
- help
-
(and 4 more)
Tagged with:
-
Bonsoir, Je suis en train de travailler sur l'import de mes produits (plus de 1000). J'ai 5 ou 6 caractéristiques avec chacune entre 5 et 12 valeurs... Lorsque je fais mon fichier, j'aimerai avoir la possibilité de mettre les informations comme ceci : 2:5 pour les caractéristiques (2 étant l'ID de la caractéristique et 5 l'ID de la valeur). Or, cela me crée de nouvelles entrées. Mes caractéristiques sont composées de plusieurs mots et souvent accentués... C'est fastidieux et source d'erreur. Suis-je obligé de passer par une formule du type : Type de Média:Livre numérique Alors que 5:13 serait bien plus simple !!!! Ca fonctionne très bien pour les catégories par exemple ! Merci de votre aide.
-
We are almost ready to launch, then this. It occured to us that we would probably have Resellers uploading files that could pertain to more than one Version of Software. We have 10 Features - Software Type, Version, Platform, etc. On the right-hand side of the Features page, we can add say Version 2013,2014. The problem is, it does not want to filter on the two. It actually shows up on the screen in the detail section of the downloadable item, but when we try to have it filter, it comes up in the filter as 2013,2014 and not as 2013 and 2014. Does anyone have a better idea how to do this, other than make the product an attribute file, with an actual physical property, and attach a file to the product to download (as an instruction for example)? It is what would happen on the right-hand side of the Features screen. We are running Agile Multiple Shop and Seller modules.