PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

Compatibility of WOOCS with One Click Upsell Funnel Pro plugin

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

Hello,

Can you please make your WOOCS plugin compatible with WooCommerce One Click Upsell Funnel Pro (from MakeWebBetter)?

I bought the premium version of WOOCS.

It is very important to have compatibility with this plugin as post purchase upsell is an excellent way to get additional sales.

I really enjoy their plugin, very pro, I love WOOCS too and I need both to be compatible.

Currently when I put a discount % in their Upsell plugin the price is updated but then your plugin takes the lead and puts its own price without the extra upsell discount.

They told me that they are not compatible with WOOCS at the moment and that WOOCS updates the price HTML, they ask to check with your plugin for compatibility.

Please let me know when you offer compatibility so I can leave an excellent customer review on WOOCS.

Thank you for your support

Hello

We make compatibility for third party products for free - https://currency-switcher.com/woocs-labs/

But unfortunately this plugin is not popular.

I will pass this  to the developers, they will check the appropriateness of adapting this third party plugin

Hello,

Thank you for your reply. Did you get any feedback from your developers?

Regards

Hello

Unfortunately the developers have marked this task as"low priority".

Hello, it's disappointing, which post purchase plugins do you currently support with WOOCS?

Post purchase upsells is a must have for any ecom store.

Thank you

Hello

You should also understand us - for adaptation, we hire a developer.  We spend our resources for this. But for users it's free. Of course it should be cost effective.

You were not denied adaptation, due to the fact that the plugin is not popular, we are still waiting for users who need this plugin

Post purchase upsells is a must have for any ecom store. - Ok!  but very few stores use it so far

Hello

Please  add   wp-admin+ FTP access  I will add the plugin to the adaptation queue

 

Hello Pablo,

Thank you for your feedback, I understand your point of view. It's the best post-purchase upsell I could find and I took time to select it. Like WOOCS which is great apart from this unfortunate compatibility issue.

This adaptation will make WOOCS even more attractive for people. More store owners are likely to use post-purchase upsells in the future as it's one of the best ways to increase the average order value when customers are the most likely to buy again.

I just sent you the wp-admin + FTP access in the private data popup. It's my test site which is a clone of my prod (live) store so your developer can work safely and assess the ease of implementation. WOOCS works well on the live store with my license key.

In the short run it will also help your other customer Manhua (https://pluginus.net/support/topic/woocs-lab-compatibility-with-one-click-upsell-funnel-for-woocommerce/)

Do you need anything else to facilitate the adaptation?

Thank you for your support

 

 

Hello

In the short run it will also help your other customer Manhua - We decided to add this plugin to the adaptation queue because there are several requests

Thank you Pablo, much appreciated!

Hello

please  drop  me  exact  link to the  products  with  the  issue

Are you using fixed prices for this product?

Hello, I send you the link to the upsell offer in the private data box. It's a variable product, price changes according to the product size (3 possibilities).

To find it on the store, you can go on the admin dashboard, on the left panel you see"1 Click Upsell".

Choose"Funnels & Settings".

Then on the"Funnels List" menu, you will be able to see the upsell offer. Click on"View/Edit" so you can access the offer. Under"Funnel Offers" you will notice some templates, I use the one in the middle, click on"View" to see the page offer.

After someone buys the projector, he will get the offer for the lamp with 20% extra discount.

Currently I deactivated WOOCS on the offer page via a setting in your WOOCS plugin.

Once the offer is activated, when loading the offer page we have first the upsell plugin mentioning the offer price with the 20% discount and immediately after WOOCS changes the price, not taking into account the 20% discount upsell offer.

I have only 1 license for WOOCS and 1 for the upsell plugin, they are activated on my prod/live store.

Regards

 

 

 

Hello

Ok!  Thank  you

I will write to you as soon as we get the result

Ok great, thank you!

Hello

Try  in  file -"\wp-content\plugins\woocommerce-currency-switcher\classes\woocs_after_33.php" - add  code - https://c2n.me/49Zh45L.png

if(function_exists('mwb_upsell_change_product_price')){
$product = mwb_upsell_change_product_price( $product);
}

And  in  file -"\wp-content\plugins\woocommerce-one-click-upsell-funnel-pro\includes\class-woocommerce_one_click_upsell_funnel_pro-global_functions.php" - add  code - https://c2n.me/49ZheW7.png

if (class_exists('WOOCS'))
{
global $WOOCS;
$currency=$WOOCS->current_currency;
if($currency!=$WOOCS->default_currency){
$currencies=$WOOCS->get_currencies();
$payable_price=$WOOCS->back_convert($payable_price,$currencies[$currency]['rate']);
$sale_price=$WOOCS->back_convert($sale_price,$currencies[$currency]['rate']);
$regular_price=$WOOCS->back_convert($regular_price,$currencies[$currency]['rate']);
}

}

and  do a test

Hello Pablo,

Thank you for your reply, I put your code in my test and live site. I tried with 2 real upsell transactions, with Stripe and PayPal, in EUR and US $ (with a VPN) and it works, thank you! However, now the currency selector doesn't work anymore, the page doesn't refresh with the new currency selected, you can see it in the test and live store.

Can you have a look and let me know how to solve this important issue?

I also noticed an incompatibility with the plugin"Woo Discount Rules" (free version, v.2.3.2) from Flycart Technologies LLP with 40 000+ active installations. I use their plugin to give an automatic 15% discount to people when they buy 2 projectors (in fact, when they buy at least $100 worth of products). It works well with my base store currency US $ but not with alternative currencies (I tried with € and pound £), the math is just not right, wrong prices. When I disable the discount rule from this plugin and test a standard WooCommerce 15% coupon code with WOOCS activated, it works well. Maybe that's why only my US customers reacted to this special offer.

What's your view on this? Do you think WOOCS has a compatibility issue with this popular discount plugin?

Thank you

Hello

Please  disable  JS  optimization  and  do a test

I also noticed an incompatibility with the plugin"Woo Discount Rules"  - Create  a new request to adaptation

Hello,

As soon as put the initial WOOCS file on my staging/test site the currency switcher in the footer starts working. When I put your code change it doesn't work anymore. So I guess it's linked to the code change..? I didn't change anything else. My test site is a clone of the live one.

I'm talking about your file \wp-content\plugins\woocommerce-currency-switcher\classes\woocs_after_33.php

In the private data you have the link to my test site which currently shows the initial code, and my live site with the new code and the bug.

Can you see why your new code has an impact on the currency switcher behavior?

Regards

 

Hello

My code cannot influence this.  It looks like you inserted the code incorrectly

I told you the reason - https://c2n.me/4a2Cl6X.png - https://c2n.me/4a2Cphy.png