How to prevent automatic product filtering on my WooCommerce store? - ajax

I have a WooCommerce store (link: https://papylon.me/prodavnica/) and I am not able to select multiple filters without it autoloading immediately after I click a filter...
So basically, I would like to select for example "Plava" and "Roza" in "Boja" category and then press the Filter button to get the results.
Currently, if I would try to do that, when I press "Plava" the website automatically loads all the products from that category, then I need to scroll again down and then select the other one "Roza". Then it again automatically reloads everything.
That is really annoying in my opinion.
I searched for various plugins that can disable that but didn't manage to find any.
Every piece of advice and help is appreciated! Thank you!

Related

Magento associated products doesn't work

I have Magento 1.6
I have done a bulk upload today, (all products are configurable) and they have created normally except they didn't associate.
I can't figure out why, I have tried to change the attribute, but it still not working.
I have deleted them all and start again, and when I click on the configurable product, it is now asking me to select a super attribute, so I need to click on it, associate manually the product, then it is working.
I suppose it is coming from my set up in the attribute ? but I can't figure out what
Hope you can help

joomla 3.1 ajax module

ok so I have a main horizontal menu that appears on all pages, (company, products, about us) and I want another menu, (vertical accordion on the left side of the page) inside products:
phone
--samsung galaxy s4
--iphone 4
pc
--hp pavilion
--toshiba
and when I clic on any of the sections of the accordion menu the information about each product appears on the right using ajax. I have made the accordion menu as a custom html module and the same with the content that its supposed to appear on the right side (I used modules instead of articles).
Now I'm thinking that its probably better to create another menu for the accordion and that the content should be articles, but I dont know how to make it look like an accordion, and I still need help using ajax to show the content of each product.
the main thing is, I want to use ajax to replace one module for another when I clic on any section of the accordion menu. is there any way to do it, all I could find in google its how to change the main article of the page, for that i have to replace
jdoc:include type="component" and add an event with the url but that replaces everything and I just want to change the right module/article
something like this
I dont know if I explained myself well.
I used shaper helix 2 template
Any help would be appreciated.
Check for some extensions here: http://extensions.joomla.org/extensions/structure-a-navigation/menu-systems/accordion-menus
An advice... you better forget ajax to load the catalog because as it used on the example the product pages are missed by search engines, as spiders and crawlers doesn't execute javascript. Try to search for that domain... results don't have any product.
Good luck!

Joomla! Virtuemart - Option to Go To Next Product to be Edited

Is there a Virtuemart extension that makes it possible to go to the next product you want to edit so you do not need to go back to product overview page to pick the next one? Going through many products to be edited it would be great to quickly flick through them, but that seems to be impossible now. Ideas?
My kingdom for such a tool, but alas, to my knowledge there is no such tool. There IS, however, a workaround that I use - from the product page, I just right-click the link to edit it and choose "Open in New Window" and close the window when I'm done.
You can also get the URL in browser bar, take the id of product you are currently editing adding +1 to the id, to avoid opening more pages.
Remember to do this after saving, obviously
http://yourserver.com/ administrator/index.php?option=com_virtuemart&view=product&task=edit&virtuemart_product_id[]=3615
and then you make
http://yourserver.com/ administrator/index.php?option=com_virtuemart&view=product&task=edit&virtuemart_product_id[]=3616
and so on

Magento product with different options doesn't change price

I've simple products in my magento store with custom options that have different prices. Upon selecting one of the given options e.g size, the total price doesn't change and stay the same. However if items purchased in shopping cart it shows correct price (base price+additional amount) I presume there's some javascript issue in my custom theme as when i changed the template to default it started to work normal. Any ideas what could be the possible issue and where should i be looking to sort this issue out.
Sounds more like a standard JavaScript error than something related directly to Magento. If I had to guess at random I'd say your theme is using jQuery (or another alternative), that is clashing with Prototype as it's not being ran in safe mode. To debug this, open up your site in a copy of FireFox with the web developer toolbar extension installed. In the top right hand corner of the page there are three circular icons. If the far right one is a red cross, there is a JavaScript error, clicking on the icon will tell you what the error is.

Firefox plugin to build custom links for the right click menu

In Firefox, I'd like to be able to highlight a word or number, then right click and have options that would open various custom links such as:
View User Profile -> http://mysite.com/user/HIGHLIGHTEDWORD
View User Admin Page -> http://mysite.com/admin/user.php?user=HIGHLIGHTEDWORD
View Order Page -> http://mysite.com/orderdetailspage.php?order_id=HIGHLIGHTEDWORD
Something like that would save me and my team a lot of time.
Does anyone know is such a plugin exists, and if not what would be involved in developing one?
thanks
This page has some options for Menu customization extensions:
Maybe you could use one of those extensions with keyword searches?
I believe in you!
I know you're trying to save yourself some time with due diligence researching whether it's been done, but with the power of copy and paste, you could "write your own" almost as quickly as asking the question.

Resources