vark
Forum Replies Created
-
Forum: Plugins
In reply to: [Pricing Deals for WooCommerce] HELP with PRICEHi,
Thanks for your query. The answer to all of your questions is ‘Yes!’ .
Best,
VarkForum: Plugins
In reply to: [Pricing Deals for WooCommerce] Increase price upon coupon?Sorry, no.
All the varktech pricing plugins do discounting only.
best,
VarkForum: Plugins
In reply to: [Pricing Deals for WooCommerce] Notice undefined property errorHi,
You are seeing php notices and warnings.
My plugin expressly prevents notices and warnings from displaying.
Your Host is overriding my plugin’s express command to **not display** these notices and warnings.
This issue can be resolved by updating the wp_config.php file with the following:
error_reporting(0); @ini_set(‘display_errors’, 0);Best,
VarkForum: Plugins
In reply to: [Pricing Deals for WooCommerce] Can this situation work with Pricing Deals@afem1010
Sorry the plugin can’t help you.Forum: Plugins
In reply to: [Pricing Deals for WooCommerce] Can this situation work with Pricing DealsSorry, no…
Forum: Plugins
In reply to: [Minimum Purchase for WooCommerce] Translating Error Message– standard message is contextually generated word by word, as needed for the situation. So I have no suggestions how to change that for wpml, as it is all programmed for mo/po translation.
– If you have PHP chops and if you want to hack the custom message output, look at /woo-integration/vtmin-parent-cart-validation.php function vtmin_display_custom_messages() .
Forum: Plugins
In reply to: [Pricing Deals for WooCommerce] Trigger discount based on quantity remainingHi,
Sorry, Pricing Deals does not work with or interrogate stock levels.
Best,
VarkForum: Plugins
In reply to: [Minimum Purchase for WooCommerce] Translating Error MessageAny message except the custom message can be changed using the regular mo/po translation. Default message is automatically active if there is no custom message present.
Other than that, if you want to hack the code, look for the function that prints the custom message and put your hack there. Then you can provide a custom message in multiple languages with your custom logic.
Multiple message production is usually due to a caching plugin or service.
Forum: Plugins
In reply to: [Minimum Purchase for WooCommerce] Translating Error MessageSorry, not to my knowledge.
Forum: Plugins
In reply to: [Minimum Purchase for WooCommerce] Translating Error MessageHi,
All messaging can be translated using standard WordPress mo/po files, *except* the custom message – this is by definition a custom message sent on the fly, with no built-in ability to translate. Possibly one of the QTranslate plugin variants might work, YMMV.
Best,
MarkHi,
This isn’t a bug, but rather the result of a documented module incompatibility between the two plugins. Unfortunately, there are no plans currently to undertake an effort to make the two plugins compatible.
Best,
VarkForum: Plugins
In reply to: [Pricing Deals for WooCommerce] dynamic pricing to variations and quantitySorry, Pricing Deals can’t do what you need….
Forum: Plugins
In reply to: [Pricing Deals for WooCommerce] INCREASE price for categoriesHi,
Pricing Deals is a discounting plugin. It does not have a price increase capability.
Best,
VarkForum: Plugins
In reply to: [WooCommerce] Debug isn't showing Woocommerce ErrorsTry deactivating all plugins except Woocommerce and your gateway plugin. Use a maintenance mode plugin as desired as well.