The js tag has no wiki summary.
0
votes
1answer
23 views
Convert multiple configurable product select boxes to checkbox
I have a configurable product that is configurable by 2 attributes:
product_type
product_size
By default, magento displays this as 2 select boxes.
This is fine.
However, I would like to change ...
0
votes
1answer
28 views
Send a Magento order to third-party API when placed
I'm looking on an example of where I should place for magento orders to be sent to a third-party API. I have all documentation and all proper code that I've tested. I just don't know where these API ...
0
votes
1answer
36 views
Switch Image Acording To Custom Options
I would like to be able to let my clients select the product they want using a thumbnail defined in Custom Options.
If I have "White" selected in my dropdown menu. I would like the product image to ...
1
vote
1answer
24 views
Get Store View info in JS
Is it possible to get the current store view data in a js file.
I mean those info are stored somewhere in the js enviroment ?
3
votes
2answers
263 views
How do I GZIP the merged JS file?
I noticed when I merge the CSS/JS files then enable Gzip in the htaccess, JS doesn't compress. Does anyone have an idea how to fix this?
Update: Htaccess File Content
...
4
votes
2answers
195 views
When merging CSS or JS, a new file is generated for each page type
We have a lot of small CSS and JS files and enabling merging seems to be a good choice.
Many of the CSS and JS files are used on every page (home page, category page, product detail page).
Whenever, ...