HomePage › Forums › Themes Support › Freshio – Organic & Food Store WordPress Theme › Plugin issues
Tagged: Plugins
- This topic has 17 replies, 3 voices, and was last updated 3 years, 10 months ago by huzaifaahmed.
-
AuthorPosts
-
January 9, 2021 at 1:42 pm #3298hamzzamughalSupport Expired
Elementor Pro
Freshio theme setup installed this plugin but it wasn’t pro so i uploaded Elementor Pro plugin which was delivered in Zip package of Freshio
But in Elementor Edit Pro features aren’t active it says register and active pro version
i’m currently running 3.0.3 version and here’s update 3.0.9 but when i try to update it failsSliderRev Plugin
this plugin was also delivered in zip package but it’s not proRedux plugin
REDUX plgin asking to active itCheckout Page
1: Edit Billing Details to Customer Details
2: Remove Country/Region, state/country, Postcode/zip, Email Addressi need Compatible and tested plugins for following features
1: Manage Store hours
2: Translate Pages in Urdu language
3: Floating Cart
4: Whatsapp Redirect feature and Order on whatsappJanuary 9, 2021 at 5:58 pm #3302hamzzamughalSupport ExpiredThis reply has been marked as private.January 11, 2021 at 10:28 am #3333This reply has been marked as private.January 11, 2021 at 2:15 pm #3349hamzzamughalSupport ExpiredThis reply has been marked as private.January 11, 2021 at 2:36 pm #3352Ok, if you can custom code, I will send solution for you. Please copy code and paste into file functions.php ( child-theme):
add_filter( 'woocommerce_checkout_fields' , 'custom_override_checkout_fields' ); function custom_override_checkout_fields( $fields ) { unset($fields['billing']['billing_country']); unset($fields['billing']['billing_state']); unset($fields['billing']['billing_email']); return $fields; }
follow full guide at https://www.peterstavrou.com/blog/website/woocommerce-easily-remove-checkout-fields/
January 11, 2021 at 3:04 pm #3359hamzzamughalSupport ExpiredAnd how to rename “Billing Details” to Customer Details on checkout page?
January 11, 2021 at 3:07 pm #3362hamzzamughalSupport ExpiredFor variable product i have 3 variations 500gm ,750gm, and 1 kg
When i want to update product price i have to update price for 3 variations individually
Whats possible way that i change it only for 1 kg and it calculate and update for all three variations?January 11, 2021 at 3:42 pm #3366#1. Rename “Billing Details” to Customer Details on the checkout page: I rename for you.
#2. Variable product: With your idea, you need to create unit price, ex: 100$/1kg, then create variation product with options ( ex: 0.5kg, 1kg, 0.25kg). Price on variation will be calculated and auto-update for variation. When update, you only update unit price.January 11, 2021 at 8:45 pm #3382hamzzamughalSupport ExpiredVariable Product: if i set variable product and uncheck Manage stock it always shows product is out of stock please check this issue
please edit a product like this below and tell me name of that product
#2. Variable product: With your idea, you need to create unit price, ex: 100$/1kg, then create variation product with options ( ex: 0.5kg, 1kg, 0.25kg). Price on variation will be calculated and auto-update for variation. When update, you only update unit price.January 12, 2021 at 2:10 am #3386hamzzamughalSupport ExpiredJust make any of my product like this and check this product on product page thatis it out of stock or not
#2. Variable product: With your idea, you need to create unit price, ex: 100$/1kg, then create variation product with options ( ex: 0.5kg, 1kg, 0.25kg). Price on variation will be calculated and auto-update for variation. When update, you only update unit price.
January 12, 2021 at 1:31 pm #3400hamzzamughalSupport ExpiredHello customer support please response to me
January 12, 2021 at 1:39 pm #3401Hi again,
#1. Out of stock product: I checked your product: https://mytokree.com/product/tomato/ and it’s working normally. Please check again.
#2. Variable product: I just gave you suggestions for your ideas, you said you are a developer so you can customize your own code.
If you want us to do this, you will of course pay a fee.January 12, 2021 at 1:51 pm #3403hamzzamughalSupport ExpiredYea I’m a developer it doesn’t mean I’m woocommerece expert
So I’m just requesting you to make a product with unit price and auto updating variations, it will really helpful for meJanuary 12, 2021 at 1:56 pm #3404Hi,
WooCommerce plugin default and our theme do not support your idea. So that if you want to do it, we need to custom code. And of course, you need to pay for fee customwork.
January 12, 2021 at 2:04 pm #3405hamzzamughalSupport ExpiredAnd how much does it cost?
-
AuthorPosts
You must be logged in to reply to this topic.