Andrew Young
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Role Based Pricing by Meow Crew] Shortcode price by user roleHello,
1. There are no shortcodes available to display pricing rules based on each user role. The plugin adjusts prices dynamically for user role\account using WooCommerce hooks. There are no database records that explicitly store “price for role X = XXX,” which could be used to create shortcodes with parameters for each role. We will add this feature to our backlog and may deliver it in the future.
2. The role-based pricing data is located in the wp_postmeta table, meta-key for role-based pricing rules is _role_based_pricing_rulesand_custome_based_pricing_rules for customer based pricing.
Those are serialized strings associated with post_id (product id), and look something like this:
a:2{s:13:"administrator";a:8{s:12:"pricing_type";s:4:"flat";s:13:"regular_price";d:10;s:10:"sale_price";
d:9;s:8:"discount";N;s:7:"minimum";i:2;s:7:"maximum";i:4;s:8:"group_of";i:1;s:10:"product_id"
;N;}s:6:"editor";a:8{s:12:"pricing_type";s:10:"percentage";s:13:"regular_price";N;s:10:"sale_price"
;N;s:8:"discount";d:20;s:7:"minimum";N;s:7:"maximum";N;s:8:"group_of";N;s:10:"product_id";N;}}You can find there:
- user role associated with pricing rule;
- pricing_type can be “flat” and “percentage”
- for flat pricing type – regular_price and sale_price
- for percentage pricing type – discount value
- and qty rules further – min qty, max qty and “gruoup_of” stands for qty step
- This reply was modified 7 months, 1 week ago by Andrew Young.
Forum: Plugins
In reply to: [Conditional Logic for Woo Product Add-ons] Hidden fields not clearedYes, the free version is limited to 1 condition per field, per product, or add-ons group. If you see this notice, you reached the limit – https://prnt.sc/WlfVQ-Y1UkHy. In your case, to set several conditions on the product level you should upgrade to the Premium version.
Forum: Plugins
In reply to: [Conditional Logic for Woo Product Add-ons] Hidden fields not clearedTo create such a setup, you need two conditions: one for field #2 and another for field #3. Unfortunately, this is impossible with the wp.org plugin version. Could you please provide screenshots of how you added the conditions to the fields, and also send us a link to your product? This will help us see how it performs on the frontend. Thanks!
Forum: Plugins
In reply to: [Conditional Logic for Woo Product Add-ons] Hidden fields not clearedHi there,
From your description, it seems like you are using the Premium version, not the one listed here on wp.org, since you have more than 1 condition set. Can you please reach out to us through the wp-admin, in the Plugins > Conditional Logic for Woo Product Add-ons > Contact Us (https://prnt.sc/B00Qyyvh14A-).
We’d need to see your setup and theme to help.
Thanks
Forum: Reviews
In reply to: [Conditional Logic for Woo Product Add-ons] Kills Twenty Twentyfour themeHi there,
We’re sorry to hear about the trouble, and thank you for bringing this to our attention. The glitch was tied to Freemius, which is common across many plugins, not just ours. We’ve updated Freemius in our latest release that was deployed today. So you can try it now.
If you run into any snags in the future, feel free to drop us a ticket. We usually sort things out pretty quickly, and it helps us all improve without the tough love of a 1-star review.
We’d be grateful if you could reconsider your review, as every star really supports our improvements.
Many thanks!
Forum: Plugins
In reply to: [Conditional Logic for Woo Product Add-ons] Dokan CompatibilityHi there,
How do you expect it to work with Dokan? The plugin is called Conditional Logic for Woo Product Add-ons and it’s designed to add conditional logic (hide\show addons fields based on certain conditions) to WooCommerce Product Add-ons plugin.
If you use WooCommerce Product Add-ons plugin with Dokan in your project, then you can set conditional logic for Add-on fields using the instructions here. If you expect Conditional Logic for Woo Product Add-ons to add conditional logic feature to some Dokan instances – then no, plugin is designed for Woo Product Add-ons specifically.
Forum: Plugins
In reply to: [WooCommerce Role Based Pricing by Meow Crew] High-Performance Order StorageNo problem. If you are looking for plugin that will adjust prices of products based on user role, which is compatible with HPOS, you can try WooCommerce Role Based Pricing by Meow Crew.
Cheers!
Hello there,
Glad you figured that out ??
Let us know if we can help you with something.
Cheers!
Forum: Plugins
In reply to: [WooCommerce Role Based Pricing by Meow Crew] High-Performance Order StorageHi there,
You contacted the wrong plugin developer.
We do not have any affiliation with the ELEX WooCommerce Role-based Pricing Plugin or WooCommerce Catalog Mode. I recommend that you create a topic on their support forum. I believe you are referring to one of these plugins: ELEX WooCommerce Catalog Mode or ELEX WooCommerce Role-Based Pricing Plugin.
And our WooCommerce Role Based Pricing by Meow Crew plugin is compatible with High-Performance Order Storage.