Search the Community
Showing results for tags 'instant'.
-
Add image field to INSTANT STOCK STATUS list
JK11 posted a topic in Configuring and using PrestaShop
Hi all, I need add image(product image) field into INSTANT STOCK STATUS list in administration. See attached screenshot. I added this code to fields list in file /controllers/admin/AdminStockInstantStateController.php: 'image' => array( 'title' => $this->l('Image'), 'align' => 'center', 'image' => 'p', 'orderby' => false, 'filter' => false, 'search' => false ), But that's all, what I was able to do. Prestashop version: 1.6.0.12 Thank you for any help. King regards, Juraj. -
I am setting up a book store using PrestaShop 1.5.4. Each product has a feature called "Author". What I would like to do is to include any matching features in the instant search in addition to the matching products, e.g. If a user searches for "Brown" the instant search will list all products (books) containing a reference to Brown, including the features. What I would also like to do is to include a line in the search result for each feature that contains Brown, resulting in additional lines for authors such as Dan Brown, Dale Brown, etc. I have attached a screenshot from Waterstones.com that shows the kind of thing I am looking for.
-
I would like to keep track of all my products quantities and combinations but when I go into any of the "Stock" tabs other than "Stock Management" I get a message saying "No Items Found." I have enables stock management as well as advanced stock management in the products section of preferences. I also have checked off advanced stock management in each products but still no data. I have even set up a warehouse and placed the products in there even though I don't have a warehouse and still no luck. Can someone please suggest a way to fix this, I really need these reports in order to keep track of my products and know when to reorder them. Thank you
-
Hey there, I need some help for editing the appaerance/position of the instant ac_results. I want to transplant the searchbox as a menu item on the right. So far so good - I got the searchbox transplanted. But I like to get the instant search results, displayed in the ac_results list, as a "dropdown". Currently it looks similar, but I didn't notice the ac_results in the page source view. Firefox Inspector shows them at the bottom of the page. So if I understand this correct - it seems the searchresults were rendered at the bottom of the page ... if yes, is there a way to get them as a child of the search-form? Every help is appreciated. Thanks Jan [solved] I got help from the author of my theme. He found the line to change in jquery.autocomplete.js: function init() { if (!needsInit) return; element = $("<div/>") .hide() .addClass(options.resultsClass) .css("position", "absolute") .appendTo(document.body); Change the last line to your #id where you want the code to fit in. function init() { if (!needsInit) return; element = $("<div/>") .hide() .addClass(options.resultsClass) .css("position", "absolute") .appendTo("#your_id_where_the_code_should_fit_in"); I also commented the css definitions out to use the styles defined in the theme css file. show: function() { var offset = $(input).offset(); element.css({ /*width: typeof options.width == "string" || options.width > 0 ? options.width : $(input).width(), top: offset.top + input.offsetHeight,*/ }).show();
-
Muy buenas tardes, Me gustaría saber como debo hacerlo para cambiar el titulo "instant check out" por otro texto. Como poner un "*" después de "número de identificación" URL: http://www.latiendadelaboresonline.com/es/autenticacion?back=order.php%3Fstep%3D1 Gracias y saludos
-
Hallo alle miteinander! Zuersteinmal ich bin absolut neu in dem Forum. Ich habe letztens gedacht, dass ich "Prestashop" mal ausprobieren könnte und siehe da: Es gefällt mir. Mittlerweile habe ich sogar schon Verwendung dafür gefunden und zwar in einem kleinen Onlineshop. Nun stellt sich mir folgendes Problem: Ich möchte den Shop so simpel wie möglich halten (Es werden auch nur ein paar wenige Produkte darüber verkauft). Ich versuche schon seit einiger Zeit, die Accounterstellung für Kunden komplett zu entfernen. Das heisst, der Kunde soll ganz einfach mit Hilfe des "Instant Checkout" Formulars seine Daten eingeben können ohne, dass er einen Account erstellen muss. Die Bestellung wird dann an die von mir angegebene Shop-E-Mailadresse gesendet und kann von mir dann bearbeitet werden. Wo und wie kann ich die Accounterstellung für Kunden komplett entfernen? Vielen Dank schonmal für eure Hilfe!