kosmic69
Forum Replies Created
-
Is it then possible to do the remove background without human click just with get parameters (white background and apply directly) ?
@raster02 thank you for your answer.
I’ve made a ticket
WordPress seems to have overlooked this because even in the new (beta) interface it’s not possible to set 2 times the same meta_data key for a simple product.
Hi @raster02,
I have purchased the plugin and see that I can use global content restriction for my purpose but the problem with this addon is that the product is also blocked to be view and not only to be sold.
Is it possible to have this kind of settings just for restrict buying ?
Hi @raster02
I’m using the official woocommerce api for this purpose (https://woocommerce.github.io/woocommerce-rest-api-docs/#create-a-product).
Do you want to say that woocommerce has to change the core to adapt them to your plugin ?
Another solution is to bulk update the pms-purchase-restrict-subscription-plan meta key in the UI or preset a default settings for all new products.
Select multiple checkbox within the product edit page for each product seems to be timelost for my purposes.
What do you think ?
Thank you
hi @madalinaruzsa,
{
"name": "product 1",
"meta_data": [
{
"key": "pms-purchase-restrict-subscription-plan",
"value": "200"
},
{
"key": "pms-purchase-restrict-subscription-plan",
"value": "300"
}
]
}If I post this body it will just create the product with the value “300” for “pms-purchase-restrict-subscription-plan” and forget “200”. It register only the last occurence.
@madalinaruzsa is it possible to do something so as not to have to manually click and block all products for purchase? I’m thinking about putting a default setting or an api call or a mass change in the database?
Is it possible to set a default value for new product ?
I understand why it can be used but in fact the information is not used in stripe nor PMS so I think it’s really useless.
What is the purpose of recording the email given that they are not included by stripe in the customer file linked to the purchase?
Is it not possible to send customer account information instead of asking the customer to fill in the same information twice?Hi, I’ve found what is the problem.
Now, I wan’t to know if it’s possible to bypass the email+name asked by bancontact stripe gateway because this is already know by PMS’s user account
@alexandrubodea yes it seems that’s not working in the 2.11.5 but it’s ok with 2.11.0. Hope it’ll continue to work with newer versions
Hi @madalinaruzsa,
Thank you for your reply. Unfortunately this information is for a single product, I would have liked to have a solution to make this option the default for all woocommerce items.
Like vicuts, I’ve tried to install the plugin to a fresh install of wordpress without any plugin and with the default theme on a new subdomain but the connection doesn’t work.
When will you publish the next release ? Do you have any fix for this bug ?
Tried wwith multiple domaines, multiple browser, in private browning… Nothing working.
Vicuts said that it’s a bug in the version 2.11.5 because it’s working in 2.11.0. Did you plan to correct this bug soon ?
I have the same problem