mohitthkkr
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Shipping Calculator not working properlyThanks a lot ?? I removed it using custom css.
Forum: Plugins
In reply to: [WooCommerce] Shipping Calculator not working properlyThanks for the reply. But i dont know whats happening. I tried it in 3 different devices and it is not working in any of them.
Do you know how to remove the state field only from the calculate shipping button ?? Because anyway my shipping method is based on country only.
Forum: Plugins
In reply to: [WooCommerce] Display Total WeightThanks a lot.. It worked ??
Forum: Plugins
In reply to: [WooCommerce] Shipping Calculator not working properlyI am using chrome ..
But I also tried it in internet explorer.. but it didnt work.
Forum: Plugins
In reply to: [WooCommerce Weight Based Shipping] Display Total Weight<tr class=”total weight”>
<th><?php _e(‘Total Weight’, ‘woocommerce’); ?></th>
<td><?php
$total_weight = $woocommerce->cart->cart_contents_weight;
$total_weight .= ‘ ‘.get_option(‘woocommerce_weight_unit’);
echo $total_weight;
?></td>
</tr>I added this code to cart-totals.php file but $woocommerce->cart->cart_contents_weight doesnt return any weight.
Forum: Plugins
In reply to: [WooCommerce] Shipping Calculator not working properlyI tried clearing the browser cache as well as changing the browser. But still it didnt work.
Forum: Plugins
In reply to: [WooCommerce] Shipping Calculator not working properlyThanks for your reply.
I tried to debug using javascript console in chrome but didnt find any error.
Here’s the link:
https://www.indiancardmall.comForum: Plugins
In reply to: [WooCommerce Weight Based Shipping] Display Total WeightIsnt there any function which stores the total value of the cart ?? I can echo that function on the page.
Forum: Plugins
In reply to: [WooCommerce Advanced Product Quantities] Plugin not working for Quick ViewSorry, but my website is still not live.
But, you will get an idea about the problem from theme demo page
https://flatsome.uxthemes.com/product-category/bags/
Plugin works correctly in the product detail page but not in the quick view popup.