We have to add this html code
Continue readingCategory: Wordpress
Customize Woocommerce Shipping level by hook- woocommerce_cart_shipping_method_full_label
We have to add the bellow codes to function.php file of active theme.
Continue readingwoocommerce coupon not working
I faced same issue. After debugging couples of hour I found that I linked jquery.mim.js in header.php. When I remove
Continue readingHide wp-login.php and redirect to home page
Add this code to functions.php of theme
Continue readingUncaught Error: Call to a member function get_stock_quantity()
Replace $product->get_stock_quantity() by $_product->get_stock_quantity().
Continue readingKlarna payment nor appearing in woocommerce
If we use Klarna Checkout for WooCommerce plugin for implement klarna in woocommerce the have to maintain some mandatory conditions
Continue reading