• I love this plugin but I am having problems using the product personalisation field to allow customers to request a free sample via radio buttons.
    It uses this option in the new product page:
    Personalisation Options:
    Users can personalize this Product by leaving a message on single product page

    The results appear fine in the default Wp Ecommerce emails but there is no place holder for this field in the email customization screens for this plugin.
    This fix would make this plugin perfect for my needs.
    Many thanks.

    http://wordpress.org/extend/plugins/wp-ecommerce-shop-styling/

Viewing 1 replies (of 1 total)
  • Hi,
    I added this feature for someone else a few weeks ago and just released it in 1.9.2.
    Have a look at the products table.
    You should also change the according CSS part.
    Look for the part “#products-table”
    and replace it with:

    #products-table{
    width:100%;
    border-collapse:collapse;
    padding-bottom:1px;
    border-bottom:0.1pt solid #606060;
    }
    #products-table th{
    text-align:right;
    border-bottom:0.2pt solid #606060;
    }
    #products-table .product-line td{
    text-align:right;
    border-top:0.1pt solid #606060;
    }
    #products-table .product-line .product_name,#products-table .personalization{
    text-align:left;
    }

    best regards, Hannes

Viewing 1 replies (of 1 total)
  • The topic ‘Product Personalisation Place Holder’ is closed to new replies.