Digital experiences for all disciplines
Forum Replies Created
-
-
Tried several times with different products, no joy. I wonder if this is the source of the problem – in neighborhood/woocommerce/cart/cart.php, on lines 218-222:
<div class=”cart-collaterals”>
<?php //do_action(‘woocommerce_cart_collaterals’); ?>
</div>Notice that the action is commented out. This is in a fresh download of the theme, BTW.
September 26, 2013 at 12:39 pm in reply to: Create user account at checkout: Not user friendly at all #23865I posted the same comment in a different thread, but in case you are only following this one, I’ll post it again:
I disagree with Swift’s assertion that this is standard WooCommerce functionality. We have several WooCommerce sites, and only the one using the Neighborhood theme has this issue. I think because on a standard WC installation, the checkout info is all on a single page. The Neighborhood theme appears to override the standard WC templates.
September 26, 2013 at 12:38 pm in reply to: Prevent checkout advancement if required field empty #23864I disagree with Swift’s assertion that this is standard WooCommerce functionality. We have several WooCommerce sites, and only the one using the Neighborhood theme has this issue. I think because on a standard WC installation, the checkout info is all on a single page. The Neighborhood theme appears to override the standard WC templates.
I think the fix posted by Beau is correct, it’s just the line numbers that are incorrect. For me, those lines are 427-429. Comment those out, and the non-functional custom drop-down is replaced by a functional standard drop-down.
-