Display products in HOT DEAL section of Home Page of Fastest Theme in Magento 1new products on home page magento CE1.9 with rwd themehot to add a login box only on home page?Home Page Catalog Products List Links IssueDisplay Products in Home PageDisplay custom template in home page Magento 1.9.2.4Change magento theme but home page shows old themeDisplay Advanced Search/Search on home pageUnable to display Product with its description in home page of rwd theme?Payment method section in admin redirected to home pageMagento home page session issue with Venus Theme Magento 1.9

How come there are so many candidates for the 2020 Democratic party presidential nomination?

How to write a column outside the braces in a matrix?

can anyone help me with this awful query plan?

How would 10 generations of living underground change the human body?

Dynamic SOQL query relationship with field visibility for Users

Does a large simulator bay have standard public address announcements?

Alignment of various blocks in tikz

Elements other than carbon that can form many different compounds by bonding to themselves?

How to denote matrix elements succinctly?

Like totally amazing interchangeable sister outfits II: The Revenge

How can Republicans who favour free markets, consistently express anger when they don't like the outcome of that choice?

What is the philosophical significance of speech acts/implicature?

What does ゆーか mean?

How much cash can I safely carry into the USA and avoid civil forfeiture?

Don’t seats that recline flat defeat the purpose of having seatbelts?

bldc motor, esc and battery draw, nominal vs peak

Converting a sprinkler system's 24V AC outputs to 3.3V DC logic inputs

How to pronounce 'c++' in Spanish

How to stop co-workers from teasing me because I know Russian?

On The Origin of Dissonant Chords

a sore throat vs a strep throat vs strep throat

How does Captain America channel this power?

How to display Aura JS Errors Lightning Out

How to prevent z-fighting in OpenSCAD?



Display products in HOT DEAL section of Home Page of Fastest Theme in Magento 1


new products on home page magento CE1.9 with rwd themehot to add a login box only on home page?Home Page Catalog Products List Links IssueDisplay Products in Home PageDisplay custom template in home page Magento 1.9.2.4Change magento theme but home page shows old themeDisplay Advanced Search/Search on home pageUnable to display Product with its description in home page of rwd theme?Payment method section in admin redirected to home pageMagento home page session issue with Venus Theme Magento 1.9






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















I am using Fastest Theme. In Home Page I have to display products in Hot Deal section.



enter image description here



I got a Static Block in Admin panel.



enter image description here



I got below code in This Hot Deal Static Block.



<div class="cdz-products box-style06 space-base">
<div class="cdz-block-title">
<p class="h2"><span>Hot deal</span></p>
</div>
<div class="text-center box-content">widget type="filterproducts/codazonfilterproducts" categories="111" filtertype="5" orderby="name" order="asc" limit="8" thumb_width="220" thumb_height="220" use_ajax="1" custom_template="codazon_filterproducts/home_grid_style17.phtml" display="name,image,label,price,rating,description,addtocart_btn,wishlist_btn,compare_btn" use_slider="1" margin="-1" items_1280="1" items_1024="1" items_768="1" items_480="2" items_320="2" items_0="2" show_nav="1" cache_lifetime="1"</div>
</div>


I set Yes in Hot options of product.



enter image description here



But I can't see products in HOT DEAL section of Home Page.










share|improve this question

















  • 1





    I think it is only showing product form category id =111, it is nothing related to attribute.

    – Pawan
    Apr 22 at 17:10











  • Thanks @Pawan. I tried by changing category id but it is not working. Thanks.

    – abu abu
    Apr 23 at 2:16











  • pelase clear cache and try

    – Jigs Parmar
    Apr 23 at 10:19











  • or put the log to get the collection of product

    – Jigs Parmar
    Apr 23 at 10:19

















0















I am using Fastest Theme. In Home Page I have to display products in Hot Deal section.



enter image description here



I got a Static Block in Admin panel.



enter image description here



I got below code in This Hot Deal Static Block.



<div class="cdz-products box-style06 space-base">
<div class="cdz-block-title">
<p class="h2"><span>Hot deal</span></p>
</div>
<div class="text-center box-content">widget type="filterproducts/codazonfilterproducts" categories="111" filtertype="5" orderby="name" order="asc" limit="8" thumb_width="220" thumb_height="220" use_ajax="1" custom_template="codazon_filterproducts/home_grid_style17.phtml" display="name,image,label,price,rating,description,addtocart_btn,wishlist_btn,compare_btn" use_slider="1" margin="-1" items_1280="1" items_1024="1" items_768="1" items_480="2" items_320="2" items_0="2" show_nav="1" cache_lifetime="1"</div>
</div>


I set Yes in Hot options of product.



enter image description here



But I can't see products in HOT DEAL section of Home Page.










share|improve this question

















  • 1





    I think it is only showing product form category id =111, it is nothing related to attribute.

    – Pawan
    Apr 22 at 17:10











  • Thanks @Pawan. I tried by changing category id but it is not working. Thanks.

    – abu abu
    Apr 23 at 2:16











  • pelase clear cache and try

    – Jigs Parmar
    Apr 23 at 10:19











  • or put the log to get the collection of product

    – Jigs Parmar
    Apr 23 at 10:19













0












0








0








I am using Fastest Theme. In Home Page I have to display products in Hot Deal section.



enter image description here



I got a Static Block in Admin panel.



enter image description here



I got below code in This Hot Deal Static Block.



<div class="cdz-products box-style06 space-base">
<div class="cdz-block-title">
<p class="h2"><span>Hot deal</span></p>
</div>
<div class="text-center box-content">widget type="filterproducts/codazonfilterproducts" categories="111" filtertype="5" orderby="name" order="asc" limit="8" thumb_width="220" thumb_height="220" use_ajax="1" custom_template="codazon_filterproducts/home_grid_style17.phtml" display="name,image,label,price,rating,description,addtocart_btn,wishlist_btn,compare_btn" use_slider="1" margin="-1" items_1280="1" items_1024="1" items_768="1" items_480="2" items_320="2" items_0="2" show_nav="1" cache_lifetime="1"</div>
</div>


I set Yes in Hot options of product.



enter image description here



But I can't see products in HOT DEAL section of Home Page.










share|improve this question














I am using Fastest Theme. In Home Page I have to display products in Hot Deal section.



enter image description here



I got a Static Block in Admin panel.



enter image description here



I got below code in This Hot Deal Static Block.



<div class="cdz-products box-style06 space-base">
<div class="cdz-block-title">
<p class="h2"><span>Hot deal</span></p>
</div>
<div class="text-center box-content">widget type="filterproducts/codazonfilterproducts" categories="111" filtertype="5" orderby="name" order="asc" limit="8" thumb_width="220" thumb_height="220" use_ajax="1" custom_template="codazon_filterproducts/home_grid_style17.phtml" display="name,image,label,price,rating,description,addtocart_btn,wishlist_btn,compare_btn" use_slider="1" margin="-1" items_1280="1" items_1024="1" items_768="1" items_480="2" items_320="2" items_0="2" show_nav="1" cache_lifetime="1"</div>
</div>


I set Yes in Hot options of product.



enter image description here



But I can't see products in HOT DEAL section of Home Page.







magento-1.9






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Apr 22 at 15:16









abu abuabu abu

3621622




3621622







  • 1





    I think it is only showing product form category id =111, it is nothing related to attribute.

    – Pawan
    Apr 22 at 17:10











  • Thanks @Pawan. I tried by changing category id but it is not working. Thanks.

    – abu abu
    Apr 23 at 2:16











  • pelase clear cache and try

    – Jigs Parmar
    Apr 23 at 10:19











  • or put the log to get the collection of product

    – Jigs Parmar
    Apr 23 at 10:19












  • 1





    I think it is only showing product form category id =111, it is nothing related to attribute.

    – Pawan
    Apr 22 at 17:10











  • Thanks @Pawan. I tried by changing category id but it is not working. Thanks.

    – abu abu
    Apr 23 at 2:16











  • pelase clear cache and try

    – Jigs Parmar
    Apr 23 at 10:19











  • or put the log to get the collection of product

    – Jigs Parmar
    Apr 23 at 10:19







1




1





I think it is only showing product form category id =111, it is nothing related to attribute.

– Pawan
Apr 22 at 17:10





I think it is only showing product form category id =111, it is nothing related to attribute.

– Pawan
Apr 22 at 17:10













Thanks @Pawan. I tried by changing category id but it is not working. Thanks.

– abu abu
Apr 23 at 2:16





Thanks @Pawan. I tried by changing category id but it is not working. Thanks.

– abu abu
Apr 23 at 2:16













pelase clear cache and try

– Jigs Parmar
Apr 23 at 10:19





pelase clear cache and try

– Jigs Parmar
Apr 23 at 10:19













or put the log to get the collection of product

– Jigs Parmar
Apr 23 at 10:19





or put the log to get the collection of product

– Jigs Parmar
Apr 23 at 10:19










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
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f270978%2fdisplay-products-in-hot-deal-section-of-home-page-of-fastest-theme-in-magento-1%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















draft saved

draft discarded
















































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.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f270978%2fdisplay-products-in-hot-deal-section-of-home-page-of-fastest-theme-in-magento-1%23new-answer', 'question_page');

);

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







Popular posts from this blog

Bulk add to cart function issuecart vs. mini cart issue … rwd themeRedirect Add to cart button to cart pageAdd to cart issue - Magento 2.1The requested Payment Method is not available When creating an orderM2: reason add-to-cart might not function in production modeAdd to cart issue in some android devicesMagento 2 - custom price can not add to subtotal and grand total after add to cartAdd to cart codeIssue with my cart module on pdp and cart pages, just keeps spinningBulk price and quantity update using rest api

БиармияSxpst500bh2ntaf! 3h2r