Search the Community
Showing results for tags 'features'.
-
Hello all! Im making my first prestashop website, and I already found something i cant solve (already searched over the web). My store will sell shoes, and every shoe must have an "features" field where i would choose between about 11 elements: Energy Absorption Antistatic footwear Midsole Waterproof ..and so on: The problem I found is that a show can have more than 1 elements! I went to controller=adminfeatures in control panel, where i can set features and theyrs valeus; But editing a product let me choose just 1 value. I tryed to add a feature for every items i have, but in the "details" tab of the product then have a bit of mess with the text (I dont like to have the details as "[feature_name]: yes"). Another thing i cant solve, is how to associate a icon to every feature. Any help?
-
Hi again guys, Hopefully a quick one, I guess I've chosen a setting wrong - when I compare two products on the front-end, it shows me features that are blank for both products (i have a LOT of features, and not all products require all features). Is there a way to only compare the features that the products actually have selections for? Thanks! Simon
- 7 replies
-
- compare
- comparison
-
(and 1 more)
Tagged with:
-
Hi, How would I go about outputting each of the feature's "Meta-title" text in the Product.tpl theme file? I have tried this, but it doesn't work. I am not sure on how the structure is. {$feature.metatitle} It wish to output it in the title="" on each feature. Thanks in advance.
-
- product.tpl
- features
-
(and 2 more)
Tagged with:
-
Hello everybody, I am trying to import products using a CSV file. Everything is OK, I can define all the columns, and few features in a product but I cannot define the same feature in diferent languages using the import function. (i can do it through the back-office, adding the product manually). I tried to import another csv file selecting the other language when importing, but then, it appears the same feature twice in the data sheet, in english and in spanish (for example). Is there any way to solve it? Thanks.
-
Здравствуйте. Вот такой вопрос: я хочу особенности товаров добавлять в вкладке "Features/Особенности", но немного туповато получается. Я не могу понять как преста их сортирует, да и мне не очень нравится эта сортировка. Может кто-нибудь сталкивался с этим вопросом и знает как сделать свою нормальную сортировку этих особенностей? Я уже наверное все переискал и найти не могу.
- 4 replies
-
- Features
- Особенности
-
(and 1 more)
Tagged with:
-
Hello, I'm using features and I would like to have a menu item that open a page that show only products that have a fixed value for a fixed feature. Example : I sell books and the feature is : format (digital/print) I would like to have a menu item called "ebooks" that only show products that have the format:digital Can you help me ? Thx David.
-
Hello, There doesn't seem to be any way to assign more than one value to a product feature. I have products that use features like "Suitable for" and those require to have more than one Value assigned. Comma-separating those values isn't a good idea as I won't to enable customers to filter by features (like Suitability) with the help of the Layered Navigation Module. Is there any known workaround for those limitations?
-
help! Ok, here I go: I have a shop where I sell CD's , and I am trying to show, the tracklisting of every CD. If I write the tracklisting on one of the featured fields for each product (tracklisting) is there any way of being able to write a html list, so we can display a list of tracks as text? I even thought of creating more fields for every track..... Any ideas!?
- 1 reply
-
- music shop
- tracklisting
-
(and 1 more)
Tagged with:
-
Hi everyone, I am new to Prestashop. I just setup a Prestashop store with electronics. Is there a posibility to organize product features into groups like Processors, Network, Display etc. Let me give you an example http://shopping.indiatimes.com/mobiles/samsung/samsung-champ-deluxe-duos-c3312-metalic-silver/25014/p_B905329 Look at the datasheet in the link above. I want something like that.
-
Hi Everyone, I try to sort features on product page, I found out that they are generated by this function: public static function getFrontFeaturesStatic($id_lang, $id_product) { if (!array_key_exists($id_product.'-'.$id_lang, self::$_frontFeaturesCache)) { self::$_frontFeaturesCache[$id_product.'-'.$id_lang] = Db::getInstance()->ExecuteS(' SELECT name, cat, value, pf.id_feature FROM '._DB_PREFIX_.'feature_product pf LEFT JOIN '._DB_PREFIX_.'feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = '.(int)$id_lang.') LEFT JOIN '._DB_PREFIX_.'feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = '.(int)$id_lang.') WHERE pf.id_product = '.(int)$id_product); } return self::$_frontFeaturesCache[$id_product.'-'.$id_lang]; } However, if I try to add 'ORDER BY ' clause at the end of the query, it breaks and shows either 'A A' or nothing. Even if I try to add a whitespace after WHERE clause, meaning: WHERE pf.id_product = '.(int)$id_product).' '; It breaks! How is it possible? How to make this query editable? Thanks for your comments.
-
Hi everyone, Does anybody know whether layered navigation block can be configured with product features or only with product attributes? Thank you all, Marcos
-
So far as I can tell, when features are imported via CSV, they are imported as "custom" feature values. If so, could somebody offer any advice on kind of SQL query I can run through myPHPadmin in order to replace these "custom" features with the "predefined" feature values. The filter module I am using (Ultimate Search) requires features to be "predefined" before it can utilized checkbox filtering. Any suggestions on mySQL query? I really dont want to edit over 700 products manually.
-
Hi All, Im currently setting up a shop where i would like to include certain "features" in the product descriptions. for example, set up a Feature as 'height' set the value, and use HTML code to include that 'feature' in the description, this means if i change the feature, it is automaticaly in the description? Im sure ive seen this is possible somewhere, but cant find where Also, does anyone know if the description field on products can contain PHP code?
- 5 replies
-
- features
- descriptions
-
(and 3 more)
Tagged with:
-
Hi, is it possible to split the features data? I know for like splitting data in a cell when importing products into PrestaShop that I can use a ; to split the value when performing an CSV upload. I would like to split the data for the features for in terms of years. The reason is because I use Presta-Module Advanced Search 4 module, and has the ability to select a certain Feature to perform a search filter. I would like to give my customers the ability to filter out their vehicle application year. I.E. Year: 2004, 2005, 2006 Ability for the feature to read that there is 3 separate year in this column. Thanks in advance for your assistances. I would be interested in having modifications done to my PrestaShop in order to get it to work. Currently running V1.4.5.1, and willing to upgrade to the latest SVN if this feature is enabled. -Phil
-
Prestashop 1.4.5.1 Product features on product page look very ugly, cant see clear where are features and where are their values. On comparison page features and their values look very nice and clear (can see clearly where are features and where are their values) See the attached screen shot with both views. Is it possible to make product page features look like in comparison? It is very interesting why did they made comparison page features look nicer than product page features (which are viewed much oftener) ?
- 1 reply
-
- features
- comparison
-
(and 1 more)
Tagged with:
-
Хочется сделать мультивыбор характеристик продуктов. реализовываю через select multiple, но почему то записывается в бд первое значение характеристики, прошу взглянуть на листинги и ткнуть в ошибку. добавляем select multiple: if (sizeof($featureValues)) { echo ' <select multiple id="feature_'.$tab_features['id_feature'].'_value" name="feature_'.$tab_features['id_feature'].'_value[]" onchange="$(\'.custom_'.$tab_features['id_feature'].'_\').val(\'\');"> <option value="0">--- </option>'; foreach ($featureValues AS $value) { if ($current_item == $value['id_feature_value']) $custom = false; echo '<option value="'.$value['id_feature_value'].'"'.(($current_item == $value['id_feature_value']) ? ' selected="selected"' : '').'>'.substr($value['value'], 0, 40).(Tools::strlen($value['value']) > 40 ? '...' : '').' </option>'; } echo '</select>'; } далее я передаю массив в функцию addFeaturesToDB и обрабатываю его циклом foreach: public function addFeaturesToDB($id_feature, $id_value, $cust = 0) { if ($cust) { $row = array('id_feature' => (int)($id_feature), 'custom' => 1); Db::getInstance()->autoExecute(_DB_PREFIX_.'feature_value', $row, 'INSERT'); $id_value = Db::getInstance()->Insert_ID(); $row = array('id_feature' => (int)($id_feature), 'id_product' => (int)($this->id), 'id_feature_value' => (int)($id_value)); Db::getInstance()->autoExecute(_DB_PREFIX_.'feature_product', $row, 'INSERT'); return ($id_value); }else{ $row = array(); foreach ($id_value AS $val){ $row[] = '('.(int)($id_feature).', '.(int)($this->id).', '.(int)($val).')'; Db::getInstance()->Execute( 'INSERT INTO `'._DB_PREFIX_.'feature_product` (`id_feature`, `id_product`, `id_feature_value`) VALUES '.implode(',', $row));} } }
-
Hello, I'm having a weird problem where the values that i enter into the "features" set are duplicated as a set. (please see screenshot attached). It's only happening for items that I added recently, and the older items are still showing the values correctly (screenshot). I haven't done anything special, so no idea what happened... any ideas anyone? =/ TIA!
-
Hi everyone, im recently making a prestashop 1.4 website, and i would like to have more than 150 product features per product. However it seems prestashop have a product features limit. Anyone knows how i could change this? Thanks
- 9 replies
-
- product features
- Features
-
(and 1 more)
Tagged with:
-
I have a problem when adding features and save the changes in the product sheet. It is that I have found that the maximum number of features that allows me to have created to be correctly saved changes to product data are 7. I have 7 features created with their respective values (width:10, 15; height:10, 20...) if I go to the tab of the product and add some of those values I have no problem when you save, the changes are recorded successfully. The problem comes when it exceeds this figure of 7 features. I add one more than try and I give values 1,2,3 for example. If I'm going to the tab of the product and try to add some feature for the elderly, to save the changes I redirects to the main page of the catalog and those changes are not saved. It is very rare that there is a limit of features but I tested it and 7 is when get me this error.Any comments help would be welcome.Many thanks in advance, greetings! Sorry for my bad English
-
j'aimerais utiliser des features dans la liste des produits dans le panier .. j'ai réussi à le faire au début de la page panier en modifiant opc controller (panier sur une seule page) mais je ne trouve pas quel controller est lié à la liste des produits dans la page panier toujours ... pourriez-vous m'aider ...?
- 1 reply
-
- features
- carractéristiques
-
(and 2 more)
Tagged with:
-
Bonjour. J'ai un fichier csv produit que j'aimerai importer. Avec les outils du backoffice pas de soucis. Sauf avec mon champs caractéristique qui est un peut particulier, voici un exemple: nom;description;categorie;prix;image;caracteristiques bob;blablablabl;catego222;10;ge.gif;hauteur:10|largeur:20|vitesse:60 comme vous pouvez le voir dans caracteristique il y a des séparations dans un sous champ. On pourrait créer des colonnes uniques pour ces caractéristiques mais le problème c'est que chaque ligne n'a pas forcément les mêmes ni le même nombre de caractéristique. J'ai bien essayé de manipuler tout ça en php avec des boucles mais ça devient vite infernal.. Quelqu'un aurait une idée ou un conseil, merci.