This topic has 6 replies, 2 voices, and was last updated 8 years, 8 months ago ago by Jack Richardson
I updated the woocommerce .php file woocommerce/templates/cart/cart-totals.php today because the shipping totals were not being calculated in the shopping cart page of my site. When you put in a state and zip code, nothing would happen. When I updated this file, it moved everything below “Cart Totals” in the shopping cart to the right so the numbers were being cut off. To fix this, I added this to my stylesheet:
.woocommerce-page .cart-collaterals .cart_totals table th, .woocommerce-page .cart-collaterals .cart_totals tr td {
padding: 0px !important;
}
This pushed everything over to the correct spot, but now the same issue is happening with the shipping calculator not working. Does anyone have any idea why this is happening and how to fix it? This is my shopping cart page:
http://www.mirrixlooms.com/cart/
Thank you!
Hello,
Please provide us with WP dashboard and FTP (FTP host, FTP user, FTP password) credentials in private content.
Best regards,
Jack Richardson.
Thank you!
Hello,
Unfortunately we can’t access your site via FTP with provided details. Please check them and give us the correct ones. Also we need wp-admin credentials.
Best regards,
Jack Richardson.
Sorry about that!
Hello,
Unfortunately wp-admin details are incorrect but I was able to connect to your site via FTP and saw that you are using very old theme version 2.9.3 whereas the latest one is 3.5 http://themeforest.net/item/blanco-responsive-wordpress-wooecommerce-theme/2755246
Please update the theme to the latest version.
Before update delete “woocommerce” folder in the directory wp-content/themes/blanco/ and it’ll be reuploaded from a new theme package.
Also update all required plugins https://www.8theme.com/download-plugins/ .
Don’t forget to create back up of your files and database before starting update process!
Best regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up