I'm looking for a recommendation of a payment method for woocommerce that will allow for the following:
Let's say the client wants to spend 10 000 schmeckles, but we don't charge the full 10 000 schmeckles. We want to bill the client as he/she uses the money. So they will commit to 10 000, but at every 250 schmeckles worth of services used we want to bill 250.. until the 10 000 runs out.
I'm not sure what this is called and I tried googling it, but no luck.
Does anyone have any recommendations that I can use as a starting point please? :)
Thanks!
Related
for personal interest I wanna create a list with all products a webstore has. In Germany there are two big companies called "Media Markt" and "Saturn". "Media Markt"'s system is easy, they use a 7 digit number as ID for their products. So I wanna get all those products but I think doing 10 million requests in 12 threads (bcs of my PC has 12 cores) in a short time will overwhelm the server or make the server ignoring my requests after a short time. What can I do to get this list with all products?
I am thankful for any ideas.
I'm looking to integrate a cXML with woocommerce for a punchout system, and I have no idea where to start.
I was given the documentation found here: http://xml.cxml.org/current/cXMLGettingStarted.pdf
Any pointers on where and how to set this up?
TIA
You can get an existing service for it ranging from https://www.punchout2go.com/, which is around a 1000 dollars a month to https://instapunchout.com/ which is between 30 and 50 dollars a month depending on your needs.
If you have time you can also develop it yourself, but there isn't much to find online aside from the PDF you already linked.
I want to develop one robot using watson conversation, this robot can answer some frequently asked question about my application. Here is my thinking, every question has its own intent, and the answer will be returned by response. but I have over 50 questions, that means I need to define over 50 intents, but watson conversation limited 25 intents for one workspace. Does anyone have any idea about how to resolve it? Thanks.
There are two options for you
Purchase Standard plan ($0.0025 USD/API call)Includes upto Up to 2000 Intents.Check out more on pricing here
Link similar questions together and try to reduce the questions.For example, take two questions regarding Bank withdrawals and Bank deposits could be asked in one intent as Bank transaction and then put type of transactions as entities(dialogue box condition as entities).
And besides that limit, there is another one: max 1000 API queries/month. It if fine for a proof of concept or to development phase. If you intend to go to production, you should purchase a plan. https://www.ibm.com/watson/developercloud/conversation.html
I'm developing a site for a tutoring service and they have 3 types of services they sell:
Hourly Tutoring
Package Deals (Buy 10 hours, get a reduced hourly price, customer chooses when to use each of the 10 hours)
Study Courses (Signup for a class with 10 preset meeting dates, customer doesn't get to choose dates, they are already set).
WCB works great already for Service 1, where people can just pick an hour or more and book it.
I'm wondering if someone could give me any insight as to the best way to setup service 2 where someone can buy a set number of hours and then request dates for them.
And for service 3, can this be done through WCB or would it be better to just make a WooCommerce product and put the dates in the product description?
I'm new to WCB and it seems like it can do this, having someone book 10 sessions/hours and then schedule them at a later date.
I'm just not sure the best way to do it. Thanks in advance for any help!
I am trying to fetch as many LinkedIn updates as possible for a company--
Here is the link I am using -
https://api.linkedin.com/v1/companies/21837/updates?event-type=status-update&count=250
But it only returns 10 updates. There are many more updates but they don't show up in the response. All posts older than a month ago don't show up. Is there a limitation on how far back you can go?
Appreciate any help!
20 days seems to be the limit, according to the LinkedIn API documentation.
Note that the API returns the latest 50 updates only for event type
status-update. If you have updates of other types (such as jobs
posting, product-updates etc.) then it can fetch up to 250 updates or
updates in the last 20 days whichever comes first.
The wording there isn't totally clear, their API documentation isn't very good unfortunately.