Git Product home page Git Product logo

magento-autocomplete's People

Contributors

jreinke avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

magento-autocomplete's Issues

Product images dont displayed

Hello, good module, i like too your admin serch module.

I have a problem with the images, the search box always displays my image placeholder and dont the product images. Why?

Edit: solved

Exceeded the quota

Hello im getting this error above:
Uncaught DOMException: Failed to execute 'setItem' on 'Storage': Setting the value of '__http://shopping.pt/index.php/autocomplete/product/json/__data' exceeded the quota

Since i have more than 18000 products it exceeded the quota. I try to disable the option of storage on the admin, but when i search for the products, the search results returns wrong products, it shows other products besides the one i writted.

Autocomplete loads base (high-res) images, not thumbnails

Hey,

it's probably a problem coming from my custom theme or something because demo.bubbleshop.net doesn't show this behavior, but I can't get the extension to load thumbnails instead of 1MB+ base images.

I looked around in the source code but can't find any $this->helper('catalog/image')->init($_product, 'image') I could customise.

Any idea ? For now it makes my autocomplete kind of broken because of the multiple megabytes downloaded when suggestions are shown.

Thanks a lot,
Camille

PS : great extension BTW

Does not get final price

The extension is getting normal price instead of final price so it does not show
the actual price of promotional goods...

Product images disappear.

This extension works perfectly except that when I go to the product browsing pages, all of the thumbnails don't load. Major problem.

This issue was listed before but the creator solved it without sharing the solution.

How can we take influence to suggestions order?

Thats a great extension and i really like ist. But i cant find out where the order of the suggested products come from an how to take influence to it.

Problem is, that mostly on top are some accessorories or less important articles and the really important products are shown last or even not. Any idea?

Exclude search fields

I noticed that when I start to type, every field returned by autocomplete/product/json/ is used for autocompletion. So a search for min_price or simple results in some matches simply because these field names / values are present in the json string. Although these fields and values may be required for a (harder) better, faster (stronger) display of the results they shouldn't be used for matching.

[DISCUSSION] Performance in large catalogs

First things first: Very nice module. Cleanly written, no core-rewrites, very useful function. But I'm wondering how well this module will perform on large catalogs.

As a demo I installed in a development site with 3.500 skus and it looks like the prefetched JSON already exceeds the local storage limit. The generated json data cannot be inspected fully with Chrome developer tools and is cut off

bla, bla json code [...]html","price":"610.0000","tax_class_id":"1",

When saving it to a text file it weighs in at 750 kB. I'm not sure what the size of my localStorage cache currently is. Since I never changed the setting I'm guessing it should be the default of 5 MB.

Now imagine a catalog with hundreds of thousands of products. There should be at least a warning for the store owner that the use of this module may have a negative impact on the performance (Magento backend, GitHub Wiki page, Readme.md file).

One way would be to reduce the amount of data stored as JSON. Consider this

{
  "status":"1",
  "entity_id":"1",
  "type_id":"simple",
  "attribute_set_id":"31",
  "name":"BLANCOAXIA II 6 S",
  "url_path":"blancoaxia-ii-6-s.html",
  "price":"334.0000",
  "tax_class_id":"1",
  "final_price":"334.0000",
  "minimal_price":"334.0000",
  "min_price":"334.0000",
  "max_price":"334.0000",
  "tier_price":null,
  "cat_index_position":"50016"
}

versus this

{
  "name":"BLANCOAXIA II 6 S",
  "url_path":"blancoaxia-ii-6-s.html",
  "price":"334.0000",
  "final_price":"334.0000",
}

This extension is not recording searches in DB

A lack of this feature is not recording searches in DB. For example even it provides a right result, once I click on that suggested product I should know about that query and result. Only if someone press Search button at the moment it will be a row inserted in database.

I am looking to replace Kanavan because even this extension is great, it records everything in DB, what a irony. For example if a visitor searches for amazing and stop and wait a few seconds after every letter, he will get a, am, ama, amaz, amazi, amazin, amazing in Search Term section of Magento!

How to Install

Hi thank you for sharing :)
I downloaded and uploaded the file to my server but it doesnt work.
I have a custom theme and when i type something nothing happens e.g nothing regarding autocomplete search
My files are uploaded to base theme
Should i upload them to my themes folder? Thank you

Custom Template (no rwd)

Hello, i installed perfectly this extension but really wont do nothing in search box.
How i can install in custom template? I tried change some folders from rwd path to my template destination without success. Thanks in advance.

Tax issue

Seems like tax-configuration is not taken into account. The dropdown always shows prices without tax. This is a thing which should be taken care of.

Missing package.xml

Hi J Reinke,

Thanks in advance,

I think extension missing package.xml file,

And after extension installation, i have checked and found, css and js file have not included to frontent.

please guide me. and share package.xml file

Thanks again.

Installed but not working

Hi Dude,

I managed to install it but it seems not working. I uses commercial theme and running 1.9.1. Please help.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.