For some reason their anaylizer is insisting that I am using inline styles in my theme, which I am pretty sure I am not. There aren't even any inline styles in the source code that is generated. I have tried this on a clean install of 4.7, with various themes, including one I made myself. All of which produce this inline styles error.
I want to ask how i can add a link to the parent album on the page of e.g. an image.
I found out that the pager is (which is the best location to put such a link) is created by acidfree_pager_creator() which does not more than calling theme_pager().
The problem is that if i would write my own theme_pager() for my theme it would be there for all nodes and normal nodes do not have a parent normally.
I am creating a website where I am selling a service, the service is basically creating images. The user will select a style, upload a photo and I will modify that photo to the selected style.
However there is something else that affects the price, and that is the number of people in the photo that the user uploads, so I want the user to select this as well.
So I have created apparel products for each of the art styles, and then created subproduct variations as 1Person, 2People.... 5-10People etc.
Has anyone successfully used subproducts in drupal 4.7.2? I just used a fresh install of drupal with the latest E-COmmerce (from 07/07/06) and still I have no subproducts. I follow the instructions at http://drupal.org/node/52743 for variation type subproducts, enable the apparel and subproducts modules, but I do not have adminster>product variations!