greetings,
1st off, thanks for developing this great modification!
Now, i have several questions,
1. when i do not include a [+x.xx] behind a attribute name, the attribute does not get recorded when adding to cart. example:
Black|images/stories/color/BLACK.gif <-- the attribute Black doesnt show on the view cart page
Black [+10.00]|images/stories/color/BLACK.gif <-- the attribute Black shows up in view cart page
How can i fix this little bug?
2. Currently, is it possible make add to cart button updates the selection but not direct the customer to the view cart page?
thanks in advance for any and all inputs
vm noob #842 =)
1. I'll look at this. What attribute type are you using? checkbox, radio, select, etc.... also could you post your full line of attribute code? thanks.
2. This functionality is not handled by this hack.
-barnett
the line of codes i used is as following:
Size Options(Radio)(Select the SIZE)|title-hover)( Small [+0.00], Medium [+0.00], Large [+0.00], X-Large [+0.00], 2X-Large [+0.25] );Color Options(Radio)(Select the color and size, then enter quantity|title-hover)( Black [+0.00]|images/color/BLACK.gif, Red [+0.00]|images/color/RED.gif); <-- this adds to shopping cart fine
Size Options(Radio)(Select the SIZE)|title-hover)( Small [+0.00], Medium [+0.00], Large [+0.00], X-Large [+0.00], 2X-Large [+0.25] );Color Options(Radio)(Select the color and size, then enter quantity|title-hover)( Black|images/color/BLACK.gif, Red|images/color/RED.gif);
<-- this one, doesnt catch the black or red attribute when adding to shopping cart.
and also, how do i modify the format these attributes are displayed on the frontend?
thanks
William