I want to sell Steam keys (these are unique codes) for video games. Each code is unique. So for example, one video game will have virtually an unlimited amount of codes and each code represents access to their version of that one video game when they redeem the code at Steam.
Is there any way I can input various codes so that Woocommerce offers the first code to the video game to the first buyer, the second code to the second buyer of the video game, the third code to the third buyer of the video game etc?
I cannot have the same code used over and over again because each code is only valid for one user.
Any guidance would be appreciated.
Thanks.
]]>Just to know if you will be ready for this ?
Thanks
]]>we sell multiple WP & Woo plugins. Since today we receive multiple issues of customers, that our plugin settings no longer work.
When I debug my customer websites I see, the wpml-config.xml is no longer available in string translations of your plugin.
Is this still supported?
https://polylang.pro/doc/the-wpml-config-xml-file/
]]>About every couple of weekends, our SMTP password gets deleted from our settings, and then emails don’t get sent. It has happened twice now; we’ve had to reset the password and send the missed emails out manually. What is happening here? Can you help?
It might be relevant that we use a caching plugin as well as the Succuri Plugin (safety)?
Thanks in advance.
Best Regards
Franz Sauerstein
I’ve been using the plugin for a long time, but it’s not working lately. After adding code from the admin panel, I save it and it doesn’t seem to be added.
]]>I am trying to auto generate API keys from a woocommerce website , but I am getting an error like this :
name:"FetchError"
message:"invalid json response body at https:/...............
.............................reason: Unexpected token < in JSON at position 0"
type:"invalid-json"
this is the code I have used , i have changed website names to sample names :
const store_url = 'https://sample.com/';
const endpoint = 'wc-auth/v1/authorize';
const query_string = new URLSearchParams([
['app_name', 'MyShoppingWebsite'],
['scope', 'read_write'],
['user_id', '123'],
['return_url','https://example.com/apipractice'],
['callback_url','https://example.com/apipractice']
]).toString();
const url = store_url + endpoint + '?' + query_string;
this is run from another website .
any help is appreciated , thank you !!
]]>name:"FetchError"
message:"invalid json response body at https:/...............
.............................reason: Unexpected token < in JSON at position 0"
type:"invalid-json"
this is the code I have used , i have changed website names to sample names :
????????const?store_url?=?'https://sample.com/';
????????const?endpoint?=?'wc-auth/v1/authorize';
????????const?query_string?=?new?URLSearchParams([
????????????['app_name',?'MyShoppingWebsite'],
????????????['scope',?'read_write'],
????????????['user_id',?'123'],
????????????['return_url',?'https://example.com/apipractice'],
????????????['callback_url',?'https://example.com/apipractice']
????????]).toString();
????????const?url?=?store_url?+?endpoint?+?'?'?+?query_string;
this is run from another website .
any help is appreciated , thank you !!
]]>