How to remove previous price of productsRemove Price from New Products block on HomepageRemove product priceHow to Display available Lowest price for Magento configurable products?How to remove Price symbolWant to Show random products in Particular category in Home page, I got a code but product price will be repeat to all products, What to do?Remove Price from email invoice?remove desimal digits from priceMagento 2 : How To Show Price of “out of stock” ProductsHow to Remove New Products Block products Price for store 1 not for store 2How remove attribute fields when creating a new product?
What to say to a student who has failed?
Does travel insurance for short flight delays exist?
How to find out the average duration of the peer-review process for a given journal?
Dealing with an extrovert co-worker
What are some interesting features that are common cross-linguistically but don't exist in English?
Sitecore PowerShell script to get all images where the File Path is empty
Avoiding racist tropes in fantasy
Shouldn't the "credit score" prevent Americans from going deeper and deeper into personal debt?
What is the difference between Major and Minor Bug?
Pythagorean triple with hypotenuse a power of 2
Why did Khan ask Admiral James T. Kirk about Project Genesis?
Identify a problem where a potentially winning move draws because of the 50 move rule
Why is less being run unnecessarily by git?
Why did they avoid parodying Martian Manhunter?
Why did this happen to Thanos's ships at the end of "Avengers: Endgame"?
Non-visual Computers - thoughts?
How do you harvest carrots in creative mode?
Is there any method of inflicting the incapacitated condition and no other condition?
Algorithms vs LP or MIP
French abbreviation for comparing two items ("vs")
Why in most German places is the church the tallest building?
Why is my Earth simulation slower than the reality?
Who was president of the USA?
Architectural feasibility of a tiered circular stone keep
How to remove previous price of products
Remove Price from New Products block on HomepageRemove product priceHow to Display available Lowest price for Magento configurable products?How to remove Price symbolWant to Show random products in Particular category in Home page, I got a code but product price will be repeat to all products, What to do?Remove Price from email invoice?remove desimal digits from priceMagento 2 : How To Show Price of “out of stock” ProductsHow to Remove New Products Block products Price for store 1 not for store 2How remove attribute fields when creating a new product?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I am using magento 1.9 , i want to know how to remove the previous strikethrough price of products as shown here https://prnt.sc/orfv5b
magento-1.9 product price
add a comment |
I am using magento 1.9 , i want to know how to remove the previous strikethrough price of products as shown here https://prnt.sc/orfv5b
magento-1.9 product price
You can just remove special price from price tab in product from admin clear cache and re-index it should remove strike through price
– Aman Alam
Aug 12 at 4:35
@AmanAlam i cant find this option
– Nafisa
Aug 12 at 4:53
@Nafisa Do you want to remove special price?
– Monark Bhawani
Aug 12 at 5:06
@MonarkBhawani . How can i add a boolen field over here so that the admin can select whether to select strikethrough price or not. prnt.sc/org7l2. I want to add a checkbox that can be selected or deselected to show strikethrough price
– Nafisa
Aug 12 at 5:21
add a comment |
I am using magento 1.9 , i want to know how to remove the previous strikethrough price of products as shown here https://prnt.sc/orfv5b
magento-1.9 product price
I am using magento 1.9 , i want to know how to remove the previous strikethrough price of products as shown here https://prnt.sc/orfv5b
magento-1.9 product price
magento-1.9 product price
asked Aug 12 at 4:32
NafisaNafisa
1047 bronze badges
1047 bronze badges
You can just remove special price from price tab in product from admin clear cache and re-index it should remove strike through price
– Aman Alam
Aug 12 at 4:35
@AmanAlam i cant find this option
– Nafisa
Aug 12 at 4:53
@Nafisa Do you want to remove special price?
– Monark Bhawani
Aug 12 at 5:06
@MonarkBhawani . How can i add a boolen field over here so that the admin can select whether to select strikethrough price or not. prnt.sc/org7l2. I want to add a checkbox that can be selected or deselected to show strikethrough price
– Nafisa
Aug 12 at 5:21
add a comment |
You can just remove special price from price tab in product from admin clear cache and re-index it should remove strike through price
– Aman Alam
Aug 12 at 4:35
@AmanAlam i cant find this option
– Nafisa
Aug 12 at 4:53
@Nafisa Do you want to remove special price?
– Monark Bhawani
Aug 12 at 5:06
@MonarkBhawani . How can i add a boolen field over here so that the admin can select whether to select strikethrough price or not. prnt.sc/org7l2. I want to add a checkbox that can be selected or deselected to show strikethrough price
– Nafisa
Aug 12 at 5:21
You can just remove special price from price tab in product from admin clear cache and re-index it should remove strike through price
– Aman Alam
Aug 12 at 4:35
You can just remove special price from price tab in product from admin clear cache and re-index it should remove strike through price
– Aman Alam
Aug 12 at 4:35
@AmanAlam i cant find this option
– Nafisa
Aug 12 at 4:53
@AmanAlam i cant find this option
– Nafisa
Aug 12 at 4:53
@Nafisa Do you want to remove special price?
– Monark Bhawani
Aug 12 at 5:06
@Nafisa Do you want to remove special price?
– Monark Bhawani
Aug 12 at 5:06
@MonarkBhawani . How can i add a boolen field over here so that the admin can select whether to select strikethrough price or not. prnt.sc/org7l2. I want to add a checkbox that can be selected or deselected to show strikethrough price
– Nafisa
Aug 12 at 5:21
@MonarkBhawani . How can i add a boolen field over here so that the admin can select whether to select strikethrough price or not. prnt.sc/org7l2. I want to add a checkbox that can be selected or deselected to show strikethrough price
– Nafisa
Aug 12 at 5:21
add a comment |
1 Answer
1
active
oldest
votes
The strikethrough price is the product price and the other price shown on the page is the discounted price.
If you don't want to show the strikethrough price, then:
- Copy the special price
- Put it into the price field
- Remove the value from the special price field
- Save the product
Screenshots attached for reference:
- https://nimb.ws/q8Q0Gs
- https://nimb.ws/t2aZ1Y
There is not only one product. There are multiple products
– Nafisa
Aug 12 at 5:09
Then, you have to set prices and remove special prices by a custom PHP script.
– Mohit Kumar Arora
Aug 12 at 5:20
kumar . How can i add a boolen field over here so that the admin can select whether to select strikethrough price or not. prnt.sc/org7l2. I want to add a checkbox that can be selected or deselected to show strikethrough price
– Nafisa
Aug 12 at 5:20
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%2f285100%2fhow-to-remove-previous-price-of-products%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
The strikethrough price is the product price and the other price shown on the page is the discounted price.
If you don't want to show the strikethrough price, then:
- Copy the special price
- Put it into the price field
- Remove the value from the special price field
- Save the product
Screenshots attached for reference:
- https://nimb.ws/q8Q0Gs
- https://nimb.ws/t2aZ1Y
There is not only one product. There are multiple products
– Nafisa
Aug 12 at 5:09
Then, you have to set prices and remove special prices by a custom PHP script.
– Mohit Kumar Arora
Aug 12 at 5:20
kumar . How can i add a boolen field over here so that the admin can select whether to select strikethrough price or not. prnt.sc/org7l2. I want to add a checkbox that can be selected or deselected to show strikethrough price
– Nafisa
Aug 12 at 5:20
add a comment |
The strikethrough price is the product price and the other price shown on the page is the discounted price.
If you don't want to show the strikethrough price, then:
- Copy the special price
- Put it into the price field
- Remove the value from the special price field
- Save the product
Screenshots attached for reference:
- https://nimb.ws/q8Q0Gs
- https://nimb.ws/t2aZ1Y
There is not only one product. There are multiple products
– Nafisa
Aug 12 at 5:09
Then, you have to set prices and remove special prices by a custom PHP script.
– Mohit Kumar Arora
Aug 12 at 5:20
kumar . How can i add a boolen field over here so that the admin can select whether to select strikethrough price or not. prnt.sc/org7l2. I want to add a checkbox that can be selected or deselected to show strikethrough price
– Nafisa
Aug 12 at 5:20
add a comment |
The strikethrough price is the product price and the other price shown on the page is the discounted price.
If you don't want to show the strikethrough price, then:
- Copy the special price
- Put it into the price field
- Remove the value from the special price field
- Save the product
Screenshots attached for reference:
- https://nimb.ws/q8Q0Gs
- https://nimb.ws/t2aZ1Y
The strikethrough price is the product price and the other price shown on the page is the discounted price.
If you don't want to show the strikethrough price, then:
- Copy the special price
- Put it into the price field
- Remove the value from the special price field
- Save the product
Screenshots attached for reference:
- https://nimb.ws/q8Q0Gs
- https://nimb.ws/t2aZ1Y
answered Aug 12 at 5:04
Mohit Kumar AroraMohit Kumar Arora
7,4815 gold badges17 silver badges36 bronze badges
7,4815 gold badges17 silver badges36 bronze badges
There is not only one product. There are multiple products
– Nafisa
Aug 12 at 5:09
Then, you have to set prices and remove special prices by a custom PHP script.
– Mohit Kumar Arora
Aug 12 at 5:20
kumar . How can i add a boolen field over here so that the admin can select whether to select strikethrough price or not. prnt.sc/org7l2. I want to add a checkbox that can be selected or deselected to show strikethrough price
– Nafisa
Aug 12 at 5:20
add a comment |
There is not only one product. There are multiple products
– Nafisa
Aug 12 at 5:09
Then, you have to set prices and remove special prices by a custom PHP script.
– Mohit Kumar Arora
Aug 12 at 5:20
kumar . How can i add a boolen field over here so that the admin can select whether to select strikethrough price or not. prnt.sc/org7l2. I want to add a checkbox that can be selected or deselected to show strikethrough price
– Nafisa
Aug 12 at 5:20
There is not only one product. There are multiple products
– Nafisa
Aug 12 at 5:09
There is not only one product. There are multiple products
– Nafisa
Aug 12 at 5:09
Then, you have to set prices and remove special prices by a custom PHP script.
– Mohit Kumar Arora
Aug 12 at 5:20
Then, you have to set prices and remove special prices by a custom PHP script.
– Mohit Kumar Arora
Aug 12 at 5:20
kumar . How can i add a boolen field over here so that the admin can select whether to select strikethrough price or not. prnt.sc/org7l2. I want to add a checkbox that can be selected or deselected to show strikethrough price
– Nafisa
Aug 12 at 5:20
kumar . How can i add a boolen field over here so that the admin can select whether to select strikethrough price or not. prnt.sc/org7l2. I want to add a checkbox that can be selected or deselected to show strikethrough price
– Nafisa
Aug 12 at 5:20
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%2f285100%2fhow-to-remove-previous-price-of-products%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
You can just remove special price from price tab in product from admin clear cache and re-index it should remove strike through price
– Aman Alam
Aug 12 at 4:35
@AmanAlam i cant find this option
– Nafisa
Aug 12 at 4:53
@Nafisa Do you want to remove special price?
– Monark Bhawani
Aug 12 at 5:06
@MonarkBhawani . How can i add a boolen field over here so that the admin can select whether to select strikethrough price or not. prnt.sc/org7l2. I want to add a checkbox that can be selected or deselected to show strikethrough price
– Nafisa
Aug 12 at 5:21