My question is very simple, how do set up monthly subscription for plugin I make, I have seen some of these in your shop, should be very easy as it is in Shopify. I tried to find information, but didn't succeed. Maybe you could guide me through it, please. ???
Related
I need to fetch a single latest review given by user and display in a box on product detail page.
I have searched in google for shopify script and app but couldn't find any solution for this. If anybody have done this type of task then please help me.
Thanks in advance!
Shopify has a review App. When you use it in a shop, you can display reviews. Since you control the placement of the reviews, you are in a position to also inspect the reviews from DOM perspective and decide the latest, and what the markup looks like.
Since you know the markup, and you have access to the Shop, you can scrape the latest review using any screen scraper you want to use. With that, you can easily have each products newest review sent back to the App you installed in the shop. Using an App Proxy, you can do a callback asking for the details of the latest review, if any exist, for re-display any way you want.
Sure that is convoluted and weird, but you can do that.
Shopify have its own review app any one can leave review on your products.
You just need to install and configure that app.
I can help you to setup review app it is minutes change
I'm using Marketplace API. I have all products and its offer. I just want to identify that which offers are managed by FBC. I have read all documentation of cdiscount API but did not find any way from that we can identify that specific offer is managed by Cdiscount or not.
Let me explain you via example, I'm currently working on integration stuff. Now, Our system is partially integrated with cdiscount. In which we have all ours products, offers, sales and etc.
Now, I have a case that I want to update the stock of specific offer by calling API (SubmitOfferPackage). As I know that I can not update the inventory of that product which is handled or managed by Cdiscount. So, I want to update inventory of all product that was managed/handled by me.
I'm using GetOfferListPaginated API to get all offers. There is no parameter in response message to identify that specific offer is managed by Cdiscount or not.
Any help would be much appreciated
I have searched the web for authorize.net Automated Recurring Billing (ARB) in osCommerce, but I failed to find module/addon and haven't found any tips for this. Anybody know about how to implement or create a module for this purpose?
I think one of the reason you will not find that, is that oscommerce does not provide a way to price recurring products. They are only one time purchases.
I would recommend looking for a solution that handles recurring billing.
Does is anyone have a good process for monthly subscription using the Ti.Storekit? How do you store or handle data to find out if a users subscription has expired or is in good standings? I am new to the Ti.StoreKit any help is greatly appreciated.
StoreKit is free nowadays. Get it here: https://marketplace.appcelerator.com/apps/794?1042752485
Just follow the manual very closely, and you should be fine. If you have any specific questions ask it specifically.
I'm wrapping up my startup and will need to implement Paypal API into my sign up page.
Does anyone use recurring payments via Paypal API integrated into their billing? Better yet, guide me to a trustable developer with experience or will I have to use Elance?
I need it to go to a welcome/get started screen in their logged in account once they hit the 'create account' button after filling out billing info. I was also wondering, can you leave the CSC (3 digit security code) field out with integration, because it makes things very hard for recurring payments. I'd like to stick with Paypal, as I have been very satisfied with them for a few years now; I already checked out Chargify, authorize.net, etc.
I'd love to see someone with something like this set up already to take a look at and ask a few questions.
On the paypal website are some code samples for developers. I don't know if there are any for recurring payments but one-time payments code snippets you will find. Very easy to set up.
I have a donate-button and it works fine without much trouble.