captainp
Forum Replies Created
-
Shopping cart is not working for 3/4 of my customers. (They enter a state, form doesn’t allow them to advance, and gives them “enter a state” error message.) Losing money every day that this issue persists. I need a fix on this ASAP.
Any help is much appreciated!
Hmmmm… Found the theme check out page and here’s the code pasted below. I went into the WPSC plugin files to compare but can’t seem to find the right checkout page to compare the theme to.
Any help is much appreciated!
<?php /* Template Name: Store Page Checkout */ ?> <?php get_header(); ?> <div class="backgroundbox"> <div class="contentbox"> <section id="content"> <div class="container_12"> <?php if ( ! dynamic_sidebar( 'Alert' ) ) : ?> <!--Wigitized 'Alert' for the home page --> <?php endif ?> <?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?> <div class="grid_12 checkout"> <?php the_content(); ?> </div> <?php endwhile; ?> <!--#content--> </div> </section> </div> </div> <?php get_footer(); ?>
Really need help with this. The admin report email still doesn’t have US state and now a customer said that she wasn’t allowed by the checkout form to select a state from the dropdown, that she’d select and then click next and the form would make her select the state again and not advance to payment.
Any suggestions?