Hi,
I have WooCommerce successfully installed with Neighborhood 1.81 on another site.
However, I have encountered problems setting up this new site with V 1.93
I get this message on the checkout page:
Fatal error: Call to undefined function wc_ship_to_billing_address_only() in /home3/russ/public_html/2014.dailydoohgalaawards.com/wp-content/themes/neighborhood/woocommerce/order/order-details.php on line 167
The code at this point is:
<?php endif; ?>
and this is exactly the same at the same point on the other site.
Despite this message, the order is processed and both customer and I receive confirmation notices.
I found this comment on the WooCommerce Forum:
This issue is caused by your theme, they are bundling outdated template files in their themes that have been deprecated for a while now. You should contact the theme developer to get this fixed properly. You can delete that specific file from your theme until this issue has been patched by your theme developer for a temporary fix. WooCommerce will fall back on the default template file, bundled with the plugin.
I’m not very familiar with code and don’t what template file they are referring to so I’m not about to delete any files..
What do you suggest..?
Thanks !