total prices of products in cart (with taxes): 127 shipping costs: 12 fees (taxable): 13 discount from a coupon: 10
Continue readinghtml 5 video with autoplay, loop, iphone
We have to add this html code
Continue readingCustomize 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 readingSSL issue in nginx
BIO_new_file(“/etc/letsencrypt/live/domain.com/fullchain.pem”) failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen(‘/etc/letsencrypt/live/domain.com/fullchain.pem’,’r’) Solutions Find where the issue 2. fix or reset them 3.
Continue readingHide wp-login.php and redirect to home page
Add this code to functions.php of theme
Continue readingRemove background / transparent image
Easy way to remove background of an image
Continue readingUncaught Error: Call to a member function get_stock_quantity()
Replace $product->get_stock_quantity() by $_product->get_stock_quantity().
Continue reading