Getting The Configurable Front End Product To Display The Cheapest Simple Product Price As A 'From' Price
I am having an issue where my configurable product, which is not actually a product that is for sale, is displaying a price of zero on the frontend website. I would like this frontend product to display the cheapest variant in it's simple products as a 'From' price.
The only way I can currently see how to do this is to have the configurable sku priced as the cheapest, and then the more expensive skus are priced with the difference between the cheapest and their actually price. This is because when I go to select the variant I want within a configurable sku, it says '$0 + $12.99'. $12.99 is the price of a t-shirt and this is the cheapest variant, so I'd like the sku to say $12.99 and then just change to the price of whatever variant/simple product is selected, not ADD on the price to the configurable.
Any help is welcome, this is really frustrating.
Thanks, Dan.
configurable-product price simple-product
bumped to the homepage by Community♦ 5 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I am having an issue where my configurable product, which is not actually a product that is for sale, is displaying a price of zero on the frontend website. I would like this frontend product to display the cheapest variant in it's simple products as a 'From' price.
The only way I can currently see how to do this is to have the configurable sku priced as the cheapest, and then the more expensive skus are priced with the difference between the cheapest and their actually price. This is because when I go to select the variant I want within a configurable sku, it says '$0 + $12.99'. $12.99 is the price of a t-shirt and this is the cheapest variant, so I'd like the sku to say $12.99 and then just change to the price of whatever variant/simple product is selected, not ADD on the price to the configurable.
Any help is welcome, this is really frustrating.
Thanks, Dan.
configurable-product price simple-product
bumped to the homepage by Community♦ 5 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
2
in the associated products you should be able to set a standard price
– Klettseb
Feb 24 '15 at 15:27
add a comment |
I am having an issue where my configurable product, which is not actually a product that is for sale, is displaying a price of zero on the frontend website. I would like this frontend product to display the cheapest variant in it's simple products as a 'From' price.
The only way I can currently see how to do this is to have the configurable sku priced as the cheapest, and then the more expensive skus are priced with the difference between the cheapest and their actually price. This is because when I go to select the variant I want within a configurable sku, it says '$0 + $12.99'. $12.99 is the price of a t-shirt and this is the cheapest variant, so I'd like the sku to say $12.99 and then just change to the price of whatever variant/simple product is selected, not ADD on the price to the configurable.
Any help is welcome, this is really frustrating.
Thanks, Dan.
configurable-product price simple-product
I am having an issue where my configurable product, which is not actually a product that is for sale, is displaying a price of zero on the frontend website. I would like this frontend product to display the cheapest variant in it's simple products as a 'From' price.
The only way I can currently see how to do this is to have the configurable sku priced as the cheapest, and then the more expensive skus are priced with the difference between the cheapest and their actually price. This is because when I go to select the variant I want within a configurable sku, it says '$0 + $12.99'. $12.99 is the price of a t-shirt and this is the cheapest variant, so I'd like the sku to say $12.99 and then just change to the price of whatever variant/simple product is selected, not ADD on the price to the configurable.
Any help is welcome, this is really frustrating.
Thanks, Dan.
configurable-product price simple-product
configurable-product price simple-product
asked Feb 24 '15 at 14:24
Dan RobinsonDan Robinson
112
112
bumped to the homepage by Community♦ 5 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 5 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
2
in the associated products you should be able to set a standard price
– Klettseb
Feb 24 '15 at 15:27
add a comment |
2
in the associated products you should be able to set a standard price
– Klettseb
Feb 24 '15 at 15:27
2
2
in the associated products you should be able to set a standard price
– Klettseb
Feb 24 '15 at 15:27
in the associated products you should be able to set a standard price
– Klettseb
Feb 24 '15 at 15:27
add a comment |
1 Answer
1
active
oldest
votes
@Thomas is correct - you just need to set the products to have 'the standard price'.
If you have a lot of products to update then you might want to put together a simple script that iterates through the configurable products, loading their simple products, finding the lowest price and updating the configurable accordingly.
Another method to achieve this is with a spreadsheet import/export.
There are many, many factors that influence the price of a product in Magento. Technically the lowest price simple product might not be the 'lowest price'. There are size price options, sales rules and plenty else to affect price. However, you need a simple update and not to worry.
Thanks, I'll give this a go and report back. Great help guys.
– Dan Robinson
Feb 25 '15 at 10:36
With this do you mean the '_super_attribute_price_corr'? I have prices in for each type ie T-shirt = 9.99, hoodie = 15.99 but the configurable is still appearing on the front end with a price of 0. Each simple product has it's own price, some are different, but they never display OR change when selcting the dropdowns on the front end. The price always displays as 0.
– Dan Robinson
Feb 25 '15 at 11:56
Any javascript errors on the page?
– Henry's Cat
Feb 25 '15 at 13:19
None that I can see. I've outsourced some help via Odesk so hopefully they can look into it. Thanks for your help @Woolfie
– Dan Robinson
Feb 25 '15 at 16:52
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "479"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f58530%2fgetting-the-configurable-front-end-product-to-display-the-cheapest-simple-produc%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
@Thomas is correct - you just need to set the products to have 'the standard price'.
If you have a lot of products to update then you might want to put together a simple script that iterates through the configurable products, loading their simple products, finding the lowest price and updating the configurable accordingly.
Another method to achieve this is with a spreadsheet import/export.
There are many, many factors that influence the price of a product in Magento. Technically the lowest price simple product might not be the 'lowest price'. There are size price options, sales rules and plenty else to affect price. However, you need a simple update and not to worry.
Thanks, I'll give this a go and report back. Great help guys.
– Dan Robinson
Feb 25 '15 at 10:36
With this do you mean the '_super_attribute_price_corr'? I have prices in for each type ie T-shirt = 9.99, hoodie = 15.99 but the configurable is still appearing on the front end with a price of 0. Each simple product has it's own price, some are different, but they never display OR change when selcting the dropdowns on the front end. The price always displays as 0.
– Dan Robinson
Feb 25 '15 at 11:56
Any javascript errors on the page?
– Henry's Cat
Feb 25 '15 at 13:19
None that I can see. I've outsourced some help via Odesk so hopefully they can look into it. Thanks for your help @Woolfie
– Dan Robinson
Feb 25 '15 at 16:52
add a comment |
@Thomas is correct - you just need to set the products to have 'the standard price'.
If you have a lot of products to update then you might want to put together a simple script that iterates through the configurable products, loading their simple products, finding the lowest price and updating the configurable accordingly.
Another method to achieve this is with a spreadsheet import/export.
There are many, many factors that influence the price of a product in Magento. Technically the lowest price simple product might not be the 'lowest price'. There are size price options, sales rules and plenty else to affect price. However, you need a simple update and not to worry.
Thanks, I'll give this a go and report back. Great help guys.
– Dan Robinson
Feb 25 '15 at 10:36
With this do you mean the '_super_attribute_price_corr'? I have prices in for each type ie T-shirt = 9.99, hoodie = 15.99 but the configurable is still appearing on the front end with a price of 0. Each simple product has it's own price, some are different, but they never display OR change when selcting the dropdowns on the front end. The price always displays as 0.
– Dan Robinson
Feb 25 '15 at 11:56
Any javascript errors on the page?
– Henry's Cat
Feb 25 '15 at 13:19
None that I can see. I've outsourced some help via Odesk so hopefully they can look into it. Thanks for your help @Woolfie
– Dan Robinson
Feb 25 '15 at 16:52
add a comment |
@Thomas is correct - you just need to set the products to have 'the standard price'.
If you have a lot of products to update then you might want to put together a simple script that iterates through the configurable products, loading their simple products, finding the lowest price and updating the configurable accordingly.
Another method to achieve this is with a spreadsheet import/export.
There are many, many factors that influence the price of a product in Magento. Technically the lowest price simple product might not be the 'lowest price'. There are size price options, sales rules and plenty else to affect price. However, you need a simple update and not to worry.
@Thomas is correct - you just need to set the products to have 'the standard price'.
If you have a lot of products to update then you might want to put together a simple script that iterates through the configurable products, loading their simple products, finding the lowest price and updating the configurable accordingly.
Another method to achieve this is with a spreadsheet import/export.
There are many, many factors that influence the price of a product in Magento. Technically the lowest price simple product might not be the 'lowest price'. There are size price options, sales rules and plenty else to affect price. However, you need a simple update and not to worry.
answered Feb 24 '15 at 15:58
Henry's CatHenry's Cat
1,7051923
1,7051923
Thanks, I'll give this a go and report back. Great help guys.
– Dan Robinson
Feb 25 '15 at 10:36
With this do you mean the '_super_attribute_price_corr'? I have prices in for each type ie T-shirt = 9.99, hoodie = 15.99 but the configurable is still appearing on the front end with a price of 0. Each simple product has it's own price, some are different, but they never display OR change when selcting the dropdowns on the front end. The price always displays as 0.
– Dan Robinson
Feb 25 '15 at 11:56
Any javascript errors on the page?
– Henry's Cat
Feb 25 '15 at 13:19
None that I can see. I've outsourced some help via Odesk so hopefully they can look into it. Thanks for your help @Woolfie
– Dan Robinson
Feb 25 '15 at 16:52
add a comment |
Thanks, I'll give this a go and report back. Great help guys.
– Dan Robinson
Feb 25 '15 at 10:36
With this do you mean the '_super_attribute_price_corr'? I have prices in for each type ie T-shirt = 9.99, hoodie = 15.99 but the configurable is still appearing on the front end with a price of 0. Each simple product has it's own price, some are different, but they never display OR change when selcting the dropdowns on the front end. The price always displays as 0.
– Dan Robinson
Feb 25 '15 at 11:56
Any javascript errors on the page?
– Henry's Cat
Feb 25 '15 at 13:19
None that I can see. I've outsourced some help via Odesk so hopefully they can look into it. Thanks for your help @Woolfie
– Dan Robinson
Feb 25 '15 at 16:52
Thanks, I'll give this a go and report back. Great help guys.
– Dan Robinson
Feb 25 '15 at 10:36
Thanks, I'll give this a go and report back. Great help guys.
– Dan Robinson
Feb 25 '15 at 10:36
With this do you mean the '_super_attribute_price_corr'? I have prices in for each type ie T-shirt = 9.99, hoodie = 15.99 but the configurable is still appearing on the front end with a price of 0. Each simple product has it's own price, some are different, but they never display OR change when selcting the dropdowns on the front end. The price always displays as 0.
– Dan Robinson
Feb 25 '15 at 11:56
With this do you mean the '_super_attribute_price_corr'? I have prices in for each type ie T-shirt = 9.99, hoodie = 15.99 but the configurable is still appearing on the front end with a price of 0. Each simple product has it's own price, some are different, but they never display OR change when selcting the dropdowns on the front end. The price always displays as 0.
– Dan Robinson
Feb 25 '15 at 11:56
Any javascript errors on the page?
– Henry's Cat
Feb 25 '15 at 13:19
Any javascript errors on the page?
– Henry's Cat
Feb 25 '15 at 13:19
None that I can see. I've outsourced some help via Odesk so hopefully they can look into it. Thanks for your help @Woolfie
– Dan Robinson
Feb 25 '15 at 16:52
None that I can see. I've outsourced some help via Odesk so hopefully they can look into it. Thanks for your help @Woolfie
– Dan Robinson
Feb 25 '15 at 16:52
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f58530%2fgetting-the-configurable-front-end-product-to-display-the-cheapest-simple-produc%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
2
in the associated products you should be able to set a standard price
– Klettseb
Feb 24 '15 at 15:27