This is a very weird issue. I have a cart set up on my localhost, and I'm now moving everything to the live server. I have *one* product that is priced by attributes. oN my localhost server, I have no issues with this. But on the live server, the attributes controller is behaving oddly.
I've set up my option names and option values *exactly* how they appear on my localhost server. There is absolutely no difference whatsoever. However, the Attributes Controller on the live site is not displaying my list of names/values as it should. On my localhost server, they look like so:
ADDING NEW ATTRIBUTES
Define the Attribute Settings then press Insert to apply
Option Name:
Kit: Large [Checkbox]
Kit: Medium [Checkbox]
Kit: Small [Checkbox]
Kit: x-Small [Checkbox]
Pattern Only [Checkbox]
Option Value:
1 pattern + 5 skeins Yarn: [KIT:X-SMALL]
1 pattern + 6 skeins Yarn: [KIT:SMALL]
1 pattern + 7 skeins Yarn: [KIT:MEDIUM]
1 pattern + 8 skeins Yarn: [KIT:LARGE]
1 pattern: [PATTERN ONLY]
This is how it *should* look, so I can select each option as I need to, set the pricing and then insert it. However, on the live site, *this* is what I'm seeing:
ADDING NEW ATTRIBUTES
Define the Attribute Settings then press Insert to apply
Option Name:
Kit: Large
Kit: Medium
Kit: Small
Kit: x-Small
Pattern Only
Option Value:
1 pattern + 5 skeins Yarn:
And that's it. Nothing more. I can set the attribute for the "x-Small" version, but no other values are showing up for me to choose from.
Would anyone know why this is happening? For the life of me, I cannot see why it would be doing this. There is no difference *at all* in my localhost setup and the live server - so I don't get why it would be doing this.
Any help would be appreciated.



