Autocomplete attribute shows no results - magento

I've set up Algolia on my Magento site. I have an attribute successfully set up on the Instant Results search page, but I can't that same attribute to yield results in the Autocomplete dropdown.
My attribute is "Brand" ("le_brand"). Brand names will display in the autocomplete dropdown as I type them
, but the URL they lead to doesn't include the brand name (screenshot here).
Here are my Magento Algolia plugin settings for this attribute.
Any ideas what I'm doing wrong? Thanks!

For anyone researching this issue, the recent bug fix resolved this. Thanks, Jan! github.com/algolia/algoliasearch-magento-2/pull/93

Related

AJAX Add to cart

I've got an issue with AJAX add to cart button on single-product.php.
By now everything works as it should, but with last woocommerce update i've got a problem with variable products.
Everything is fine on simple products, on variable i can also add product to cart, but unfortunetly there is no variation picked while all attributes is selected.
Here You got an example of issue: Product page.
If You add product to cart it will apear there, but as a simple product not variation.
I'm using X for Woocommerce plugin for swatches - when i disable it, everything works fine, but with no AJAX. I need it not only for swatches, but also minicart is powered by AJAX and after reloading page it doesn't work.
I hope someone could help me.
Best regards, Kuba
Please check your DevTools console (F12). There are multiple errors about jQuery being not loaded and "add to cart" scripts mentioned.
I bet that hidden field containing the selected variation ID does not change when you select some variation because there is a problem with jQuery. It stays with the default value which is the parent product ID. So the parent product is added to your cart.
There's a bug in WPML plug-in:
https://wpml.org/errata/wp-6-0-issues-with-terms-assigned-to-posts,
pozdrawiam :)

Magento "Shop By" feature is showing but not working. How to fix this?

I'm on magento 1.9.1.0
For some reason the "Shop By" feature is not filtering the products when used.
You can check it out here: http://www.eccellente.nl/ontkalken
The page refreshes but all products are still shown.
Does anyone have a clue to why this would happen?
Thanks
Allright - I figured out that Full Page Cache was the problem.
Needed to add the specific attribute to the Full Page Cache extension in order to make it work.

Joomla search results

I am facing this issue that the search results page shows all the modules that I only show in the homepage. This happen after I deleted most of the sample data that comes with joomla. Before I deleted here is the url I got from the search:
localhost/my_site/index.php/using-joomla/extensions/components/search-component/search?searchword=cars&searchphrase=all
And now:
localhost/my_site/index.php/component/search/?searchword=cars&searchphrase=all&Itemid=643
So somehow there is a link between any sample menu item or category and the search page, how can I get back or recreate the same behavior so the search results page don't show the homepage modules?
Thank you
Ok, I found it, i had to set itemID (menu id) in the search module.

Magento attribute url not found error 404 /l/ page filter

everyone
I have a problem about attribute url filter page can not found. It show error 404 and there are /l/ on url.
according to this this page. http://www.siameyewear.com/brands.html
At the backend. I have enable Is Anchor to yes. and check Use All Available Attributes. To show attribute Product Listing Sort By bra bra bra.
At this page. http://www.siameyewear.com/brands.html
On your left hand side. You will see Product Listing Sort By. Which is create by magento attribute.
But my problem is. When I'm click on a link. What ever link under a word "Shop By" It's will show error 404 page can't be found.
For example. When i'm click on a Rayban Link under a word "Shop By" It's will show a error 404 and url will look like this http://www.siameyewear.com/brands/l/rayban.html
I don't know where the /l/ came from. I have try to remove /l/ by myself. It's still not show a correct page.
Anyone know how to fix this problem. Kindly please help.
Thank you so much
Problem solved. Just remove some stupid seo enterpr...

How to add a custom field button in Virtuemart

I hope this question has a simple answer. I am creating a product catalogue with Joomla 2.5.6 and VirtueMart version 2.0.8e. On the product details page I want to include my own pdf button which will link to the brochure of the product.
Under the suggestion of a reply on the Virtuemart form, I created an image custom field in virtuemart but encountered two major problems.
I don't know now to link the image to a pdf.
I can't seem to remove the title from the image.
http://aleksdesign.ca/joomla/component/virtuemart/software-and-solutions/streem-alert-detail?Itemid=0
Please advise.
Thanks,
Aleks
My suggestion would be to use the Virtuemart Files feature. From the admin control panel, under "Shop", choose "Media". There you can upload the file(s) that you want to have downloaded. Be sure to associate them with a product, and they'll be included on the product page for download. To make a button out of the link(s), you could investigate using CSS to style them as a button. The only alternative I can think of would be to build a custom plugin for VM, which would be a great deal of extra work.
To make Custom fields in Joomla Virtuemart 2.0 is so simple.
You need to open your administrator and then go to:
Virtuemart->Products->Custom Field
there you will find a link to create new custom fiels and you can create your custom field with your choice. It provides various Custom Field Types. After creating and saving your custom field you need to go to product whom you want to add it. like:
Products->your product name->
open your product and go to Custom Fields and there at bottom you can see your custom field. add your custom field to product, save it and check this product from front-end of your site.
I hope this makes sense.
Thanks.

Resources