- This topic has 19 replies, 2 voices, and was last updated 2 days, 10 hours ago by
Billy Nguyen.
-
AuthorPosts
-
February 5, 2021 at 5:35 pm #4883
In Banner Image Carousel slider i need to add link for each slider.. right now it is one url link for all the three slider
-
This topic was modified 2 days, 14 hours ago by
Billy Nguyen.
February 5, 2021 at 5:43 pm #4884In Product page need to replace product quantity button like this https://prnt.sc/ydu1c4
February 8, 2021 at 11:28 am #4968Hi there,
#1. Banner Image carousel: To add url for each banner, please use Sider Widget or Media carousel, then add image and url for each slider
#2. You can use this plugin https://wordpress.org/plugins/qty-increment-buttons-for-woocommerce/
February 11, 2021 at 4:31 pm #5245Thanks i Get it
February 11, 2021 at 4:33 pm #5246I need to remove a mandatory field for email and make it optional in checkout page billing details section
February 11, 2021 at 9:10 pm #5258And Need to add HSN Code in products
February 13, 2021 at 2:07 am #5345Please follow guide at : https://docs.woocommerce.com/document/tutorial-customising-checkout-fields-using-actions-and-filters/
You can do it by adding this code to functions.php:
function custom_override_checkout_fields( $fields ) { unset($fields['billing']['billing_email']); return $fields; } add_filter( 'woocommerce_checkout_fields' , 'custom_override_checkout_fields', 1000, 1 );
March 1, 2021 at 10:13 pm #6118https://prnt.sc/10ahlpo i WANT RENAME VAT AS GST
March 2, 2021 at 2:58 pm #6170Hi again,
I fixed this issue, please recheck
March 2, 2021 at 5:13 pm #6178Thank You .. In Elementor i cant update there is a server error 500 message
March 2, 2021 at 5:30 pm #6182Hi again,
I updated the latest version Elementor Pro plugin for your site, please recheck.
Keep contact with us when you need to help and don’t forget vote 5 stars for us on themeforest.net. Your rating will be the driving force for us to try harder to support customers like you
March 2, 2021 at 6:44 pm #6194Still its showing same error
March 2, 2021 at 6:48 pm #6195Please check i cant edit anything
March 2, 2021 at 10:09 pm #6208Its Done no issue for now
March 3, 2021 at 1:45 pm #6263OK ok.
Hope you will vote 5 stars for our theme on themeforest.net.Many thanks!
-
This topic was modified 2 days, 14 hours ago by
-
AuthorPosts
You must be logged in to reply to this topic.