e-commerce
Get bundled products containing a specific product in Magento
In addition to my previous post, sometimes you also have clients who want to show product bundles on the product detail page that contain the product in question. Once again, Magento doesn’t provide this functionality out-of-the-box, and the only way to do it without direct SQL queries is by loading all bundled products and iterating read further ...Magento ‘customers who viewed this also viewed’-query
Ever had the clients’ wish to have a ‘customers who viewed this also viewed’-functionality in your webshop? You might have noticed that this is not a default feature in Magento. And if you (like me) would like to keep your extension count as low as possible, the smallest solution is often preferred. And the smallest read further ...Put the star rating element of a product in Magento – anywhere!
I was looking for a solution to put the star rating element of a product in Magento on any given location. As most of you know, you can simply display the star rating element of a product (you know, the one with the five stars on a row) on a template like a product detail read further ...How to calculate prices for bundled products in Magento
Ok, so here is my situation: I have a bundled product in Magento, who’s sub-products can be selected with checkboxes. Now, this bundled product also has 2 custom options that change the price by percentage. Now, the default behavior of Magento is as follows: But in my situation, I had to calculate the custom options of my read further ...