Woocommerce subscriptions variations
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 pleaseIf 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.
Quote from tahar on October 3, 2021, 01:55Hi
I have created three variable subscription product.
In it three variations.
I need to define a setup fee for each variation.
I have identified the field and the corresponding meta :variable_subscription_sign_up_fee
I have tried everything but could not be able to define in bulk a signup fee for all product having each of the defined variations.
Hi
I have created three variable subscription product.
In it three variations.
I need to define a setup fee for each variation.
I have identified the field and the corresponding meta :
variable_subscription_sign_up_fee
I have tried everything but could not be able to define in bulk a signup fee for all product having each of the defined variations.
Quote from tahar on October 3, 2021, 02:38Also another weird thing
I can't make variable subscriptions anymore
http://somup.com/cr6ecz3nRj
Also another weird thing
I can't make variable subscriptions anymore
Quote from Pablo Borysenco on October 4, 2021, 09:37Hello Tahar
Please paste your license key here - https://share.pluginus.net/image/i20210618130558.png -> https://share.pluginus.net/image/i20210618130614.png and wp-admin access - https://share.pluginus.net/image/i20210618130637.png
Hello Tahar
Please paste your license key here - https://share.pluginus.net/image/i20210618130558.png -> https://share.pluginus.net/image/i20210618130614.png and wp-admin access - https://share.pluginus.net/image/i20210618130637.png
Quote from tahar on October 4, 2021, 09:51Hello
I have done it now
Hello
I have done it now
Quote from Pablo Borysenco on October 4, 2021, 12:45and please don't forget to add a link to the site
and please don't forget to add a link to the site
Quote from tahar on October 4, 2021, 13:28Ha yes sorry
i have added it
Ha yes sorry
i have added it
Quote from tahar on October 5, 2021, 09:39what I am trying to do is :
1- edit / remove attributes
2 - create / remove / edit variations ( variable subscriptions ) like changing price in bulk on filtered product
i am facing some bugs like :
price does not change
errors with no message ( just saying : error)
the product become suddenly unavailable (out of stock)
what I am trying to do is :
1- edit / remove attributes
2 - create / remove / edit variations ( variable subscriptions ) like changing price in bulk on filtered product
i am facing some bugs like :
price does not change
errors with no message ( just saying : error)
the product become suddenly unavailable (out of stock)
Quote from Pablo Borysenco on October 5, 2021, 09:53Hello
Please add FTP access - https://share.pluginus.net/image/i20210618130558.png ->https://share.pluginus.net/image/i20210618130637.png
Can I disable theme to test?
Hello
Please add FTP access - https://share.pluginus.net/image/i20210618130558.png ->https://share.pluginus.net/image/i20210618130637.png
Can I disable theme to test?
Quote from tahar on October 5, 2021, 11:31Hello
Yes you can.I have added ftp access
Hello
Yes you can.
I have added ftp access
Quote from tahar on October 6, 2021, 11:44Hello
please let me know as soon as you can if you managed to make it work
i have bought your plugin to save my client time and find my self keeping trying for few days with being able to update products as advertised
maybe it is not compatible with subscriptions
i have also noticed that it does not grab all the post meta in variations
Hello
please let me know as soon as you can if you managed to make it work
i have bought your plugin to save my client time and find my self keeping trying for few days with being able to update products as advertised
maybe it is not compatible with subscriptions
i have also noticed that it does not grab all the post meta in variations
Quote from Pablo Borysenco on October 6, 2021, 16:17Hello
Please do a test - https://c2n.me/4dzxGEU.png
maybe it is not compatible with subscriptions - this plugin edits the data that is stored on the product side. This plugin was not designed for customizing third party plugins.
it does not grab all the post meta in variations - The plugin takes all meta data by post ID, it doesn't matter from the product type.
Hello
Please do a test - https://c2n.me/4dzxGEU.png
maybe it is not compatible with subscriptions - this plugin edits the data that is stored on the product side. This plugin was not designed for customizing third party plugins.
it does not grab all the post meta in variations - The plugin takes all meta data by post ID, it doesn't matter from the product type.
Quote from tahar on October 7, 2021, 09:56Hello
I would be greatful if you could tell me wich amendment you made as the site i have sent you is the dev site, i don't want to have any issue on the prod site if there are some incompatibilities or settings that break everything.
Thanks
Hello
I would be greatful if you could tell me wich amendment you made as the site i have sent you is the dev site, i don't want to have any issue on the prod site if there are some incompatibilities or settings that break everything.
Thanks
Quote from tahar on October 7, 2021, 11:43Please take 3 minutes to see what i am asking for.
http://somup.com/cr6iQz3663
Thanks
Please take 3 minutes to see what i am asking for.
http://somup.com/cr6iQz3663
Thanks
Quote from Pablo Borysenco on October 7, 2021, 12:28I would be greatful if you could tell me wich amendment you made - In file -\wp-content\plugins\woocommerce-bulk-editor\index.php - added this code - https://c2n.me/4dA7W4C.png
if($field_key == 'product_type'){
$val = $product->get_type();
}I understood you
If you watch this video you will see how to work with variable products - https://bulk-editor.com/video#video_1291 But in your case, the problem is that these are not standard variations, in fact, this is a custom post type (not even a product). And when you press that button - https://share.pluginus.net/image/i20211007132743.png - plugin cannot load custom post type created by third party plugin
I would be greatful if you could tell me wich amendment you made - In file -\wp-content\plugins\woocommerce-bulk-editor\index.php - added this code - https://c2n.me/4dA7W4C.png
if($field_key == 'product_type'){
$val = $product->get_type();
}
I understood you
If you watch this video you will see how to work with variable products - https://bulk-editor.com/video#video_1291 But in your case, the problem is that these are not standard variations, in fact, this is a custom post type (not even a product). And when you press that button - https://share.pluginus.net/image/i20211007132743.png - plugin cannot load custom post type created by third party plugin