While generating a standard producttype, I see the flexicharge fields. But when generating a custom producttype, like create content and choose a producttype under the label product, I don't see the flexicharge fields. Am I doing something wrong or should this be a feature request?

Comments

brmassa’s picture

Category: support » bug

Hans,

i could not reproduce this. try to explain more. the bug is still there?

regards,

massa

hanskuiters’s picture

In 'node/add/product/apparel', just above the 'Log Message' field, there is a fieldset called 'Flexicharge attributes'. You can fill in the product weight (by default).

But when creating a product out of a story, like 'node/add/story', and in the 'product' fieldset a make it an apparel product, the fieldset 'flexicharge attributes' does not appear.

I now can not use any flexicharge info with custom product types.

stella’s picture

I believe I have the same problem as described in #2. Basically I go to create a custom node that I've made with CCK, called "photo". On the add photo page, I can also make it into a product. I select the "apparel product" from the list and click on the "add to store" button. I'm then able to enter in the price, availability estimate, enable stock management, etc. However the "Flexicharge attributes" section doesn't appear. However, if I create an apparel product directly (node/add/product/apparel) the flexicharge section appears on the form.

Cheers,
Stella

stella’s picture

Status: Active » Needs review
StatusFileSize
new472 bytes

Actually I think I found a solution for my problem. The code change in the attached patch works for me with the 5.x-3.1 version and I'm pretty sure it will work for other versions too. I've patched it against the latest code in CVS (tag DRUPAL-5--4).

Cheers,
Stella

stella’s picture

StatusFileSize
new914 bytes

Sorry, attaching a second a patch because I forgot to include the code changes for loading the existing attribute value onto the form.

Cheers,
Stella

brmassa’s picture

Status: Needs review » Fixed

Stella,

thanks! fixed on eC4. eC3 will need your patch

regards,

massa

stella’s picture

StatusFileSize
new927 bytes

ec3 patch version attached.

Anonymous’s picture

Status: Fixed » Closed (fixed)