On the Spree_related_product page it say that it Gives you a "Customers Who Bought This Item Also Bought" Div under every Product. How can I set it up.
Related
i know how to create and use product IDs for a single non-consumable IAP.
I have searched for more than 2 days but can't find the answer.
my app has about 1000s list of books. when users click on a book cell(table view cell), an IAP calls and the user can pay for each.
is it possible to create product id dynamically in code at run time?
if not what is an alternative way to do to create a product id for each book cell?
Note: I don't want to use a credit system, because I want to sell each book individually.
Thank you
I have installed Run Subscription Payments with Stripe using this tutorial: https://firebase.google.com/products/extensions/firestore-stripe-subscriptions.
Now, when I add product in stripe it gets added in Firestore:
Now, as you can see the product "apple" above with product-id. "prod_KWe22kb9FUWoxH" price is added in firestore below:
But when in the below figure, manually, I add product "app" below with product-id. "4Y2kEkf5Ks1w2PDRNzYR" prices etc. is added in firestore below, it does not get added to stripe:
I have also updated the rules to both read and write products as you can see in the screenshot below:
So, why does product "app" with product-id. "4Y2kEkf5Ks1w2PDRNzYR" and prices etc does not get added to stripe ?
According to your product that is not showing the details, it was probably added incorrectly, the product does not begin with “prod_” followed by the ID.
Stripe Product Setup: Stripe immediately generates a distinct identification for the new product, which is prefixed with prod_.
Reviewing your case I found documentation that adding the product with the issue could help.
To create a product:
Go to the Product tab in the Dashboard and click +Add product to create a product. Select a One-time or Recurring product type, then fill out the remaining fields in the product details section.
When you are done, click Save and continue, or Save product at the top right.
To create prices:
After saving a newly generated product, go to the product's information page and click +Add price. You may also locate +Add price by clicking on any pre-existing product in your list.
To enter the price details in the “Add a new price window” I found the following documentation: Create prices.
The guide that I followed is Products and Prices management.
Additional tutorial using Stripe and Firebase.
I have an app, which is using in-apps, now I want to add a new in-app, but it's not yet presented anywhere. It will only show at the end of the month, when my customer add new record on the server side. But fortunately I have an Id for a SKProduct and I know the name of it. How I can provide a screenshot of this product to approval team?
P.S: App was designed for this kind of logic, I don't need to update the app every time when new product appear on the server.
I have created one reference IAP Product on iTunes connect, but I want to know if there is any way to add a new product or replace with new product name and price to an existing Product programmatically.
I am getting a number of products from Server side and there is a chance to increase the number of products in future.
I have this this issue concerning the order section of my Prestashop Dashboard. There in the order section the price is displayed correctly, but when I click on the name of the customer who paid for that product then Prestashop redirects me to the page with order details, where the ammount of money paid by the customer is doubled. This problem is occuring only on the back office and it applies for every possible type of payment. Please help.
Here is a screenshot with those doubled values (in red circles)
It seems that there is a problem with the payment module you are using, please try disabling any third party payment module and see if the issue appears in the case of BankWire as well.