Andy_P
Forum Replies Created
-
Similiar issue here. Seems to be caching issue somehow releated to theme. YARPP works perfectly with twentyeleven theme (correct related posts for each post), stops working with WooThemes Canvas (displays the same set of related posts for all posts).
The only difference is theme – twentyeleven or Woo Canvas, all other plugins are the same.
Also after settings change and save, (on Canvass – on twentyeleven it works ok) YARPP displays correct related posts to the first post I visit, then the same set of posts for every other post (thus my gues it is cache-related).
Hi trongtien88,
Thank you for pointing this out. This is just missing functionality rather than a bug. Certainly an option to give free shipping in certain circumstances (country of delivery, order value or both) would be valuable so I may try and include it in next release.
Just copy template file you want to modify to yourtheme/woocommerce
Keep folder structure for the file location.
Wherever you want the weight to appear just type
echo $woocommerce->cart->cart_contents_weight;
in function context you have to globalise $woocommerce otherwise it won’t work e.g.
function some_function() {
global $woocommerce;
echo $woocommerce->cart->cart_contents_weight;
}Forum: Fixing WordPress
In reply to: [WooCommerce] [Plugin: WooCommerce] Weight Based ShippingIf you have money definitely go with Woo’s commercial solution. Otherwise you may try this one: