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

[WOOCS LABS] Compatibility issue with Uni CPO free

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.
12

Hi,

I just saw this post on your site about Uni CPO compatibility but I was wondering if there’s a way to make that code compatible with the free version?

Thank you

Hello

Ok! I added this plugin to the adaptation queue

Awesome! Thank you so much. Let me know if I can help you test it or anything.

Hello

Ok! I will write to you as soon as I get the result

Just to let you know, I purchased the plugin in CodeCanyon (I was using the free version) and noticed that prices are showing up now in single product pages, but the currency convertion is still not working properly.

Hello

Paid and free versions have the same code

I'm using the latest version of the free plugin (v4.9.3) and I can't find anything as described in this post.

View post on imgur.com

I even downloaded the plugin again from the WordPress repository to be sure, there's nothing similar there.

Hello

Paid and free versions have the same code - I meant my plugin  WOOCS

I  will  check  this  third-party  plugin

Sorry, I misunderstood.

Thank you!

Hello

Add  FTP+wp-admin  access

OR  I can  use  access in this  topic - https://pluginus.net/support/topic/woocs-labs-compatibility-issue-with-conditional-discounts-for-woocommerce-by-orion/

Hi,

You should be able to access the wp-admin now.

I forgot to mention that I've hidden the price until this is resolved using:

.product_cat-timelapse .woocommerce-Price-amount bdi {
display: none;
}

Hello

ok!  Thank you

Hello

Please  drop me  exact  link to the  product with the  issue( where did you set up the formulas )

Here: https://leandroperez.art/tienda/timelapse/los-seismiles/via-lactea-y-piedras/

Hello

Ok!  Thank  you

Hello

In  file - \wp-content\plugins\uni-woo-custom-product-options\includes\class-uni-cpo-ajax.php - add  code - https://c2n.me/4ammJFn.png

if (class_exists('WOOCS')) {
global $WOOCS;
if ($WOOCS->is_multiple_allowed) {
$price_display = $WOOCS->woocs_exchange_value(floatval($price_display));
}
}

In  file  - \wp-content\plugins\woocommerce-currency-switcher\js\front.js - Add  code - https://c2n.me/4ammM6m.png

if (data.ids[jQuery(item).data('product-id')] != undefined && !jQuery(item).find('.js-cpo-price-starting')).length) {

cleare  all  cache  and  do   a test

Awesome! The product pages are working perfectly. Thank you so much.

I've noticed that category pages aren't showing the correct price though. For example this one should say"DESDE US$ 179,00" instead of 80,00: https://leandroperez.art/tienda/categoria/timelapse/astronomia/?currency=USD

This is the code I'm using in my WooCommerce template:

<span class="price">DESDE <?php echo $product->get_price_html(); ?></span>

Maybe the issue is there?

Hello

If you display prices like this, it should work correctly. But I checked the page and it looks like you are displaying prices in a different way

Please  drop me  a  screenshot  of  your custom  template

This is my /mytheme/woocommerce/loop/price.php file: https://pastebin.pl/view/c2446b5b

I'm using a custom template to show different words in Spanish and English besides the price on different categories.

12