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

YITH WooCommerce Product Add-ons Premium need topic and guide

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
  1. You need Woocommerce been activated
  2. Then go to Products > Add-ons > Switch to the 1.x version

https://ibb.co/B3G8b3Z

Hello

Ok!  -  https://c2n.me/4eCTbJe

Sorry, your customization request has been rejected. We can no longer waste our resources on this.

Maybe that's because of no blocks created.
Did you try to create some blocks?
By the way in V2 also need currency opportunity.
It's 5 minutes to create some block and see what I mean.
And look closely at demo item you will created.
You are even not try.
Thats a pity.

Hello

I certainly tried and we can no longer waste our resources on this plugin.

 

Ok can you just update this topic, and give people updated guide?
https://currency-switcher.com/yith-woocommerce-product-add-ons/
Please update screenshots with code lines from new version
or create new
YITH WooCommerce Product Add-ons & Extra Options topic
from source that I shared

You advice is add this code
in file
wp-content\plugins\yith-woocommerce-product-add-ons\includes\yith-wapo-functions.php

/**
* Get Currency Rate Function
*....

if (class_exists('WOOCS')) {
    global $WOOCS;
    $currencies = $WOOCS->get_currencies();
    $currency_rate = $currencies[$WOOCS->current_currency]['rate'];
}

But its not enought
Converted currency from WOOCS are not displayed inside Option Price after swiching


Its seem need add more code below inside

in * Get Option Info

or in * Get Option Price


.....
I gues

and
Check
wp-content\plugins\yith-woocommerce-product-add-ons\includes\class-yith-wapo-cart.php
is it enough to just remove the code?

It has commented YITH multi currency options in new version maybe you can integrate your woocs functions there?

Its need WOOCS fixed price support!!!
How to integrate it inside?

I would like to share updated screenshots and solutions for your forum to make it easier for other users to integrate it if I only understanded code more.
I need your help to figure this out.
We have not been able to understand each other for a month.
Please give me good new guidance.
Thank you.

WOOCS fixed price support!!!


How to integrate it inside?


Hello

Fixed prices only work with standard product types

if you want to add this to the options - you should fully develop this functionality(my plugin code is not suitable for this)

12