• I want to change a few things on the WP e-commerce checkout page please:
    1) Change the font of Address field content so it matches the font of the other fields.
    2) Move the Discount and Total Price Field name and content higher up the page so that it appears under the sub-total
    3) Change the title of the field ‘Cost Before Shipping’ to Sub-Total.

    Thanks very much for your help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter karennel

    (@karennel)

    I’ve figured out how to change points 2) and 3) by editing the wpsc-shopping_cart_page.php file. But, I can’t find where to change the font of the Address field content so it matches the other fields.

    I had this problem, too. You need to set a font-family in wpsc-default.css on this line, like this:

    #checkout_page_container textarea, #checkout_page_container input, #content #checkout_page_container textarea, #content #checkout_page_container input{
    font-family: whatever;
    }

    karennel,
    I am having the same issue you had and would like to move the discount and total price field higher so customer can see the adjustment. I would also like to change the title of the field so it makes better sense to customer.
    Can you please share how you changed this in wordpress ecommerce?

    Would be greatly appreciated.

    Thanks!,
    Javier

    Thread Starter karennel

    (@karennel)

    Hello Javier. Sorry for the late reply. I ended up commissioning a web design firm to undertake the changes and I don’t know how they did it. Sorry, wish I could help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Need to change layout of WP e-commerce Checkout Page’ is closed to new replies.