Shopify - Suplly Theme - Product price starting "From" - themes

I'm wondering if i can change my prices to put "from" before the product price in Shopify.
I have product variants with different prices, that's why I want to setup a "From" before the cheapest variant price.
Many Thanks!

Related

How can i give offer for selected random products magetno

I need to give the offer for selected random products which is distinct categories. How can i give offers without using coupons code?
you have 2 options :
1) Catalog price rules
2) Shopping cart price rules with option NO coupon as below image :
for products, you can selected related skus in conditions.....

issues in magento configurable product feed for google merchant

I am working on the google merchant feed for configurable products. I am new in this and so far the situation is
All the products are configurable which are visible on front-end
All simple products are set to not viewed individually as they are
linked with some configurable product
the fields in the google feed is
id title description google product category product type link image link condition availability price sale price sale price effective date item group id age group color size shipping shipping weight identifier_exists
i have successfully get all the data for simple products and use the parent product url for its link field as it is set to not viewed individually
But the problem is now i have to make a feed for configurable product
but
the price for configurable product is 0
the weight is not there
can anyone please share some sample configurable product feed for google merchant
thanks in advance
I dont know this will work google or not. The short cut is "uploading the prices for configurable product" , you can upload the least price of associated product to the configurable product.
also , once you upload the configurable product, using "update attributes" , put weight as "1" for all configurable products.

Magento: Best Product type for Camera Kits

I am developing a magento site. In this site I have products for camera kits. In one kit the product can have camera body, camera lens etc. These products when sold in group will have lesser price when sold individually.
I am thinking of "Grouped Products" in magento will suit my case the best.
But how to set the discounted price when purchased from a group?
Also I have to import product from another site so I will be creating all the products programmatically. So any suggestions for the discounted price. Also my approach for grouped products is right or wrong?
Grouped products are just a way to sell multiple products on one product page.
You could use a bundle product. When creating a bundle you can choose if the price will be calculated as the sum of all items or a fixed price.
I see two options for you:
Use the fixed price and create one bundle for each camera kit. The bundle will have an option "body" and an option "lens", each option has only one product selection and is marked as "required" (i.e. you don't have a choice)
Use dynamic price and a special price, then you can add different body and lens selections with different prices from which the customer can choose, but can give a discount of for example 10% on the bundle.

Configurable products for different product sizes and price

I am trying to make a store for car care chemicals in Magento for online buyers and company distributors.
Each chemical has a size option - 0.5 liters, 5 liters, 207 liters
And the above options have price difference depending upon the customer is a normal buyer or a distributor.
I have made a configurable product, but the price in the
"Super product attributes configuration" overrides the Group pricing in the simple products.
Can somebody please suggest the right way?
You have to create a attribute "size" as dropdown with all possible sizes.
When you add the product you have to choose one of them.
Magento will not take into the account the simple products' price of a configurable one. Simple products' prices are ignored. if you want to sell a simple product X having price $120 and a simple product B ($130) then set configurable product's price to $120 and add products you want to associate with this configurable product. After adding them click on 'Associated Products' tab which opens a block named Super product attributes configuration, which contains options and price differences and set the prices accordingly as described in attached image.
Moreover There's an extension that allows you to use simple product prices instead of price differences Since it's free extension. The extension is "Simple Configurable Products(SCP)".

Magento simple product custom options price as product price

I have product with price 0 and custom options (100g,200g,300g etc.) with prices 10$,20$...
In the product catalog and product page displays zero price, how to display cheapest option price? Thanks.
I'd suggest you take the cheapest option (probably the 100g option) and enter its price as price for the product.
Then you define the option price as t the difference between the option price and the 100g price.
Example:
Apples, Price = 0.99$
Define the individual options as follows (pricetype: fixed)
100g: +0 $ [optional]
200g: +0.85$
300g: +1.60$
That way the cheapest price is shown in the product listing and the real price gets updated on product detail view page when the user selects the amount he wants to buy.

Resources