magento 1.9 “new” label not showing in catalog viewCatalog Price Rules discount applied to Parent...
How to not let the Identify spell spoil everything?
How to access internet and run apt-get through a middle server?
Is using an 'empty' metaphor considered bad style?
Why does magnet wire need to be insulated?
Current across a wire with zero potential difference
Can 5 Aarakocra PCs summon an Air Elemental?
How do I prevent a homebrew Grappling Hook feature from trivializing Tomb of Annihilation?
What is the difference between "...", '...', $'...', and $"..." quotes?
The effect of fishing on total land area needed to feed an island settlement
Explanation of a regular pattern only occuring for prime numbers
Boss asked me to sign a resignation paper without a date on it along with my new contract
Why would space fleets be aligned?
Eww, those bytes are gross
Why are the books in the Game of Thrones citadel library shelved spine inwards?
What is the wife of a henpecked husband called?
Existence of Riemann surface, holomorphic maps
Globe trotting Grandpa. Where is he going next?
Do authors have to be politically correct in article-writing?
Removing whitespace between consecutive numbers
Premature ending of generator in list comprehension
How to politely refuse in-office gym instructor for steroids and protein
Building an exterior wall within an exterior wall for insulation
TikZ graph edges not drawn nicely
Can you tell from a blurry photo if focus was too close or too far?
magento 1.9 “new” label not showing in catalog view
Catalog Price Rules discount applied to Parent Category, not reflecting on ChildrenRecently product view not workingCSS not showing for “NEW” or “SALE” labelMagento catalog price rule apply percentage discount but it's rounding up to 21% and 22%Adding product label on product view page?Magento reorder misbehaveMagento-1.9 Catalog Price Rule exemptionSolution to : My USPS label print contain a “SAMPLE-DO NOT MAIL” watermarkMagento 1.9.3.2 - attribute showing in backend for only one categoryWarning: array_merge_recursive() expects at least 1 parameter, 0 given
I am not seeing the new label being applied on the catalog page. There are 2 labels that I have applied but only one is working.
Here is code;
Sale Label
<?php if($this->helper('framework')->isSpecialProduct($_product)):?><?php echo $this->__('sale_label') ?><?php endif;?>
New Label
<?php if($this->helper('framework')->isNewProduct($_product)):?><?php echo $this->__('new_label') ?><?php endif; ?>
Sale label works no problem.. But I can't get the new label to apply. Even when I filter the new products on the page so it is only showing them (so I know I 100% have new items in catalog) it still will not show the label..
Any thoughts?
magento-1.9 attributes labels
add a comment |
I am not seeing the new label being applied on the catalog page. There are 2 labels that I have applied but only one is working.
Here is code;
Sale Label
<?php if($this->helper('framework')->isSpecialProduct($_product)):?><?php echo $this->__('sale_label') ?><?php endif;?>
New Label
<?php if($this->helper('framework')->isNewProduct($_product)):?><?php echo $this->__('new_label') ?><?php endif; ?>
Sale label works no problem.. But I can't get the new label to apply. Even when I filter the new products on the page so it is only showing them (so I know I 100% have new items in catalog) it still will not show the label..
Any thoughts?
magento-1.9 attributes labels
add a comment |
I am not seeing the new label being applied on the catalog page. There are 2 labels that I have applied but only one is working.
Here is code;
Sale Label
<?php if($this->helper('framework')->isSpecialProduct($_product)):?><?php echo $this->__('sale_label') ?><?php endif;?>
New Label
<?php if($this->helper('framework')->isNewProduct($_product)):?><?php echo $this->__('new_label') ?><?php endif; ?>
Sale label works no problem.. But I can't get the new label to apply. Even when I filter the new products on the page so it is only showing them (so I know I 100% have new items in catalog) it still will not show the label..
Any thoughts?
magento-1.9 attributes labels
I am not seeing the new label being applied on the catalog page. There are 2 labels that I have applied but only one is working.
Here is code;
Sale Label
<?php if($this->helper('framework')->isSpecialProduct($_product)):?><?php echo $this->__('sale_label') ?><?php endif;?>
New Label
<?php if($this->helper('framework')->isNewProduct($_product)):?><?php echo $this->__('new_label') ?><?php endif; ?>
Sale label works no problem.. But I can't get the new label to apply. Even when I filter the new products on the page so it is only showing them (so I know I 100% have new items in catalog) it still will not show the label..
Any thoughts?
magento-1.9 attributes labels
magento-1.9 attributes labels
asked 9 mins ago
Craig GillettCraig Gillett
304
304
add a comment |
add a comment |
0
active
oldest
votes
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%2f263562%2fmagento-1-9-new-label-not-showing-in-catalog-view%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f263562%2fmagento-1-9-new-label-not-showing-in-catalog-view%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