I looked through this thread to see if anyone has run into this issue and I don’t think so…
First of all, thank you! This extension is so helpful.
Everything on the bundled product page works nicely, but in the cart, the user defined quantity doesn’t appear (although the total price is correct). No matter what quantity is input it appears as “1 X ...” Any ideas? (ver. 1.6.2.0)
Having the same issue...Did anyone find a solution??
but in my cart, no quantitiy is showing up.. but when i edit the bundle, all qtys are still there..
If you are using some other extensions or your some other theme/skin, I can’t really help you as I have no idea what your setup looks like. I have attempted to point people in the right direction by listing what they should be looking for in their custom themes at http://www.magentocommerce.com/boards/viewreply/387391/
@kabel, @GeOT, @ParadoxLabs, @BigFish1: I was experiencing the same errors using the version in this post. However, the version up at connect is coded beautifully and works on 1.7+
so your saying I have to replace the JS file with the Kabel JS file? im being ditzy today, where is the JS file under your module, I cant find it on my server.
Yes, that correct. As mentioned on this thread (in multiple locations), the old versions of this module require manually putting the module files in the correct place. And in some cases, even overriding core files.
You also need to make sure you have installed all module files to your server in the correct location AND clear your cache folder.
Thanks for this great extension. I was just wondering...is there any way to edit the code in your extension such that my customers can select quantity after selecting a product in a dropdown option as well?
Refer to the attached pic for reference!
I reckon I will have to edit and add in a select.phtml file into kabel\bundleplus\catalog\product\view\type\bundle\option folder yes?
Another user mentioned a few pages ago about getting each selection of the bundle on one line. For example, before installing this plugin, the checkbox, quantity, label, and price were all on one line. After adding this plugin there is a line break after the checkbox for each item.
I know you mentioned that this could be adjusted in css somewhere but I\’m a css newb and couldn\’t figure it out. Could you be a little more specific about what files I should mess with to get everything on one line?
My problem is that orders that contain bundled items seem to be triggering a different sales order notification. Can this be configured and if so where do I look?
I’ve modified the ‘order_new.html’ template and orders with bundled items send out different notification email that doesn’t contain my modifications.
I love this extension and I have a clean install using Connect, but the only thing I am struggling with (I don’t know if by design) is the QTY is always 0 when I have User Defined Qty set to Yes, and it ignores the default qty.
My bundle is a collection of products in specific quantities (default), but the customer can a) uncheck and omit the product, and b) leave checked but just reduce the amount.
Input Type=Checkbox, IsRequired=No, Position=0
Add Bundle Item and set Qty =3, then Add Selected Products to Option
Now bundle item is
Default Qty=3 User Defined Qty=Yes Position=0 Default=checked
Shows up in frontend as Qty=0 by default, and I am wanting it to be the default qty I set.
Design? Missing something on my end perhaps? Is this all handled in bundle.js?