that worked a treat! thanks very much!
that worked a treat! thanks very much!
Can the "down arrow" on the attributes drop-down selection menu be customized? I'd like to use a better-looking arrow if at all possible.
If it can, that would not be related to Flexible Attributes. There might be a way to specify what that down arrow looks like, but it may also be under the control of the browser and not the code. I would advise researching HTML dropdown coding on the web.
nice addon
but with this addon, i get an issue of jquery radio button,
i have lots of radio type attributes which shoud be required before submit, they are "too many", so i don't use the default zencart radio required function, i use jquery to indentifier radio button checked true or false
without this addon, it works correct, but with this addon, it couldn't indentifier the radio button checked is true or false,
by the way, all the radio buttons are set to unchecked when first loading
what do i fix it?
Last edited by inception; 4 Nov 2011 at 06:51 PM.
i found the problem, but i don't know how to fix it
if you open the page, since the radio buttons are set to unchecked, even you click on the radio button, then click on "add to cart", you won't get any jquery error message
if you have an item in cart, click on this item to go back to the product info page, if the radio button value record is 20, even when you click on another radio choice, the item could be added to cart correctly, but the value is kept 20 to jquery before submitting the form. so if you make a jquery message box says "the value is: ", the displayed value wouldn't be correct, it's always 20
without this addon, everything goes correct
Last edited by inception; 4 Nov 2011 at 07:09 PM.
Does your jQuery mod affect any of the Flexible Attributes mod files? I have no idea how your custom code works, but I didn't change the characteristics of the attribute inputs, merely added some new and more detailed wrappers. Maybe there is some combination of classes/ids/elements that your mod depends on that has new parts inserted by Flexible Attributes.
sorry, that is an issue of my jquery
now it works correctly with this addon
Good to hear:)
Is there a way to customize the width of the drop down selection boxes on an individual basis? I tried adding this to my CSS, but it affects all of the drop-downs (not just attrib-1:
SELECT, INPUT attrib-1 {
width: 150px;
}
Thanks!
Bookmarks