Our featured products... Removed with ProductCart v5.5.0
This fixed homepage test in ProductCart was removed in version 5.5, but is still available to edited and displayed.
Up until version 5.5, ProductCart would display this Headline (H1) text "Our Featured Products..." toward the top of the homepage by default. This was hardcoded within the codebase.
Since v5.5, this text is now BLANK by default.
You can add this text by locating it on this file (via FTP or hosting file manager) and filling in the text bolded below!
FOLDER PATH TO FILE
/includes/languages.asp
LINE OF CODE TO EDIT
dictLanguage.Add "english_mainIndex_11", "Text goes here."
It can be styled in CSS using a class .txtfeaturedproducts which is already in the <SPAN> tag for this text.
FOLD PATH TO CSS FILE
File is located here → pc/css/pcStorefront.css
That's it! Contact support at help@productcart.com if you need more assistance.