vark
Forum Replies Created
-
Forum: Plugins
In reply to: [Pricing Deals for WooCommerce] Category pricingHi,
You’re asking about a Bulk rule, example is here:
https://wordpress.org/plugins/pricing-deals-for-woocommerce/#how%20to%20set%20up%20bulk%20pricing%20%2F%20pricing%20tablesBest,
VarkPS
(in order to do a category-specific discount, you’ll need the Pro version)Forum: Plugins
In reply to: [Pricing Deals for WooCommerce] Display discount percentage in category pageHi,
If the discount is a CATALOG rule type, then yes, for each product.
go to wp-admin/pricing deals rules/pricing deals settings
at “Discount Price Suffix” click on ‘more info’ and follow directions …
Best,
VarkForum: Plugins
In reply to: [Minimum Purchase for WooCommerce] problem with php 8Hi,
Thanks for the excellent problem description.I can’t test php 8+ in my test environment, which only supports v 7.2 …
If you can, please create a test environment with php 8+ active.
Please also be sure to use “test.” in the URL.
Then I’d need full access (full admin, ftp) to the site.If that’s possible, please give me the details on my support channel:
https://www.varktech.com/support/Best,
VarkHi,
vtprd_transient_cart_data is cleaned after every completed cart transaction,
and by a daily cleanup routine (a cron job).There’s a module conflict in your installation which is preventing both of these from working.
Suggest you debug as follows:
1. go to phpMyAdmin and clear out the table
2. Do a module conflict test, using the following directions:For each test using the directions outlined below, complete a Cart purchase, and then verify in phpMyAdmin if vtprd_transient_cart_data table has been cleaned up. When it hasn’t, you’ve found the conflicting module.
To track down a module conflict, please follow these steps ** PRECISELY **:
(1) Install and activate a maintenance mode plugin (if desired)
(2) Then, DO ALL (*at the same time*):
(-) do a full site backup!
(-) deactivate ***all*** plugins except Woo, my 2 plugins (and maintenance mode plugin)
(-) ** switch to a clean default theme like “twentynineteen” **
— (This removes all other possible conflicts.)
(-) turn off all deals except the one we are examining.(3) ** close your browser completely, retest in a fresh, clean browser session **
(4) if good, add 1 module back in. ** Retest **
(5) Repeat until conflict identified.** This test depends on following the outlined steps fully. **
Best,
Vark(PS – If you do have a module conflict, it will likely boil down to choosing between the 2 conflicting modules…)
Forum: Plugins
In reply to: [Pricing Deals for WooCommerce] there is no get_sale_price()Hi,
You’ll need to add some code to your custom theme…But, as this question regards the Pro version, as per forum rules we have to take this question offline, to the support channel here:
https://www.varktech.com/support/Best,
VarkForum: Plugins
In reply to: [Pricing Deals for WooCommerce] Onsale discount is not showing the right %Hi,
This is likely due to a module conflict.You could either search for the conflict, or turn off the Catalog sale badge:
//to TURN OFF this new action, add the ‘add_filter…’ statement to your theme/child-theme functions.php file
add_filter( ‘vtprd_show_catalog_deal_sale_badge’, function() { return FALSE; } );Best,
VarkForum: Plugins
In reply to: [Minimum Purchase for WooCommerce] Minimum purchaseHi,
Do you mean:a minimum count of 6 total units in the cart
or
a minimum count of six separate products in the cart
?
Best,
VarkHi,
Sorry for not responding swiftly, I did not get a notification…Anyway, here’s the setup:
Best,
VarkHi,
Thanks for your query.You can certainly accomplish your desired deals with Pricing Deals,
but you’d need the PRO version to do it.https://www.varktech.com/woocommerce/woocommerce-dynamic-pricing-discounts-pro/
Best,
VarkForum: Plugins
In reply to: [Pricing Deals for WooCommerce] Cannot create BOGO dealIssue update – This issue turned out to be a PRO plugin registration issue, all sorted out.
Forum: Plugins
In reply to: [Pricing Deals for WooCommerce] Cannot create BOGO dealHi,
As this regards PRO support, as per forum rules,
all further aid must be accomplished offline on my support channel,
https://www.varktech.com/support/When you create the ticket, please include the rule and system report as they are now.
Best,
VarkForum: Plugins
In reply to: [Pricing Deals for WooCommerce] Cannot create BOGO dealHi,
Thanks for the info.1. In the rule, as the discount group is the same as the qualify group,
I would suggest using the following:Discount Group Section
Discount Group Select Group By : Discount Group same as Qualify Group2. In your installation, there is a Pricing Deals PRO version mismatch,
and you should be seeing warnings about this in wp-admin.Pricing Deals PRO should be updated to its current version, 2.0.2.01 .
** Without this update, no discounts will be processed. **
You seem to have this newest version installed in your INACTIVE plugin list.
Further, there are other, older versions listed here as well.I would strongly recommend against this practice. If a PRO version is replaced by a later version, the older version should be removed from your installation (which should happen if you use the Plugins page update feature).
3. As this regards PRO support, as per forum rules,
all further aid must be accomplished offline on my support channel,
https://www.varktech.com/support/Best,
VarkForum: Plugins
In reply to: [Pricing Deals for WooCommerce] Cannot create BOGO dealHi,
Please send me:
(*) the rule:
– Go to the Pricing Deals Rule screen for the problem rule
– click on ‘Copy to Support’ in the right column (below the “Publish” button)
– Copy the result as instructed on the page
– Paste into return email to me.(*) your System Report:
– Go into wp-admin, select Woocommerce->System Status .
– Click button ‘Get System Report’ at top of page.
– Click button ‘Copy for Support’.
– Copy the result as instructed on the page
– Paste into return email to me.Best,
VarkPS
If you want to keep the info private, suggest opening a ticket on my support channel:
https://www.varktech.com/support/Forum: Plugins
In reply to: [Pricing Deals for WooCommerce] Variation Name Across Products not workHi,
The rule looks fine relative to your supplied variations.You likely have a memory, caching or module conflict issue.
I suggest the following:
(A) Set your memory to a minimum of **512mb** , the de-facto memory standard (or greater!)
(** Double-check ** the following, even if already set to 512mb.)
(*) Memory should be *explicitly* set in *both* the php.ini (host) file,
and in the wp-config.php file .
– call your HOST to **Confirm or Set** the explicit setting of 512mb of memory in php.ini
– update your wp-config.php file with a statement like this: define(‘WP_MEMORY_LIMIT’, ‘512M’);(B) Caching:
Do you have a caching plugin (W3 Total Cache, etc)
– If so, please **clear the caching plugin cache**. Test. **Turn off caching**.
– ** close your browser completely, retest in a fresh, clean browser session **
– If that isn’t it, carry on…
(Pricing Deals is happy, however, with ** WP Super Cache: by Automattic ** , which seems to keep up better )(C) if that’s not it , it’s likely a conflict between my plugin and another module.
Suggest a *full module conflict test*:To track down a module conflict, please follow these steps ** PRECISELY **:
(1) Install and activate a maintenance mode plugin (if desired)
(2) Then, DO ALL (*at the same time*):
(-) do a full site backup!
(-) deactivate ***all*** plugins except Woo, my plugin (and maintenance mode plugin)
(-) ** switch to a clean default theme like “twentynineteen” **
— (This removes all other possible conflicts.)
(-) turn off all deals except the one we are examining.(3) ** close your browser completely, retest in a fresh, clean browser session **
(4) if good, add 1 module back in. ** Retest **
(5) Repeat until conflict identified.** This test depends on following the outlined steps fully. **
Best,
Vark(PS – If you do have a module conflict, it will likely boil down to choosing between the 2 conflicting modules…)
Forum: Plugins
In reply to: [Pricing Deals for WooCommerce] Variation Name Across Products not workPlease supply screenprints from the front end of your store, showing the variation names you wish to select.
Best,
Vark