chetan0412
Forum Replies Created
-
Forum: Plugins
In reply to: [WC - APG Weight Shipping] Not workingProblem solved but COD is not working…. can any one guide me ?
Forum: Plugins
In reply to: [Woocommerce Multiple Addresses] Error.Thanks for prompt response…. ??
Forum: Plugins
In reply to: [Quick Chat] Slow chattingFinally i have removed this plugging …
Searching any good plugging…
Forum: Plugins
In reply to: [WooCommerce] problem with variable products after 2.0.16 upgradesame problem i was facing after updating to latest vision.
check solution …
Forum: Plugins
In reply to: [WooCommerce] add to cart not working for variable productsi have resolved problem by some minor changes,
i don’t have permanent solution, but this will help to solve temporary.
1. open woocommerce folder , edit woocommerce.php search “cookie” rename all “cookie” to “wookie”
second
2. go to \woocommerce\assets\js\jquery-cookie, rename folder “jquery-cookie” to “jquery-wookie”
third
3. open folder “jquery-wookie” rename this two script.
“jquery-cookie” to “jquery-wookie”
“jquery.cookie.min” to “jquery.wookie.min”Forum: Plugins
In reply to: [WooCommerce] add to cart not working for variable productsMy variable product link.
Forum: Plugins
In reply to: [WooCommerce] add to cart not working for variable productsThis is my site.
Forum: Plugins
In reply to: [WooCommerce] add to cart not working for variable productsEven showing 404 error in better wp security.
“plugins/woocommerce/assets/js/jquery-cookie/jquery.cookie.min.js?ver=1.3.1”
Forum: Plugins
In reply to: [WooCommerce] Product categories have disappeared after latest update!Now working perfectly.
Thanks mike for prompt response.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce: Warning Message On Product PagesHi,
Deleting share this publisher id will remove its functionality.
instead of this try below method.
Maybe you can try this for temporary fix.
Change plugins/woocommerce/classes/integrations/sharethis/class-wc-sharethis.php on line 90 to$thumbnail = is_array(( $thumbnail_id = get_post_thumbnail_id( $post->ID ) )) ? current( $attachment_image_src ) : ”;
this will solve your problem without affecting share this functionality.
Forum: Plugins
In reply to: [WooCommerce] Hide PricesHI,
Code
add_filter('woocommerce_get_price_html','members_only_price'); function members_only_price($price){ if(is_user_logged_in() ){ return $price; } else return '<a href="' .get_permalink(woocommerce_get_page_id('myaccount')). '">Login</a> or <a href="'.site_url('/wp-login.php?action=register&redirect_to=' . get_permalink()).'">Register</a> to see price!'; }
working fine , but if user add product in cart,than price is viaible in cart page . how to hide product in cart also???
Forum: Plugins
In reply to: [WooCommerce] Share this not working.Thanks idoet
its working perfectly…
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Fatal errorAny one???
Forum: Fixing WordPress
In reply to: Not able to install any plugins.Same here,
ranchop, Can you guide from where we can find eAccelerator and suPHP?
just i found solution without any changes, i dont know its work for other or not but i tried this thing.
just change your email id to another than save than again use your previous mail id its works for me, i dont know for others.
reply me if its work.