Hi
There seems to be serious bug (well that I can see). On my product list page I have 3 test products. I have re styled the way the products are displayed and that works fine for the first product.
However the next 2 products seem to be using a different style sheet (product quantity and variation bordered).
The thing is all 3 products are using the same style sheet and the same product list php file.
Another issue that seems to be happening is that no matter which add to cart button is clicked only product 3 is being added to the cart.
The SKU/variations also seems to be buggy… If I dont give the product an SKU. In the variation area it puts the price under sales price and sales price under SKU. If I do then give the product an SKU it puts the pricing in the correct columns and under SKU it says N/A
Site address is http://www.thepanafricanmarket.com
Fieldset for Test product 1 – Variation is as follows:
.default_product_display .wpsc_variation_forms {
margin-bottom:10px;
padding-bottom:2px;
padding-left:0;
padding-right:0;
padding-top:2px;
}
Fieldset for Test product 2 – Variation is as follows:
#default_products_page_container {
line-height:1.2em;
}
This has also been posted on the Get Shopped forum though I suspect a I am likely to get a quicker response here.
Thanks