My Question is about
Is super attribute pricing applicable for bundle product? Because I want to set dynamic price for all combination.
Related
My magento site will be used in multiple countries like Thailand, Malaysia, Indonesia, Phillipinse, Singapore. If a person open the site from Thailand, based on geo location, the site should automatically load thailand specific information like home page and price etc. If its opened from Malaysia, it should show Malaysia specific homepage and price.
Each country will have multiple product vendors who will send the product to the customer. Each vendor will have a separate account (username/password) and they can maintain their inventory/upload their product with their price from their account. The customer can see all products from all vendors for that country from which customer open the site. After the customer place order, product vendor will receive an email about order according to the email id they have configure in their profile. If customer choose two seperate products from two different customer, then two different email should be generated and sent to product vendor. Later, product vendor will pack the product and send to the customer. After that, order status is closed.
What should I complete these functions?
I don`t know what should I do.
I am looking for the best practice on the following scenario when utilizing ecommerce transaction (purchase) tracking with GA4:
A customer has gone through the entire checkout flow and added a product to their cart. During checkout they add an optional add on (say it's a warranty or what have you.) When you send over the items array for the purchase event, should only the original product in the cart be sent over for tracking or should there now be two items, one for the product and one for the add on that was added in the cart during checkout? Note that this add on could not be purchased individually and is therefore not a standard product someone could purchase (i.e. they can't buy a warranty without also buying the product but they can buy the product without the warranty.)
Ideally answers will include sources for this best practice.
Some other examples:
add a t-shirt to your cart and add on gift wrapping
book a night at a hotel and add on the romance package
purchase a scuba diving tour and add on an extra scuba tank
Thanks in advance!
Always keep some parameters that capture additional information along with the regular Ecommerce event capture.
Example:
EventName: purchase_event
itemName: blue t-shirt
add_on: gift_wrapping | personalized_writeup | No add_on's(this is an additional information to understand how many are using.
For Example: I have two simple product Mobile Phone of Price: 500$ and 1 Memory Card of price 10$. Total is 510 $.
I want to sell both product as a group at Price 505$.
From Admin section i'm not able to see any price configuration for Group Product IN Magneto 2.
It looks like the price attribute is missing in your Attribute set.
Please check: Stores --> Attributes --> Attribute Set
Normally, you can choose Advanced Pricing for this
For Grouped Products the price is calculated as the sum of the prices of the individual products.
That's also why the price section is missing for grouped products.
The grouped products in Magento mainly serve as a way to display few products on one page. You can't set a price for the grouped product since Magento calculates the price dynamically by summing up the children products' prices that were selected by the customer. That is if the customer adds the mobile phone and the memory card to cart from within the grouped product page, the price will be $500+$10 = $510.
Therefore, if you want to be able to set a different price for products that were purchased together, there are two options:
1) Use a Bundled Product (with Price Type = Fixed Price) and set the phone and the memory card as it's children. In this case, you can set the bundled product price to be $505.
There are few limitations to this solution:
The customer can't just add the mobile phone or the memory card to cart separately from this page, he can only add them together. That is the customer will need to go to a separate page to purchase the mobile phone (or the memory card) standalone.
Once the user added the bundled product to his cart, he can't just remove one child product from the cart (e.g the memory cart) - he has to remove both.
2) You can use an extension for it. One of the extensions that implement this functionality is Bundled Discount. It allows you to set the products of group A (in your case - the mobile phone) and the products of group B (in your case the memory card) and set the special price whenever they are purchased together (eg: $505).
It also allows you to create a separate page for the bundled promotion. This way, the user can select whether he wants to add only the mobile phone for $500, the memory card for $10, all both for $505.
The user can also remove one of the products from his cart and only pay for another product (eg: the user removes the memory card from his cart and only pays $500 for the phone).
Disclaimer: I am the CEO of the company that developed the Bundled Discount extension.
I need to use a prestashop website as a CMS website so that I can hide all the pricing features, Add to cart features..I want to manage my prestashop website as a portfolio for my business. Since I can't afford to sell my products online right now and at a later stage I could activate the features like add to cart and pricing.
Preferences -> Products - Catalog mode -> On
It will disable all "shop features"
Can we specify the amount to be charged by iPhone storekit framework ?
or it will charge the amount specified at the application creation time ?
The amount charged is based on an item's price tier. You set the tier in iTunes connect, and can change it after the application is created. To show the current price to the user, look at the documentation for SKProduct's price property.