xadapter
Forum Replies Created
-
Hi,
You can use the Dynamic pricing plugin which has role based discount option as well. If you have two discount plugins only one will apply.
https://wordpress.org/plugins/dynamic-pricing-and-discounts-for-woocommerce-basic-version/
Regards.
Forum: Reviews
In reply to: [Dynamic Pricing and Discounts for WooCommerce] Avoid this pluginHi,
I’ll have our developers look into this issue you’re facing.
Please raise a ticket here so that we can check the issue.Please provide the required information for us to check the site.
Regards.
Forum: Reviews
In reply to: [Dynamic Pricing and Discounts for WooCommerce] Avoid this pluginHi,
Please raise a ticket here so that we can check the issue you’re facing.
Provide the required information for us to check the site.
Regards.
Hi,
Can you provide a link where the discount is not showing please.
Regards,
Forum: Plugins
In reply to: [Fedex WooCommerce Shipping Method Plugin] Rates Do Not Match FedEx SiteThis seems to be a premium version query. Ideally queries of such nature are addressed through our support forum. Be free to post us any query there.
Regarding your problem, if you are trying to get Residential address rates, then that may be the problem as I can see you are getting “Authentication Failed” error. The residential rates will come only if the address is validated as “Residential” by FedEx.
If you are using “Commercial Rates” and even then there is a mismatch, then can you please share the complete FedEx Request and FedEx Response details to our support team? They will help you out with the analysis.
You can also check the following video for troubleshooting the rates problems.
Note : Kindly share the details with our support team and not on this forum as this is for the basic version customers only.
Hi,
Please raise a ticket here https://www.xadapter.com/online-support/
Sorry I missed out the link in my previous reply.
Forum: Plugins
In reply to: [Fedex WooCommerce Shipping Method Plugin] Add Handling ChargesHi @sjunaidali,
Yes, you are right. The Premium version of this plugin has the feature to add the handling charges to the FedEx Shipping services. You can easily set up handling fees based on the rules you define and show the desired shipping rates to your customers.
Please check out this video that demonstrates how this plugin allows you to do that.
To know more about the Premium features of this plugin Kindly refer the Product Page here:
- This reply was modified 8 years, 5 months ago by xadapter.
Hi,
Please raise a ticket here so that I can check this.
Hi,
When I enter the correct street name for København Ø, København N, København S it worked fine. Not sure what is the issue here. Are you trying to get different Areas, with the same street address?
See screenshot 1
Forum: Plugins
In reply to: [WooCommerce USPS Shipping Method Plugin] Compatibility with PHP 7Hi,
We have tested with the PHP version 7+ and its working fine on our end.
Hi,
The catalog mode will hide price and hide the add to cart button as well.
Also in the role based pricing if you hide the price the add to cart button will disappear, the plugin is designed that way.
- This reply was modified 8 years, 5 months ago by xadapter.
Hi,
Please raise a ticket in our support forum so that i can check this, please do provide the required details in the ticket so that I can check your site.
Once done do mention the ticket number here.
Hi,
Here’s a code snippet that should work for your business requirement:
add_filter(‘eha_variable_sale_price_html’,’eha_change_price_for_variable_product’,4,100);
function eha_change_price_for_variable_product($price, $min_sale_price,$max_sale_price ,$min_reg_price)
{
return wc_price($min_sale_price);
}If you’re happy with our plugin and support do leave us a review here: https://wordpress.org/support/plugin/dynamic-pricing-and-discounts-for-woocommerce-basic-version/reviews/
Hi,
Since its a third party code snippet it will not work with our plugin, but I’ll check with our team if we can modify the snippet to function with our plugin.
Forum: Plugins
In reply to: [WooCommerce USPS Shipping Method Plugin] Compatibility with PHP 7Hi,
We can make it compatible, but can you provide the exact line where the error is coming from so that our developers can look into this.