Hello Yay Team,
I am currently facing a problem and I don’t know if this is an intended feature or not.
We have a cosmetics store and we would like to create a Buy X Get Y deal on our Body Splashes category. The deal shall be Buy any 3 Body Splash (200ml) and Get any 1 Body Splash (120ml).
I am made this configuration: https://snipboard.io/enjYa3.jpg
Using the configurations in the screenshot, I thought that the customer journey would be:
But what is actually happening is:
Please help ASAP
]]>Hi, I am using Chrome and it works as expected. Firefox and Safari adds all the products (separate components) to the total of the Composite product price. The deal of the day – choose 6 bottles of wine works as expected in Chrome but in Firefox and Safari the components selected (each bottle of wine is added to the composite price also instead of just using the $108.00 composite price. I tried many changes in configuration and could not get it to work on Firefox and Sarari. Can you please help.
https://www.muriellewinery.com/product/six-bottles-of-your-choice/
Same thing with the 12 bottle: https://www.muriellewinery.com/product/twelve-bottles-of-your-choice/
]]>Hi,
I use LiteSpeed Cache and YayPricing. I see that you offer LSCache integration, but it only clears the cache when settings are saved. How can I clear the cache when a discount is applied based on a schedule?
Hi,
Do you have an option or maybe you can add it to limit count of rules (product pricing) that can be applied per product? For example, I’ve rules:
1) Discount for category A
2) Discount for product B, that is related to category A.
3) Discount for product C, that is related to category C
4) Discount for category D
I’ve two products B and C on the cart.
So I want to limit it to apply only 1 and 3 rules on the list by priority for each related products.
You have an option to limit https://prnt.sc/YkgI8DZumR31, but it applies only one rule to the whole cart. This is not good for me because I have different rules for different products.
If I enter a link into the product page offer descriptions (‘Offer Description for X’, etc) it automatically adds rel=”noopener noreferrer” target=”_blank”
I’ve tried editing this out or changing it to target=”_self” but it reverts back on save.
Is there a way to avoid opening any links added in a new window?
I have main products displayed on my e-commerce site, with a variety of 1-2-3-4. These main products are grouped. In addition, there are also supplementary products on the site. Both the main products and supplementary products are available for individual purchase. I want to create a promotion. When a customer purchases one of the main product groups, I would like to offer a fixed discount on a supplementary product of their choice in the cart. However, for each main product, only one supplementary product should be discounted; for example, for the second main product, a second supplementary product should be selected. No more than one supplementary product should receive a discount per main product.
Group 1 > $10
Group 2 > $20
Group 3 > $30
Group 4 > $40
Promotional Products Retail Price:
1 > $11
2 > $13
3 > $15
When purchasing from Group 1, only one promotional product should be selectable at the discounted price. Other promotional products should appear at their regular retail price.
How can I set this up using your plugin?
Hello,
I’ve a question about combining rules. I need to create a discount for products from category A if users have a product from category B. It’s okay I’ve it – https://prnt.sc/L4r7pymMCXbv
But I want to have a second rule for the second product. So in first rule discount will be 30%. I want for the second product from category A to add discount 35%, so it will be 3 products in the cart, a product from category B, a product from category A with a discount 30%, and a product from category A with a discount 35%.
How can I do it?
Second rule – https://prnt.sc/TUUxEubygUGl
Right now problem that it apply for the first product and item get type not enough to change logic for it. All options from item get type apply an extra discount for the first product from category A.
P.S: Can you add list of conditions that are in PRO version, because I didn’t found it on your site, would be perfect to have it. Maybe I can do it with the conditions from PRO version. Full list of conditions or demo of PRO version may encourage the user to make a purchase ??
Hello,
I found a bug when using WC()->cart->add_to_cart()
function. I’m getting an error
Uncaught TypeError: YAYDP\Admin_Order\Order_Discount_Manager\YAYDP_Order_Discount_Cart_Discount_Manager::remove_yaydp_discounts(): Argument #1 ($order) must be of type WC_Order, string given, called in /wp-includes/class-wp-hook.php on line 324 and defined in /wp-content/plugins/yaypricing/includes/admin-order/order-discount-manager/class-yaydp-order-discount-cart-discount-manager.php:31
And I found why it’s happening.
You have an action with name yaydp_before_calculate_cart_discount
with required param $order
but do not send it in calculate_pricings
function in file yaypricing\includes\core\managerclass-yaydp-cart-discount-manager.php
. Attached function for action – https://prnt.sc/O2_ZcYS_TrQu
So to solve – add a condition to check if $order exists and remove condition \WC_Order to check type. Or send $order in file where I found an error.
Screenshots – https://prnt.sc/W9cG9Q-xzqM4 https://prnt.sc/Lx3DpPFdGAjM
Looking forward,
Nazar
Hello, on the single order page i noticed a bug,
wp-content/plugins/yaypricing/includes/admin-order/order-metabox/class-yaydp-order-metabox-initialize.php line 58
you should not take the order id like this: $order->get_ID(),
you should take it like this: $order->ID,
could you please fix that? thanks.
]]>Hi,
I’ve got a problem with the Buy X, Get Y type. I want to discount users for a specific category if they already added a product from another category to their cart.
But the product price on the category/product page is showing incorrectly – https://prnt.sc/BydcSzZBWl_l
On the cart page, the product price is correct. My settings – https://prnt.sc/T7IwYOCG_WGT
I need to replace the price because I’ve another rule that applies discounts for all products from specific categories.
As I understand problem is in function – change_product_price_html, you don’t have the logic to check are all rules can be applied. Can you fix it?
Getting the following 500 error when trying to sync data via the rest API:
[13-Aug-2024 15:01:07 UTC] PHP Fatal error: Uncaught Error: Call to a member function get_applied_coupons() on null in /home/sacredconnection/webapps/scared-connection/wp-content/plugins/yaypricing/includes/helper/class-yaydp-helper.php:433
Stack trace: 0 /home/sacredconnection/webapps/scared-connection/wp-content/plugins/yaypricing/includes/helper/class-yaydp-helper.php(473): YAYDP\Helper\YAYDP_Helper::get_applied_coupons() 1 /home/sacredconnection/webapps/scared-connection/wp-content/plugins/yaypricing/includes/abstracts/abstract-yaydp-product-pricing-rule.php(97): YAYDP\Helper\YAYDP_Helper::check_applied_coupons_in_cart() 2 /home/sacredconnection/webapps/scared-connection/wp-content/plugins/yaypricing/includes/core/sale-display/class-yaydp-product-sale.php(147): YAYDP\Abstracts\YAYDP_Product_Pricing_Rule->can_apply_adjustment() 3 /home/sacredconnection/webapps/scared-connection/wp-content/plugins/yaypricing/includes/core/sale-display/class-yaydp-product-sale.php(309): YAYDP\Core\Sale_Display\YAYDP_Product_Sale->get_relative_min_max_percent_per_product() 4 /home/sacredconnection/webapps/scared-connection/wp-content/plugins/yaypricing/includes/core/sale-display/class-yaydp-product-sale.php(289): YAYDP\Core\Sale_Display\YAYDP_Product_Sale->get_relative_min_max_discounted_price_per_product() 5 /home/sacredconnection/webapps/scared-connection/wp-content/plugins/yaypricing/includes/core/sale-display/class-yaydp-product-sale.php(264): YAYDP\Core\Sale_Display\YAYDP_Product_Sale->get_relative_min_max_discounted_price() 6 /home/sacredconnection/webapps/scared-connection/wp-content/plugins/yaypricing/includes/core/sale-display/class-yaydp-discounted-price.php(46): YAYDP\Core\Sale_Display\YAYDP_Product_Sale->get_min_max_discounted_price() 7 /home/sacredconnection/webapps/scared-connection/wp-includes/class-wp-hook.php(324): YAYDP\Core\Sale_Display\YAYDP_Discounted_Price->change_product_price_html() 8 /home/sacredconnection/webapps/scared-connection/wp-includes/plugin.php(205): WP_Hook->apply_filters() 9 /home/sacredconnection/webapps/scared-connection/wp-content/plugins/woocommerce/includes/class-wc-product-variable.php(186): apply_filters() 10 /home/sacredconnection/webapps/scared-connection/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-products-v2-controller.php(611): WC_Product_Variable->get_price_html() 11 /home/sacredconnection/webapps/scared-connection/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-crud-controller.php(522): WC_REST_Products_V2_Controller->api_get_price_html() 12 /home/sacredconnection/webapps/scared-connection/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-products-v2-controller.php(862): WC_REST_CRUD_Controller->fetch_fields_using_getters() 13 /home/sacredconnection/webapps/scared-connection/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-products-v2-controller.php(165): WC_REST_Products_V2_Controller->get_product_data() 14 /home/sacredconnection/webapps/scared-connection/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-crud-controller.php(391): WC_REST_Products_V2_Controller->prepare_object_for_response()
Hey is it possible to show discount in checkout?
]]>Hi, I’m using YITH WooCommerce Product Bundles plugin with yours. I’ve cart discount when >=2 items in cart – https://prnt.sc/ViFEEKK0Qva3 https://prnt.sc/Z_DSw_7BnR6k
Because Bundle, it’s working incorrect. Bundled items adding to cart too, but they are hidden. https://prnt.sc/vklXQuYdGbyo
Products that adding with bundle have meta key – _bundled_by = 1.
Do you have an option/code snippet, how I can ignore/exclude from all your discounts if _bundled_by = 1?
error
]]>page built on elementor. do you have a price widget that will change main price with your variation price that shows below discount table?
]]>I have a website build with Elementor and WooCommerce. I have the mini cart widget, it’s set to automatically pop up after addition to cart.
However, when this plugin is on, the mini cart pops up again after going to the cart page and pops up again on the checkout page which should happen, and doesn’t happen with that plugin off.
This is a good plugin, but unfortunately until it’s fixed I will have go back to another plugin.
Hello,
First I would like to thank you for your awesome plugin.
After yesterday update of WooCommerce plugin, variable product pages stoped working.
It seems that variable $product in your plugins code is getting product title(string) in variable $product. This is before the product is added into cart. Product page of variable product will not render.
I made quick and dirty fix on this files and lines of code:
I didn’t investigate problem till the very source of the problem, but this will do for us for now.
]]>The “Save Changes” button isnt appearing on my dashboard. I’m able to create the product pricing rule but im not able to save it. Any help would be great. Thanks!
]]>Hey there,
Just found your plugin and darn! The admin looks really good and the setting up sales look really good too. Really sleek and modern! Good job ??
Have you considered adding support for the EU folks in the plugin? It would be really good to get a straight up functionality for plugins like WC Price History for Omnibus since Omnibus — show the lowest price seems to be abandoned currently.
]]>Hi,
once a bogo item in cart. Changing the qty to zero and clicking on “update cart” does not remove the product from cart.
https://paste.pics/91a2e47cac76000864ae92bf0bf17dbc
thanks
]]>Hi,
how can i rearrange the products in cart/checkout page so that instead of bogo “free” items appearing at the button it appears after the respective product. For example, here is how the bogo looks now https://paste.pics/c7293f8be6b773929c07afd1d7275383
the free product A, B, C appear at the buttom but i want them in this order Product A then Product A Free, Product B then Product B Free, Product C then Product C Free and so on.
Thanks
]]>Hi,
when a customer adds bogo item to their cart the quantity number is not centered. See image here https://paste.pics/d70590367e76605325fdfd2c4058ac7f
thanks
]]>Hello, I’m interested in the YayPricing plugin for WordPress. I’d like to know how to set up weekly or yearly discounts. Is it only possible by adding 52 weekly discount schedules, or is there a more convenient way?
]]>How can i add a discount to the second cheapest product in the cart? In the setup i need check all products?
]]>This is most likely a bit tricky, but if you somehow could support the default sale price output in Woo, it would be awesome.
T.ex. when someone is using Product Feed Pro to feed Google and similar services, they would then be able to get their sales prices included.
Alternatively you also could maybe make it work with Product Feed Pro directly, or maybe it’s the other way around.
Fields needed:
sale_price: https://support.google.com/merchants/answer/6324471?hl=en
sale_price_effective_date: https://support.google.com/merchants/answer/6324460?hl=en
Let me know what you think.
]]>I know there is a ‘Coupon Exclusions’ option on ‘Product Pricing’ rules in YayPricing, and it’s great in many ways: https://docs.yaycommerce.com/yaypricing/features/exclusions/coupon-exclusions
But there is a big but, as the Coupons in WooCommerce also have this setting for ‘Exclude sale items’, which most probably would believe is the one to use and expecting it to work – which it doesn’t.
Thus I recommend that you check for and use this setting also in YayPricing.
]]>When using the Buy X Get Y rule, I am not seeing a way to choose what variation the free product is. It only lets me select the parent product which is not what I want to be free. Is there a way to choose what variation is the free one?
]]>When adding a fixed cart discount rule, like the default ‘Discount 10 campaign’, it will add tax to the discount so it t.ex. becomes 12.5 in Norway where 25% Tax applies.
Didn’t expect that to happen. ??
]]>When using the regular sale feature of WooCommerce, we can display sales products on a page with t.ex. the shortcode:
[sale_products per_page="100" orderby="date"]
But YayPricing products isn’t included here, as you are using your own mechanisms for “everything”.
Anyhow, do you have a shortcode similar to this?
Also the Sale tags is displayed differently, when using both the built in Sales feature in WooCommerce together with YayPricing, and it’s a bit annoying having to modify also this to make them display similar in Flatsome, Astra etc. ??
*YayPricing is quite great, but it would probably have been greater if it hooked into existing WooCommerce features instead of reinventing the wheel all over.
]]>