raintree12334
Forum Replies Created
-
Also – the pending payments did not push through to paypal at all.
Forum: Plugins
In reply to: [WooCommerce] Help! Get up-sell thumbnailBy moving the thumbnail up a little in the code I can place it above the title: http://imgur.com/YRfqYL0
I just do not know how to create the function to grab the up-sell thumbnail. Any help would be greatly appreciated – and will share results.
Forum: Plugins
In reply to: [WooCommerce] Help! Get up-sell thumbnailI’m not sure how to use that or place that mike, any help would be appreciated
Edit: I’ll end up fixing the css if I can get the thumbnail to work*
Well – Originally I discovered the issue to be linked to the ajax fragments refreshing and the mini-cart drop down – which linked the cart to the shopping page. So disabling the ajax refresh request and the mini-cart live feed dropdown on the add to cart refresh = removing the uncacheable images requested on every single page = every page load appache gets hit with 2 additional requests. Defaulting to the theme button, which removes the pay later as well worked fine. And the fragment request as well. Does that make sense?
add_action( 'wp_print_scripts', 'de_script', 100 ); function de_script() { wp_dequeue_script( 'wc-cart-fragments' ); return true; }For others to reference disabling mini cart live feed drop down*
A work around is directly taking the svg images out of the plugin and linking them to the footer so a CDN can deliver them:
But this automatic feature built into the CC. http://i.imgur.com/BF8aV9W.png