xadapter
Forum Replies Created
-
Thanks for the wonderful review ??
Hi Tim,
You won’t get a discount applied when you create an Admin order since it is not a WooCommerce page. Our plugin currently displays the discounts only on WooCommerce pages like the product page, category page, shop page etc. We are checking the technical feasibility of displaying the discounts on the pages other than WooCommerce pages. We will let you know after the feasibility study.
Forum: Plugins
In reply to: [Dynamic Pricing and Discounts for WooCommerce] Show strikeout price in pageHi,
We need to check the issue on your site. Please raise a support ticket here-> https://www.xadapter.com/online-support/
One of our support staff will look into this issue.
Forum: Plugins
In reply to: [DHL WooCommerce Shipping Method] Shipping Method won’t appearHi,
If you’re using a test credentials please select the API mode to Test and disable the show account rates option, but if you’re using the live credentials use the API in live mode.
Let me know if you still face issues.
Regards,
Forum: Plugins
In reply to: [DHL WooCommerce Shipping Method] Problems Validating Live CredentialsHi,
There’s no known compatibility issues with our DHL plugin as of now,
But if you’re trying to validate the test credentials in Live mode it will show error, but if you’re using a valid live credential in live mode it should work fine.
Please double check if the credentials are valid and live to use in live mode.
Regards,
Hi,
If you want to increase the price of a product based on the user role, you can use our prices by user role plugin. You can get the plugin here-> https://www.ads-software.com/plugins/prices-by-user-role/
Hope this is what you want. Please correct me if I wrongly understood your query.
Forum: Plugins
In reply to: [Dynamic Pricing and Discounts for WooCommerce] Show Price Display ProductHi,
If you have set up a discount rule, the products coming under the particular rule will show the discounted price with the normal price striked out. For example, if you have set a rule for a minimum of 3 quantities of a product, if you add 2 quantity of the product, for the third product the discounted price will be displayed.
If you want only the discounted price to be displayed, you can follow the steps in the following article-> https://www.xadapter.com/hide-striked-price-dynamic-pricing-discounts-plugin-woocommerce/
Forum: Plugins
In reply to: [Dynamic Pricing and Discounts for WooCommerce] Multiple discount per productHi,
If you want both the rules to be applied, it is possible even with the basic version of the plugin. Go to Settings-> Calculation mode and select the ‘All Matched rule’. So that both the rules will be applied.
Feel free to get back to us if you have further queries.
Hi Agustin,
Instead of showing the products on a site page, you can change the sale badge text into your choice (like Father’s day offer). In order to change the sale badge text in WooCommerce:
Open your functions.php file located in wp-content/themes/your-theme-name/ and add this code at the end of it:
add_filter( ‘woocommerce_sale_flash’, ‘wc_custom_replace_sale_text’ );
function wc_custom_replace_sale_text( $html ) {
return str_replace( __( ‘Sale!’, ‘woocommerce’ ), __( ‘My sale text!’, ‘woocommerce’ ), $html );
}Currently, it is not possible to use short_codes. Hope this helps.
Forum: Plugins
In reply to: [DHL WooCommerce Shipping Method] Error Setting up the plug inHi,
Please raise an online ticket here: xadapter.com/online-support so that I can check the issue.
Regards,
Forum: Plugins
In reply to: [DHL WooCommerce Shipping Method] Error Setting up the plug inHi,
If its still not working with the added ship from address in the plugin settings, the issue could be because of a special character in the siteID password “;”
Please change it and try again.
Regards,
Hi,
Our developers are currently working on this issue. We will provide you with a fix in the next release of the plugin.
Regards,
VineetHi,
The plugin will be tested and updated with the new version of WC along with the next release of the plugin.
Forum: Plugins
In reply to: [DHL WooCommerce Shipping Method] Error Setting up the plug inAlso the SiteID password might be incorrect, please check if you have entered the correct password, it shouldn’t contain special characters
Forum: Plugins
In reply to: [DHL WooCommerce Shipping Method] Error Setting up the plug inHi,
Based on the debug data, the ship from address is missing in the plugin settings. please enter the ship from address and try again.
Regards,