randommess
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Woo-Commerce Update broke my checkoutYes, LSME, this worked 100% for me. Go to your site using ftp and look in your plugins directory for woocommerce and then …/assets/js/frontend.
I didn’t check which one of the js files wasn’t working correctly, instead I just rolled back that entire frontend directory. I didn’t roll back my entire woocommerce install to the previous versions, just the directory.
Forum: Plugins
In reply to: [WooCommerce] Woo-Commerce Update broke my checkoutI rolled back to ver 2.1.1 for all files in this directory
…/assets/js/frontend
Forum: Plugins
In reply to: [WooCommerce] Share this not working.This solution was helpful but didn’t work for me. The problem in mine is that it shouldn’t say array. I downloaded the previous version and copied the old file. If it comes back in the next release, I’ll move the copy of the old file to my theme folder.
ver. 2.0.13 line 90 says:
$thumbnail = ( $thumbnail_id = get_post_thumbnail_id( $post->ID ) ) ? current(wp_get_attachment_image_src( $thumbnail_id, ‘large’ )) : ”;I was SO happy last month when @fchazo posted a workaround. I saw my order form table appear on the checkout page again and thought it was fixed. But, today I realized it didn’t adjust sales tax in the table if you just change file names on the server. So, after more hair pulling time I went back and downloaded woocommerce 1.5, copied just the old woocommerce.min.js file to my assets folder and viola, checkout is finally back to normal for me. Thank you so much, @fchazo, I was nuts over this. Glad to finally have it working.