• So I had my products page working correctly, I updated to gold cart, and now I have this small error that is driving me crazy. On the default products page I only want the picture and description to show.

    I was able to accomplish this by adding this to my style.css

    .default_product_display.wpsc_quantity_update {
    	display:none;
    }
    
    .default_product_display form.product_form{
    	display: none;
    }

    After I updated to gold cart, the FIRST(and only the FIRST) product now shows the price, quantity, variations, and add to cart button. Whats even stranger is even if I take out the code above to display that information on my other products, the first product details are displayed DIFFERENTLY(with boxes around the form elements).

    If you follow the link below you will see what I am referring too…
    https://www.pru-dent.com.previewdns.com/?wpsc_product_category=scalers

    Anyone know why this is occurring or how I might be able to fix this?

  • The topic ‘E-Commerce Products Page, Weird Layout’ is closed to new replies.