The checkout cart and buttons are all duplicated. It’s a nightmare as people can’t check out. PLEASE HELP!
Proceed to checkout button appears twice.
In checkout, the payment method buttons appear twice, types of payments accepted appear twice, and there are two sets of Place Order buttons. This is causing fatal errors when people try to check out. In addition, like many others, I get the same error message: Your theme has bundled outdated copies of WooCommerce template files. If you notice an issue on your site, this could be the reason. Please contact your theme developer for further assistance. You can review the System Status report for full details or learn more about WooCommerce Template Structure here.
WooCommerce also said all of these issues are within the theme and need to be fixed in order for the cart and checkout to work. PLEASE HELP!
Please wait?! WE CANNOT TAKE ANY ORDERS!!!! How are we supposed to wait for another theme release/update when we can’t take any orders at all and the entire cart crashes?! This is unacceptable!!!!
Hello,
I’ve updated to the most recent theme and my order page has been compromised (can’t order products). I’m also getting this warning from WooCommerce – Your theme has bundled outdated copies of WooCommerce template files. Please help!
Thanks,
Chris
Hello @ckronus,
You had to insert this code in functions.php:
<?php
// Use WC 2.0 variable price format, now include sale price strikeout
add_filter( 'woocommerce_variable_sale_price_html', 'wc_wc20_variation_price_format', 10, 2 );
add_filter( 'woocommerce_variable_price_html', 'wc_wc20_variation_price_format', 10, 2 );
function wc_wc20_variation_price_format( $price, $product ) {
// Main Price
$prices = array( $product->get_variation_price( 'min', true ), $product->get_variation_price( 'max', true ) );
$price = $prices[0] !== $prices[1] ? sprintf( __( 'From: %1$s', 'woocommerce' ), wc_price( $prices[0] ) ) : wc_price( $prices[0] );
// Sale Price
$prices = array( $product->get_variation_regular_price( 'min', true ), $product->get_variation_regular_price( 'max', true ) );
sort( $prices );
$saleprice = $prices[0] !== $prices[1] ? sprintf( __( 'From: %1$s', 'woocommerce' ), wc_price( $prices[0] ) ) : wc_price( $prices[0] );
if ( $price !== $saleprice ) {
$price = '' . $saleprice . ' <ins>' . $price . '</ins>';
}
return $price;
}
?>
I’ve added it. Please check the site.
Also please provide us with FTP credentials to check the orders issue.
Thank you.
Regards,
Eva Kemp.
Hello @ckronus,
There is an error on your products pages:
Fatal error: Call to undefined method WC_Product_Variable::get_review_count() in /home2/theironf/public_html/www.kronusgolf.com/wp-content/plugins/woocommerce/templates/single-product/rating.php on line 21
You should contact Woocommerce support team as the issue is with their plugin.
Thank you.
Regards,
Eva Kemp.
Hello,
I’m getting multiple notice text(s) on my home page, products page, and product page. Please help!
Thanks,
Chris
You must be logged in to reply to this topic.Log in/Sign up
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.
The message was successfully sent
Your shopping cart is empty
You may extend support period on ThemeForest and then update its status by clicking "Update" button in your Account area.
Purchase code | Expiration date |
---|---|
817e8a3b-18c8-492c-8ba6-9188c27b0995 | 05 Jan 2017 |